Generate an API key. Point your MCP client. Start receiving events. No OAuth, no webhook registration, no configuration overhead.
One POST request. No OAuth, no webhook registration, no config files.
curl -X POST https://cp.gicm.app/api/keys/signup \
-H "Content-Type: application/json" \
-d '{"name": "my-agent"}'MCP, WebSocket, or SSE. Choose the transport that fits your stack.
Claude Desktop / Cursor
{
"mcpServers": {
"clawpulse": {
"url": "https://cp.gicm.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Works with Claude Desktop, Cursor, Windsurf, any MCP client
Subscribe to subjects and receive real-time intelligence events.
// Use cp_subscribe_stream to get a WebSocket URL
{
"tool": "cp_subscribe_stream",
"subjects": ["crypto.>", "defi.>"]
}Bearer Token auth. Standard MCP protocol. Works with Claude Desktop, Cursor, and any MCP-compatible client out of the box.
Simple API key in request headers. No OAuth flows or token refresh needed.
Works with Claude Desktop, Cursor, and any MCP-compatible client out of the box.
Free tier includes 1,000 credits. No card required.