Real-time crypto intelligence: technical analysis, sentiment, and funding rates
Cerebrus Pulse MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Real-time crypto intelligence: technical analysis, sentiment, and funding rates.
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.
Installation goes through your MCP client rather than a global install: point it at cerebrus-pulse-mcp on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Once Cerebrus Pulse MCP is connected, these are the calls the assistant has available:
cerebrus_health — Gateway health checkcerebrus_list_coins — List all available tickers (50+)cerebrus_pulse — Multi-timeframe technicals (RSI, EMAs, BBands, VWAP, regime)cerebrus_sentiment — Aggregated market sentiment + fear/greedcerebrus_funding — Funding rate analysis with historical contextcerebrus_bundle — Pulse + sentiment + funding combined (20% discount)cerebrus_screener — Scan all coins for top signalscerebrus_oi — Open interest delta, percentile, trendcerebrus_spread — Bid-ask spread + slippage estimatescerebrus_correlation — BTC-altcoin correlation matrixcerebrus_stress — Cross-chain arbitrage-derived market stress indexcerebrus_cex_dex — CEX vs DEX price divergenceYou will need 3 environment variables: CEREBRUS_WALLET_KEY, CEREBRUS_WALLET_KEY_SOLANA, CEREBRUS_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Cerebrus Pulse MCP's toolset — cerebrus_health, cerebrus_list_coins, cerebrus_pulse and 11 more — is a fair guide to whether it matches your workflow. It is maintained by 0xsl1m; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Cerebrus Pulse MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| cerebrus_health | Gateway health check |
| cerebrus_list_coins | List all available tickers (50+) |
| cerebrus_pulse | Multi-timeframe technicals (RSI, EMAs, BBands, VWAP, regime) |
| cerebrus_sentiment | Aggregated market sentiment + fear/greed |
| cerebrus_funding | Funding rate analysis with historical context |
| cerebrus_bundle | Pulse + sentiment + funding combined (20% discount) |
| cerebrus_screener | Scan all coins for top signals |
| cerebrus_oi | Open interest delta, percentile, trend |
| cerebrus_spread | Bid-ask spread + slippage estimates |
| cerebrus_correlation | BTC-altcoin correlation matrix |
| cerebrus_stress | Cross-chain arbitrage-derived market stress index |
| cerebrus_cex_dex | CEX vs DEX price divergence |
| cerebrus_basis | Chainlink oracle vs Hyperliquid basis |
| cerebrus_depeg | USDC collateral health via Chainlink |
{
"mcpServers": {
"cerebrus-pulse": {
"command": "uvx",
"args": ["cerebrus-pulse-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| CEREBRUS_WALLET_KEY | Credential the server authenticates with. | Yes |
| CEREBRUS_WALLET_KEY_SOLANA | Credential the server authenticates with. | Yes |
| CEREBRUS_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.