Skip to main content

Model Context Protocol server for the Agent Identity Registry (AIR)

Project description

air-mcp-server

Model Context Protocol server for the Agent Identity Registry (AIR).

Drop 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.

v0.1 — Read-only

Six 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.

Tool What it does
air_health Registry liveness check
air_list_agents Paginated list of agents, sorted by trust score
air_lookup_agent Full record for one agent by AIR ID
air_trust_score 5-component trust-score breakdown
air_did_document W3C DID Core JSON-LD with publicKeyMultibase
air_check_name Is this name already taken?

Install

pip install air-mcp-server

Requires Python 3.10+.

Use with Claude Code

Add to your Claude Code MCP config (typically ~/.claude/mcp.json or project .mcp.json):

{
  "mcpServers": {
    "air": {
      "command": "air-mcp-server"
    }
  }
}

Or use python -m:

{
  "mcpServers": {
    "air": {
      "command": "python",
      "args": ["-m", "air_mcp"]
    }
  }
}

Then 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.

Configure

Env var Default Purpose
AIR_BASE_URL https://agentidentityregistry.org Point at a different registry (staging, local dev)
AIR_TIMEOUT 30 Per-request HTTP timeout in seconds

Transports

stdio (default — used by Claude Code, Cursor, Codex):

air-mcp-server

Streamable-HTTP (for remote MCP clients):

air-mcp-server --transport streamable-http --port 8080

License

Apache 2.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

air_mcp_server-0.1.0.tar.gz (14.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

air_mcp_server-0.1.0-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file air_mcp_server-0.1.0.tar.gz.

File metadata

  • Download URL: air_mcp_server-0.1.0.tar.gz
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for air_mcp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 595a78f26823e769ce83b0e574cbf4050652dc1067efd0f01b064a0e28657193
MD5 c734b8ca57e1a016168ab578ec3cfa2f
BLAKE2b-256 8f9d003ac7eac3e4fed04c95050ac38535443455cbe4b97066063aef4fae4765

See more details on using hashes here.

Provenance

The following attestation bundles were made for air_mcp_server-0.1.0.tar.gz:

Publisher: release.yml on AgentIdentityRegistry/air-mcp-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file air_mcp_server-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: air_mcp_server-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 9.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for air_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7e4fb69b8186099e615689d31eac2d5717d15d41e110c8bb93a78f5b41f6b9a4
MD5 bb9dd5399c12579957be83fc485902df
BLAKE2b-256 b5a1b8534362e12b0d6bdc33952ba06e80a8162608b1d482b5164de2a341009b

See more details on using hashes here.

Provenance

The following attestation bundles were made for air_mcp_server-0.1.0-py3-none-any.whl:

Publisher: release.yml on AgentIdentityRegistry/air-mcp-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page