agentID

VERIFIED IDENTITY FOR AI AGENTS · POWERED BY BANKID

How it works

1
Install the AgentID MCP server into your AI client using one of the methods below.
2
Ask your agent to authenticate. It opens a BankID QR code — scan it once with your BankID app to verify your identity.
3
Every subsequent request your agent makes automatically carries a signed 1-hour certificate. Services that require AgentID will accept it without asking again.

Installation

Run once in your terminal:

bash
claude mcp add agentID -- npx -y @agent-id/mcp

Then prompt your agent:

> Authenticate with AgentID so you can act on my behalf.

Available tools

start_authentication

Start a BankID session — returns a URL for the user to scan.

complete_authentication

Poll until BankID completes, then cache the signed JWT.

authenticated_fetch

Make HTTP requests with the JWT attached as X-AgentID-Token.

AGENTIDAPP.VERCEL.APP