VeriSwarm exposes the Model Context Protocol across several surfaces, each for a different job. This page is the map — start here to pick the right one.
| Surface | Endpoint | Who connects | What it's for |
|---|---|---|---|
| Tools MCP | https://mcp.veriswarm.ai |
an AI agent at runtime, or a human's AI assistant (Claude, ChatGPT) | call Guard/trust/PII/A2A tools mid-task |
| Customer Admin MCP | https://api.veriswarm.ai/mcp |
you, administering your workspace | ask "what is happening in my workspace?" |
| Self-hosted MCP | PyPI veriswarm-mcp (you run it) |
any client, inside your own trust boundary | the full toolset, incl. PII rehydration |
The super-admin MCP (
admin.veriswarm.ai) is VeriSwarm staff-only and not available to customers.
Each surface uses OAuth 2.0. Agents authenticate machine-to-machine (client_credentials);
people authenticate through their AI assistant's connector flow (authorization_code).