The Customer Admin MCP at https://api.veriswarm.ai/mcp answers "what is happening in my
workspace?" — reading your fleet, Guard findings, Passport identities, and Vault audit trail
through an AI assistant. It is the administrative counterpart to the runtime
Tools MCP; see the MCP overview for how the surfaces relate.
OAuth 2.0, audience customer-mcp. Add https://api.veriswarm.ai as a connector in your AI
assistant and complete the login + consent flow, or authenticate an agent via
client_credentials. A connector requesting no scopes receives a read-only default —
fleet:read, guard:read, passport:read, and vault:read. The fleet:manage lifecycle
actions (pause, resume, kill/unkill) are still available, but only when explicitly requested
in the scope list — a no-scope connection never gets agent-kill capability by accident.
| Scope | Grants |
|---|---|
fleet:read |
read your deployed agents and their status |
fleet:manage |
lifecycle actions on your agents (pause, resume, kill/unkill) |
guard:read |
read Guard findings and policies |
passport:read |
read agent identities, manifests, delegations |
vault:read |
read the immutable audit ledger |
This surface is about inspecting and administering your workspace. For tools an agent calls while working — scanning, trust checks, PII tokenization, A2A — use the Tools MCP.