ClawPulse MCP Gateway

The universal agent intelligence supernetwork — 127 native tools, 1000+ upstream, 2,369 adapters, live APIs. One endpoint.

Quick Start

Claude Desktop / MCP Client

{
  "mcpServers": {
    "clawpulse": {
      "url": "http://localhost:3200/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Get your API key at http://localhost:3200/config

Endpoints

POST/mcp MCP Streamable HTTP (JSON-RPC 2.0)
GET/mcp SSE stream for session notifications
DELETE/mcp Close MCP session
GET/sse Legacy SSE endpoint (backward-compat)
POST/messages Legacy JSON-RPC (backward-compat)
GET/health Health check
GET/stats Gateway metrics & analytics
GET/connections Active session list
GET/calls Recent tool call log
GET/config Claude Desktop config JSON
GET/stream Real-time SSE event stream (?channels=crypto,defi&types=&keywords=)
GET/stream/channels List available stream channels
WS/ws WebSocket live stream (sub-5ms, subscribe/unsubscribe at runtime)

Tools

All tools are available via tools/call in the MCP protocol.

Pool C Native Tools (115 tools)

Use cp_search_tools to search all tools by keyword. Use cp_help for a quick-start guide.

Core Data (34 tools)

ToolDescriptionLive
cp_get_crypto_priceLive crypto prices (CoinMarketCap)
cp_get_trending_cryptoTop movers by market cap (CoinGecko)
cp_get_defi_tvlDeFi TVL rankings (DefiLlama)
cp_get_fear_greedCrypto Fear & Greed Index
cp_get_polymarketPolymarket prediction markets
cp_get_hackernewsHackerNews top stories + search
cp_get_redditHot posts from subreddits
cp_get_github_releasesGitHub releases for tracked repos
cp_get_cvesCVE vulnerabilities (NVD)
cp_subscribe_streamWebSocket + SSE live stream URLs

Premium Data (8 tools) — LIVE

ToolDescriptionLive
cp_funding_ratesCross-exchange perp funding (Binance/Bybit/OKX)
cp_liquidation_mapFutures OI + liquidation levels (Binance)
cp_whale_trackerWhale wallet activity (Etherscan)
cp_governanceDAO governance proposals (Snapshot GraphQL)
cp_sec_filingsSEC EDGAR filings (EFTS search)
cp_token_unlocksToken vesting/unlock schedules
cp_mempool_monitorMEV/mempool activity
cp_earnings_calendarUpcoming earnings dates

Watchers & Actions (16 tools)

ToolDescription
cp_watcher_createCreate conditional watcher (AND/OR/NOT logic)
cp_watcher_templatesPre-built templates (whale, spike, liquidation...)
cp_webhook_fireFire webhook to any URL
cp_email_sendSend email notification
cp_slack_notifySlack notification
cp_approval_requestMulti-party approval workflow

Intelligence & Social (12 tools)

ToolDescription
cp_correlateCross-stream entity correlation
cp_trendsTF-IDF trending topics
cp_entity_resolveEntity alias resolution
cp_sentiment_aggregateCross-platform sentiment
cp_reddit_monitorLive subreddit monitoring

Competitive, DevSec, Geopolitical, Infra (30+ tools)

ToolDescriptionLive
cp_product_launchesHackerNews Show HN launches
cp_company_monitorCompetitor monitoring
cp_github_org_monitorGitHub org activity
cp_vuln_watchCVE monitoring (NVD)
cp_api_statusService status checks
cp_security_advisoriesGitHub Advisory Database
cp_central_bankCentral bank rates & decisions
cp_econ_calendarEconomic data releases
cp_geopolitical_riskComposite geo-risk score
cp_gateway_dashboardOperational dashboard
cp_prometheus_metricsPrometheus metrics export

Meta & Discovery (2 tools)

ToolDescription
cp_search_toolsSearch all 127 tools by keyword, category, or capability
cp_helpQuick-start guide and capability overview

Pool A Upstream MCP Servers (998+)

ToolDescription
gateway_list_serversBrowse the 998-server registry by category/tier
gateway_callCall any tool on any upstream server (lazy-spawn)

Pool B Remote MCP Proxying

ToolDescription
gateway_list_remoteBrowse remote MCP servers (Apify, Neon, Stripe...)
gateway_call_remoteCall a tool on a remote MCP server
gateway_remote_toolsList tools on a specific remote server

Pool D Marketplace

ToolDescription
marketplace_browseBrowse third-party tools with x402 billing
marketplace_callExecute a paid marketplace tool
marketplace_submitSubmit a new tool to the marketplace

Pool E Dynamic Adapter Pool (2,369 adapters)

ToolDescription
cp_adapter_listBrowse all 2,369 adapters by category, pattern, tags
cp_adapter_callOn-demand poll any adapter (dynamic import)
cp_adapter_agentsStart/stop/list streaming WebSocket agents
cp_adapter_inspectGet adapter details, params, and env var status

Resources (MCP)

URIDescription
clawpulse://feedsList of all active data sources
clawpulse://crypto/{symbol}/tickerLive crypto ticker (subscribable)
clawpulse://news/{category}/latestLatest news headlines (subscribable)
clawpulse://markets/{venue}/activeActive prediction markets (subscribable)
clawpulse://statusGateway health and status

Authentication

All MCP requests require a Bearer token:

Authorization: Bearer cpk_xxx.yyy

Free tier: 120 requests/min. Higher limits on paid plans.

ClawPulse MCP Gateway v0.1.0 — Status · Metrics · Config