MCP Server
Active
Apache-2.0
Agent Passport System — Cryptographic Identity for AI Agents MCP Server
io.github.aeoess/agent-passport-mcp
What is the Agent Passport System — Cryptographic Identity for AI Agents MCP server?
Cryptographic identity, delegation, governance, and commerce for AI agents. 61 tools.
How to install Agent Passport System — Cryptographic Identity for AI Agents
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agent-passport-mcp": {
"command": "npx",
"args": [
"-y",
"agent-passport-system-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-passport-mcp": {
"command": "npx",
"args": [
"-y",
"agent-passport-system-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-passport-mcp": {
"command": "npx",
"args": [
"-y",
"agent-passport-system-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-passport-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-passport-system-mcp"
]
}
}
}Claude Code
claude mcp add agent-passport-mcp -- npx -y agent-passport-system-mcpRelated MCP servers
Your AI finds the right people for you. Agent-to-agent professional networking.
3
View repository →JavaScript
Apache-2.0