🇨🇦 Canadian Data
🔌 174 MCP Tools
🤖 Works with any AI

Give your AI superpowers
with Canadian data

Your chatbot can now answer questions about anything in Canada — committees, lobbying, court cases, regulations, budgets, and more. One line of config, 174 ready-to-use tools. Every answer cited and verifiable.

206 Data Modules
174 MCP Tools
30+ AI Platforms
Free to get started
terminal
# Query federal lobbying records
$
curl https://api.maplespike.ca/v1/lobbying \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Accept: application/json"
{
  "total": 1,247,892,
  "records": [...],
  "citation": "https://lobbying.canada.ca/en/..."
}
Get a free API key AI Setup Guide Explore Data

One line of config. Your AI now understands Canada.

Paste this into your AI chatbot's MCP settings — Claude, ChatGPT, Gemini, Grok, Cursor, Windsurf, Codebuff, OpenCode, Hermes, OpenClaw, LM Studio, or anything that speaks MCP.

mcp_config.json universal
{
  "mcpServers": {
    "maplespike": {
      "command": "npx",
      "args": ["@maplespike/mcp"],
      "env": { "MAPLESPIKE_API_KEY": "ms_live_..." }
    }
  }
}
Get your API key → See all platforms