By the numbers
29live tools
6servers
4scheduled jobs
—audited calls
100%governed
How a request flows
1 · AskYou or an AI calls a tool (or submits a ticket online)
⛉
2 · GuardKill switch · enabled · scope checked server-side3 · RunThe database function does the work safely
4 · AuditEvery call logged: who · what · result · time
5 · ReversibleDeploys logged with rollback refs
The 6 servers
Try a tool — live, read-only
Call the live MCP server
Runs a real read tool against the live database through the MCP endpoint. Pick one and run it.
Pick a tool and hit Run.
Scheduled jobs (cron)
Connect Claude or Cursor
One config, then the AI can use all 29 tools
{
"mcpServers": {
"pure": {
"url": "https://mbnakfrkfwxinhxlisyq.supabase.co/functions/v1/pure-mcp",
"headers": { "Authorization": "Bearer <your MCP token>" }
}
}
}
Tokens are managed in the Admin Console. Every connected client is governed by the same kill switch, toggles, and scopes.