Connect GuardPilot to your AI agent (MCP).
GuardPilot is available as an MCP server (Model Context Protocol). Claude Desktop, Cursor, ChatGPT Desktop and other MCP clients can call GuardPilot tools directly, read-only, public, no login required. Only already-published content is exposed.
What is MCP?
Model Context Protocol is an open standard by Anthropic that lets AI assistants use external tools and data safely. GuardPilot only exposes authorised read tools; no write actions happen without human approval.
Server URL
Claude Desktop
Add this to your config file ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"guardpilot": {
"url": "https://guardpilot.ai/mcp"
}
}
}Cursor
Settings → MCP → Add server → URL https://guardpilot.ai/mcp, no login required.
Available tools
All tools are read-only.
search_cases({ query?: string, limit?: number })Search published cases by title and summary.
list_insights({ limit?: number })List published insights, newest first.
get_insight({ slug: string })Fetch one published insight, including the full body.
lookup_begrip({ term: string, lang?: 'nl' | 'en' })Look up a glossary term (Dutch or English).
dashboard_status()Public snapshot figures as shown on /dashboard.
Governance
- Human-in-the-loop on every consequential decision.
- Air-gapped processing inside the customer environment.
- No personal data leaves your own infrastructure.