@agentmandateprotocol/mcp
Freeby MCP Community
A-MAP MCP integration — wrap any MCP tool with agent authorization and mandate verification
v1.0.0Added Apr 12, 2026
@agentmandateprotocol/mcp MCP Server
A-MAP MCP integration — wrap any MCP tool with agent authorization and mandate verification
Installation
npx -y @agentmandateprotocol/mcp
Reviews
Installation
Quick install
npx -y @agentmandateprotocol/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@agentmandateprotocol/mcp": {
"command": "npx",
"args": ["-y", "@agentmandateprotocol/mcp"]
}
}
}