Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Real-time crypto intelligence: technical analysis, sentiment, and funding rates

README.md

Cerebrus Pulse MCP

![PyPI](https://pypi.org/project/cerebrus-pulse-mcp/) ![License: MIT](LICENSE) ![Python 3.10+](https://pypi.org/project/cerebrus-pulse-mcp/)

MCP server for Cerebrus Pulse — real-time crypto intelligence for AI agents. Provides 15 tools covering technical analysis, liquidation heatmaps, market stress, funding rates, and more across 50+ Hyperliquid perpetuals.

Tools

| Tool | Description | Cost | |------|-------------|------| | cerebrus_health | Gateway health check | Free | | cerebrus_list_coins | List all available tickers (50+) | Free | | cerebrus_pulse | Multi-timeframe technicals (RSI, EMAs, BBands, VWAP, regime) | $0.02 | | cerebrus_sentiment | Aggregated market sentiment + fear/greed | $0.01 | | cerebrus_funding | Funding rate analysis with historical context | $0.01 | | cerebrus_bundle | Pulse + sentiment + funding combined (20% discount) | $0.04 | | cerebrus_screener | Scan all coins for top signals | $0.04 | | cerebrus_oi | Open interest delta, percentile, trend | $0.01 | | cerebrus_spread | Bid-ask spread + slippage estimates | $0.008 | | cerebrus_correlation | BTC-altcoin correlation matrix | $0.03 | | cerebrus_stress | Cross-chain arbitrage-derived market stress index | $0.015 | | cerebrus_cex_dex | CEX vs DEX price divergence | $0.02 | | cerebrus_basis | Chainlink oracle vs Hyperliquid basis | $0.02 | | cerebrus_depeg | USDC collateral health via Chainlink | $0.01 | | cerebrus_liquidations | Liquidation heatmap across 5 leverage tiers | $0.03 |

Paid endpoints use x402 micropayments (USDC on Base or Solana). Free tools work without any configuration.

Install

Claude Desktop / Cursor / Windsurf

Add to your MCP config (claude_desktop_config.json, .cursor/mcp.json, etc.):

{
  "mcpServers": {
    "cerebrus-pulse": {
      "command": "uvx",
      "args": ["cerebrus-pulse-mcp"]
    }
  }
}

To enable automatic x402 payments for paid endpoints, add your wallet key:

{
  "mcpServers": {
    "cerebrus-pulse": {
      "command": "uvx",
      "args": ["cerebrus-pulse-mcp"],
      "env": {
        "CEREBRUS_WALLET_KEY": "your-base-wallet-private-key",
        "CEREBRUS_WALLET_KEY_SOLANA": "your-solana-wallet-private-key"
      }
    }
  }
}

Set either or both — the x402 SDK picks the chain your wallet is configured for.

pip

pip install cerebrus-pulse-mcp

CLI Usage

The server includes a --json flag for direct CLI access without an MCP client:

# List all available CLI tools
cerebrus-pulse-mcp --json

# Free endpoints
cerebrus-pulse-mcp --json health
cerebrus-pulse-mcp --json list-coins

# Paid endpoints (returns payment details if wallet not configured)
cerebrus-pulse-mcp --json pulse BTC
cerebrus-pulse-mcp --json funding ETH lookback_hours=48
cerebrus-pulse-mcp --json screener top_n=10
cerebrus-pulse-mcp --json liquidations SOL

Arguments can be passed positionally (for coin) or as key=value pairs.

Configuration

| Environment Variable | Description | Required | |---------------------|-------------|----------| | CEREBRUS_BASE_URL | API base URL (default: https://api.cerebruspulse.xyz) | No | | CEREBRUS_WALLET_KEY | Base wallet private key for x402 auto-payment | No | | CEREBRUS_WALLET_KEY_SOLANA | Solana wallet private key for x402 auto-payment | No |

Example Response

$ cerebrus-pulse-mcp --json health
{
  "status": "ok",
  "engine": "available",
  "kill_switch": "enabled",
  "version": "1.2.0"
}

Development

git clone https://github.com/0xsl1m/cerebrus-pulse-mcp.git
cd cerebrus-pulse-mcp
pip install -e .

Links

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.