Home/Get Started

Key to first call in 30 seconds

Generate an API key. Point your MCP client. Start receiving events. No OAuth, no webhook registration, no configuration overhead.

01

Get an API Key

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"}'
02

Connect — Pick Your Protocol

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

03

Start Streaming

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.>"]
}

All systems operational

Bearer Token auth. Standard MCP protocol. Works with Claude Desktop, Cursor, and any MCP-compatible client out of the box.

Bearer Token Auth

Simple API key in request headers. No OAuth flows or token refresh needed.

Standard MCP Protocol

Works with Claude Desktop, Cursor, and any MCP-compatible client out of the box.

Live Endpoints
CRYPTO STREAMS
ACTIVE
DEFI WATCHERS
ACTIVE
SECURITY ALERTS
ACTIVE
SOCIAL FEED
ACTIVE
NEWS PIPELINE
ACTIVE
DEVELOPER EVENTS
ACTIVE

Ready to build?

Free tier includes 1,000 credits. No card required.