π
agent-identity-mcp-server
MCP Server for AI agent identity and authorization β create, verify, and manage agent identities
0 installs
Trust: 37 β Low
Security
Ask AI about agent-identity-mcp-server
Powered by Claude Β· Grounded in docs
I know everything about agent-identity-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Agent Identity MCP Server
MCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.
Features
- Agent Identities β Create and manage unique agent identities with capabilities
- Trust Scores β Automatic trust scoring based on agent behavior history
- Authorization Tokens β Scoped, time-limited authorization for specific actions
- Auto-Approval β High-trust agents get automatic authorization for known capabilities
- Identity Revocation β Revoke compromised or misbehaving agent identities
Installation
pip install agent-identity-mcp-server
Usage with Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"agent-identity": {
"command": "uvx",
"args": ["agent-identity-mcp-server"]
}
}
}
Tools
| Tool | Description |
|---|---|
create_agent_identity | Create a new agent identity with name, owner, capabilities |
get_identity | Look up an agent's identity and trust score |
authorize_action | Request authorization for a specific action |
verify_authorization | Verify if an authorization token is valid |
list_identities | List all registered agent identities |
revoke_identity | Revoke an agent's identity |
Trust Score System
Trust scores range from 0.0 to 1.0 and are calculated from the agent's last 50 actions:
| Score | Level | Auto-Approve |
|---|---|---|
| 0.9+ | High | Yes |
| 0.7+ | Good | No |
| 0.5+ | Neutral | No |
| 0.3+ | Low | No |
| <0.3 | Critical | No |
Authorization Flow
create_agent_identityβ Register the agentauthorize_actionβ Request permission for an actionverify_authorizationβ Verify the token before executing- Trust score updates automatically based on activity
Data Storage
All identity data is stored locally in SQLite at ~/.agent-identity/identities.db.
More MCP Servers by AiAgentKarl
| Category | Servers |
|---|---|
| π Blockchain | Solana |
| π Data | Weather Β· Germany Β· Agriculture Β· Space Β· Aviation Β· EU Companies |
| π Security | Cybersecurity Β· Policy Gateway Β· Audit Trail |
| π€ Agent Infra | Memory Β· Directory Β· Hub Β· Reputation |
| π¬ Research | Academic Β· LLM Benchmark Β· Legal |
β Full catalog (40+ servers)
License
MIT
