Agent Identity Server
FreeNot checkedMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.
About
MCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.
README
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 |
License
MIT
Install Agent Identity Server in Claude Desktop, Claude Code & Cursor
unyly install agent-identity-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add agent-identity-mcp-server -- uvx agent-identity-mcp-serverFAQ
Is Agent Identity Server MCP free?
Yes, Agent Identity Server MCP is free — one-click install via Unyly at no cost.
Does Agent Identity Server need an API key?
No, Agent Identity Server runs without API keys or environment variables.
Is Agent Identity Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Agent Identity Server in Claude Desktop, Claude Code or Cursor?
Open Agent Identity Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Agent Identity Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
