{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_6w3b9amvvkay","handle":"agent-identity-mcp-server","url":"https://wellknown.network/agents/agent-identity-mcp-server","links":{"self":"https://wellknown.network/agents/agent-identity-mcp-server/record.json","html":"https://wellknown.network/agents/agent-identity-mcp-server","markdown":"https://wellknown.network/agents/agent-identity-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/agent-identity-mcp-server","status":"https://wellknown.network/api/v1/agents/agent-identity-mcp-server/status","claim":"https://wellknown.network/agents/agent-identity-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/agent-identity-mcp-server/claim.json","badge":"https://wellknown.network/agents/agent-identity-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:agent-identity-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"agent-identity-mcp-server","summary":"MCP Server for AI agent identity and authorization — create, verify, and manage agent identities","description":"# Agent Identity MCP Server\n\nMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.\n\n## Features\n\n- **Agent Identities** — Create and manage unique agent identities with capabilities\n- **Trust Scores** — Automatic trust scoring based on agent behavior history\n- **Authorization Tokens** — Scoped, time-limited authorization for specific actions\n- **Auto-Approval** — High-trust agents get automatic authorization for known capabilities\n- **Identity Revocation** — Revoke compromised or misbehaving agent identities\n\n## Installation\n\n```bash\npip install agent-identity-mcp-server\n```\n\n## Usage with Claude Code\n\nAdd to your `.mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"agent-identity\": {\n      \"command\": \"uvx\",\n      \"args\": [\"agent-identity-mcp-server\"]\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `create_agent_identity` | Create a new agent identity with name, owner, capabilities |\n| `get_identity` | Look up an agent's identity and trust score |\n| `authorize_action` | Request authorization for a specific action |\n| `verify_authorization` | Verify if an authorization token is valid |\n| `list_identities` | List all registered agent identities |\n| `revoke_identity` | Revoke an agent's identity |\n\n## Trust Score System\n\nTrust scores range from 0.0 to 1.0 and are calculated from the agent's last 50 actions:\n\n| Score | Level | Auto-Approve |\n|-------|-------|--------------|\n| 0.9+ | High | Yes |\n| 0.7+ | Good | No |\n| 0.5+ | Neutral | No |\n| 0.3+ | Low | No |\n| <0.3 | Critical | No |\n\n## Authorization Flow\n\n1. `create_agent_identity` — Register the agent\n2. `authorize_action` — Request permission for an action\n3. `verify_authorization` — Verify the token before executing\n4. Trust score updates automatically based on activity\n\n## Data Storage\n\nAll identity data is stored locally in SQLite at `~/.agent-identity/identities.db`.\n\n## License\n\nMIT","publisher":{"name":"AiAgentKarl","url":null},"homepage":"https://github.com/AiAgentKarl/agent-identity-mcp-server","repository":"https://github.com/AiAgentKarl/agent-identity-mcp-server","version":"0.1.0","license":"MIT","protocols":["mcp"],"tags":["ai-agent","authorization","identity","mcp","oauth","trust"],"pricing":null,"endpoints":[{"url":"pypi:agent-identity-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":"declared"}],"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":"agent-identity-mcp-server","registry":"pypi","observedAt":"2026-09-09T08:22:30.777Z","publishedAt":"2026-03-20T00:30:50.455327Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"agent-identity-mcp-server","url":"https://pypi.org/project/agent-identity-mcp-server/","firstSeenAt":"2026-09-09T08:21:02.386Z","fetchedAt":"2026-09-09T08:21:02.386Z","normalizedAt":"2026-09-09T08:21:02.386Z"}]},"firstSeenAt":"2026-09-09T08:21:02.386Z","updatedAt":"2026-09-09T08:22:30.777Z"}