[00] WORKSPACE
Your Workspace
Manage API keys, monitor usage, configure MCP connections, and manage billing.
TIER: PUBLIC
🚀
Onboarding Checklist
Complete these steps to get started with MapleSpike
Generate your first API key
Create an API key to start querying Canadian government data.
Make your first API call
Use your API key to query government data sources.
Explore the data catalog
Browse 207 modules covering all Canadian government data.
Connect via MCP
Configure your AI tools with the MCP connection details.
[01]
API Key
Your secret key for authenticating requests
mp_••••••••••••••••••
Quickstart:
# Set your key
$ export MAPLESPIKE_KEY="your_api_key_here"
# Make a call
$ curl -H "x-api-key: $MAPLESPIKE_KEY" \
https://api.maplespike.ca/v1/health [02]
Usage
Current billing period usage
Daily API Calls 4 / 1,000
Monthly API Calls 4 / 1,000
Rate Limit 10 req/s
Tier Public (Free)
[03]
Recent Requests
Your last 10 API requests
| Time | Method | Endpoint | Status | Duration |
|---|---|---|---|---|
| No requests yet. Make an API call to see it here. | ||||
[04]
Billing
ACTIVE
Your current plan and usage
Plan Public (Free)
Monthly cost $0.00
Calls remaining 996
Next billing June 13, 2026
[05]
Authentication
Not signed in
Manage authentication methods
Sign in to manage API keys, view usage, and link authentication methods.
Also: Passkey · Web3 Wallet
Signed in as —
User ID —
Method —
Tier —
[06]
MCP Connection
Model Context Protocol server details
Use these details to connect MapleSpike to your AI tools via MCP.
Server URL
https://maplespike.ca/mcp
Claude Desktop Config
{
"mcpServers": {
"maplespike": {
"url": "https://mcp.maplespike.ca/sse"
}
}
} Cursor Config
{
"mcpServers": {
"maplespike": {
"command": "node",
"args": ["/path/to/maplespike/packages/mcp-server/dist/cli.js"]
}
}
}