{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_bfpf5hj4cv56","handle":"air-mcp-server","url":"https://wellknown.network/agents/air-mcp-server","links":{"self":"https://wellknown.network/agents/air-mcp-server/record.json","html":"https://wellknown.network/agents/air-mcp-server","markdown":"https://wellknown.network/agents/air-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/air-mcp-server","status":"https://wellknown.network/api/v1/agents/air-mcp-server/status","claim":"https://wellknown.network/agents/air-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/air-mcp-server/claim.json","badge":"https://wellknown.network/agents/air-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:air-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"air-mcp-server","summary":"Model Context Protocol server for the Agent Identity Registry (AIR)","description":"# air-mcp-server\n\n[Model Context Protocol](https://modelcontextprotocol.io) server for the [Agent Identity Registry (AIR)](https://agentidentityregistry.org).\n\nDrop into any MCP-aware LLM client (Claude Code, Cursor, Codex, etc.) and your agent can look up identities, trust scores, and W3C DID documents from the AIR registry — no SDK install required by the LLM client.\n\n## v0.1 — Read-only\n\nSix tools, all read-only. Write operations (register, update) require an `agent_secret` whose handling crosses the LLM context, which is a sharper design decision that deserves its own release. See `air/mcp-server-architecture-decision` for the full reasoning.\n\n| Tool | What it does |\n|------|--------------|\n| `air_health` | Registry liveness check |\n| `air_list_agents` | Paginated list of agents, sorted by trust score |\n| `air_lookup_agent` | Full record for one agent by AIR ID |\n| `air_trust_score` | 5-component trust-score breakdown |\n| `air_did_document` | W3C DID Core JSON-LD with publicKeyMultibase |\n| `air_check_name` | Is this name already taken? |\n\n## Install\n\n```bash\npip install air-mcp-server\n```\n\nRequires Python 3.10+.\n\n## Use with Claude Code\n\nAdd to your Claude Code MCP config (typically `~/.claude/mcp.json` or project `.mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"air\": {\n      \"command\": \"air-mcp-server\"\n    }\n  }\n}\n```\n\nOr use `python -m`:\n\n```json\n{\n  \"mcpServers\": {\n    \"air\": {\n      \"command\": \"python\",\n      \"args\": [\"-m\", \"air_mcp\"]\n    }\n  }\n}\n```\n\nThen in any Claude Code session: \"look up agent AIR-7F3K-M9JQ-X2PL in AIR\" or \"what's the trust score for DataProcessor-v3\" and Claude will invoke the right tool.\n\n## Configure\n\n| Env var | Default | Purpose |\n|---------|---------|---------|\n| `AIR_BASE_URL` | `https://agentidentityregistry.org` | Point at a different registry (staging, local dev) |\n| `AIR_TIMEOUT` | `30` | Per-request HTTP timeout in seconds |\n\n## Transports\n\nstdio (default — used by Claude Code, Cursor, Codex):\n\n```bash\nair-mcp-server\n```\n\nS…","publisher":{"name":"Agent Identity Registry Foundation","url":null},"homepage":"https://agentidentityregistry.org","repository":"https://github.com/AgentIdentityRegistry/air-site","version":"0.1.0","license":"Apache-2.0","protocols":["mcp"],"tags":["agent-identity","ai-agents","did-wba","mcp","model-context-protocol"],"pricing":null,"endpoints":[{"url":"pypi:air-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":1,"provenance":"derived"}],"categories":["security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"air-mcp-server","registry":"pypi","observedAt":"2026-09-09T08:22:45.011Z","publishedAt":"2026-05-26T10:14:02.800746Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"air-mcp-server","url":"https://pypi.org/project/air-mcp-server/","firstSeenAt":"2026-09-09T08:21:54.645Z","fetchedAt":"2026-09-09T08:21:54.645Z","normalizedAt":"2026-09-09T08:21:54.645Z"}]},"firstSeenAt":"2026-09-09T08:21:54.645Z","updatedAt":"2026-09-09T08:22:45.011Z"}