Blueprints MCP
Experience the frontier of prediction markets.
Endpoint
https://YOUR_MCP_HOST/mcp
API key scopes
Use blueprints:read for inspection, add blueprints:write for editing, blueprints:deploy for deploy or stop tools, portfolio:read for trading accounts, and market_data:read for stocks or forex search.
Connect a client
Claude Code
Docs ↗
claude mcp add --transport http blueprints https://YOUR_MCP_HOST/mcp --header "Authorization: Bearer bp_YOUR_API_KEY"
Cursor
Docs ↗
{
"mcpServers": {
"blueprints": {
"url": "https://YOUR_MCP_HOST/mcp",
"headers": {
"Authorization": "Bearer bp_YOUR_API_KEY"
}
}
}
}
OpenCode
Docs ↗
{
"mcp": {
"blueprints": {
"type": "remote",
"url": "https://YOUR_MCP_HOST/mcp",
"enabled": true,
"headers": {
"Authorization": "Bearer bp_YOUR_API_KEY"
}
}
}
}
OpenClaw
Docs ↗
openclaw mcp set blueprints '{"url":"https://YOUR_MCP_HOST/mcp","headers":{"Authorization":"Bearer bp_YOUR_API_KEY"}}'