Agent Identity MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agent Identity MCP Servercreate a new agent identity for my trading bot"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Agent Identity Trust MCP
Installation
pip install agent-identity-mcp-serverUsage with Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"agent-identity": {
"command": "uvx",
"args": ["agent-identity-mcp-server"]
}
}
}Tools
Tool | Description |
| Create a new agent identity with name, owner, capabilities |
| Look up an agent's identity and trust score |
| Request authorization for a specific action |
| Verify if an authorization token is valid |
| List all registered agent identities |
| 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 executingTrust 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 | |
🌍 Data | Weather · Germany · Agriculture · Space · Aviation · EU Companies |
🔒 Security | |
🤖 Agent Infra | Memory · Directory · Hub · Reputation |
🔬 Research |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for AI agent identity — verify agents with Ed25519 signatures, check trust scores, sign and verify content, exchange encrypted messages. Built on the Agent Identity Protocol (AIP).8MIT
- Alicense-qualityAmaintenanceAgent Identity Trust - MCP server providing AI-powered tools and automation by MEOK AI Labs12MIT
- Alicense-qualityDmaintenanceMCP server for Citizen of the Cloud — agent identity verification, trust scoring, and registry access for any AI runtime that speaks the Model Context Protocol.15MIT
- AlicenseAqualityAmaintenanceMCP server for checking supply-chain trust before connecting to AI agents, frameworks, or MCP servers.8991MIT
Related MCP Connectors
MCP-native Trust Infrastructure for AI Agents. Persistent encrypted memory with Trust Quotient.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiAgentKarl/agent-identity-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server