cerebrus-pulse-mcp
Leverages Chainlink oracle data to provide basis analysis against perpetual markets and to monitor the collateral health of USDC.
Allows for CEX-DEX price divergence analysis by comparing Coinbase exchange data with decentralized exchange and oracle pricing.
Enables USDC micropayments via the x402 protocol on the Solana blockchain to facilitate access to real-time crypto intelligence and premium technical analysis tools.
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 |
| Gateway health check | Free |
| List all available tickers (50+) | Free |
| Multi-timeframe technicals (RSI, EMAs, BBands, VWAP, regime) | $0.02 |
| Aggregated market sentiment + fear/greed | $0.01 |
| Funding rate analysis with historical context | $0.01 |
| Pulse + sentiment + funding combined (20% discount) | $0.04 |
| Scan all coins for top signals | $0.04 |
| Open interest delta, percentile, trend | $0.01 |
| Bid-ask spread + slippage estimates | $0.008 |
| BTC-altcoin correlation matrix | $0.03 |
| Cross-chain arbitrage-derived market stress index | $0.015 |
| CEX vs DEX price divergence | $0.02 |
| Chainlink oracle vs Hyperliquid basis | $0.02 |
| USDC collateral health via Chainlink | $0.01 |
| Liquidation heatmap across 5 leverage tiers | $0.03 |
Paid endpoints use x402 micropayments (USDC on Base or Solana). Free tools work without any configuration.
Related MCP server: x402 crypto market structure
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-mcpCLI 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 SOLArguments can be passed positionally (for coin) or as key=value pairs.
Configuration
Environment Variable | Description | Required |
| API base URL (default: | No |
| Base wallet private key for x402 auto-payment | No |
| 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
Cerebrus Pulse — API documentation and guides
x402 Protocol — HTTP 402 micropayment standard
License
MIT
Maintenance
Related MCP Servers
AlicenseAqualityAmaintenanceProvides comprehensive crypto intelligence for the Hyperliquid exchange, allowing users to query trader profiles, behavioral cohorts, and live market data. It enables AI agents to analyze over 1.8 billion trades, track whale positions, and access real-time liquidation heatmaps.Last updated832554MIT- AlicenseBqualityCmaintenanceCross-exchange crypto orderflow for AI agents. 20 exchanges, 26 tokens, 9 tools — CVD, whale activity, funding/OI, 7-year OHLCV, on-chain address risk (EVM + Solana). Pay-per-call USDC via x402, no API key.Last updated991MIT

hyperd-mcpofficial
AlicenseAqualityAmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.Last updated23721MIT
usenami-mcpofficial
AlicenseAqualityFmaintenancePerp-first funding rate & RWA spread data for AI agents. 30+ CEX/DEX venues, 6 tools (4 x402-paywalled, 2 free), bring-your-own-wallet via Base mainnet.Last updated61MIT
Related MCP Connectors
Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.
Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xsl1m/cerebrus-pulse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server