Spec · MCP server

MCP server

The AI Identity MCP server exposes verification, lookup, and revocation as tool calls any MCP-capable agent (Claude, ChatGPT, custom) can use natively.

Endpoint

POST https://aiidentity.org/api/mcp

Tools

  • verify — verify a Passport JWT or bare identity id.
  • whois — look up an identity by id or slug.
  • revocations — get the current revocation list.

Quick test

curl -X POST https://aiidentity.org/api/mcp \
  -H "content-type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'