@agent-id/mcp
v1.0.1
Published
MCP server that gives AI agents a verified identity via BankID
Downloads
182
Readme
@agent-id/mcp
MCP server that gives AI agents a verified identity via BankID. Authenticate once, and every HTTP request the agent makes carries a signed JWT.
Install
Claude Desktop
Add to your config (Settings → Developer → Edit Config):
{
"mcpServers": {
"agentID": {
"command": "npx",
"args": ["-y", "@agent-id/mcp"]
}
}
}Claude Code
claude mcp add agentID -- npx -y @agent-id/mcpTools
| Tool | Description |
|------|-------------|
| start_authentication | Start a BankID session — returns a URL for the user to authenticate |
| complete_authentication | Poll until authentication completes, caches the JWT |
| authenticated_fetch | Make HTTP requests with the JWT attached as X-AgentID-Token |
License
MIT
