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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
595a78f26823e769ce83b0e574cbf4050652dc1067efd0f01b064a0e28657193
|
|
| MD5 |
c734b8ca57e1a016168ab578ec3cfa2f
|
|
| BLAKE2b-256 |
8f9d003ac7eac3e4fed04c95050ac38535443455cbe4b97066063aef4fae4765
|
Provenance
The following attestation bundles were made for air_mcp_server-0.1.0.tar.gz:
Publisher:
release.yml on AgentIdentityRegistry/air-mcp-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
air_mcp_server-0.1.0.tar.gz -
Subject digest:
595a78f26823e769ce83b0e574cbf4050652dc1067efd0f01b064a0e28657193 - Sigstore transparency entry: 1633052407
- Sigstore integration time:
-
Permalink:
AgentIdentityRegistry/air-mcp-server@4e63c70925c1611815d1dadec8577aa150c4202c -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/AgentIdentityRegistry
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e63c70925c1611815d1dadec8577aa150c4202c -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e4fb69b8186099e615689d31eac2d5717d15d41e110c8bb93a78f5b41f6b9a4
|
|
| MD5 |
bb9dd5399c12579957be83fc485902df
|
|
| BLAKE2b-256 |
b5a1b8534362e12b0d6bdc33952ba06e80a8162608b1d482b5164de2a341009b
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
air_mcp_server-0.1.0-py3-none-any.whl -
Subject digest:
7e4fb69b8186099e615689d31eac2d5717d15d41e110c8bb93a78f5b41f6b9a4 - Sigstore transparency entry: 1633052415
- Sigstore integration time:
-
Permalink:
AgentIdentityRegistry/air-mcp-server@4e63c70925c1611815d1dadec8577aa150c4202c -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/AgentIdentityRegistry
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e63c70925c1611815d1dadec8577aa150c4202c -
Trigger Event:
push
-
Statement type: