MCP server for Cerebrus Pulse — real-time crypto intelligence API for Hyperliquid perpetuals
Project description
Cerebrus Pulse MCP Server
MCP server for Cerebrus Pulse — real-time crypto intelligence API for 30+ Hyperliquid perpetuals.
Use this server to give any MCP-compatible AI agent (Claude Desktop, Cursor, Windsurf, etc.) access to:
- Technical analysis — RSI, EMAs, ATR, Bollinger Bands, VWAP, Z-score, trend, regime, confluence scoring
- Market sentiment — Fear/greed, momentum, funding bias
- Funding rates — Current and historical with annualized projections
- Analysis bundles — All data combined at 20% discount
Quick Start
Install
pip install cerebrus-pulse-mcp
Or with uvx:
uvx cerebrus-pulse-mcp
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"cerebrus-pulse": {
"command": "uvx",
"args": ["cerebrus-pulse-mcp"]
}
}
}
Cursor / Windsurf
Add to your MCP settings:
{
"cerebrus-pulse": {
"command": "uvx",
"args": ["cerebrus-pulse-mcp"]
}
}
Available Tools
| Tool | Cost | Description |
|---|---|---|
cerebrus_list_coins |
Free | List available coins (30+ Hyperliquid perpetuals) |
cerebrus_health |
Free | Check gateway health status |
cerebrus_pulse |
$0.02 | Multi-timeframe technical analysis (RSI, EMAs, Bollinger, trend, regime) |
cerebrus_sentiment |
$0.01 | Aggregated crypto market sentiment |
cerebrus_funding |
$0.01 | Funding rate analysis with historical data |
cerebrus_bundle |
$0.04 | Complete bundle: pulse + sentiment + funding (20% discount) |
cerebrus_screener |
$0.04 | Scan 30+ coins for signals, trends, vol regime, confluence |
cerebrus_oi |
$0.01 | Open interest analysis: delta, percentile, trend, divergence |
cerebrus_spread |
$0.008 | Spread analysis: slippage estimates, liquidity scoring |
cerebrus_correlation |
$0.03 | BTC-alt correlation matrix with regime classification |
How Payment Works
Cerebrus Pulse uses x402 — USDC micropayments on Base blockchain. No API keys or subscriptions.
Free tools (cerebrus_list_coins, cerebrus_health) work immediately with no setup.
Paid tools require x402 payment. Without a wallet configured, the server returns payment details (cost, address) so you can see what data is available. To enable auto-payment:
- Get a Base wallet with USDC
- Set
CEREBRUS_WALLET_KEYenvironment variable - Payments happen automatically per query
Example Usage
Once connected, you can ask your AI agent:
- "What's the technical analysis for BTC on the 1h timeframe?"
- "Show me ETH funding rates for the last 48 hours"
- "What's the current market sentiment?"
- "Get a complete analysis bundle for SOL"
- "List all available coins"
Environment Variables
| Variable | Default | Description |
|---|---|---|
CEREBRUS_BASE_URL |
https://api.cerebruspulse.xyz |
API base URL |
CEREBRUS_WALLET_KEY |
— | Base wallet private key for x402 auto-payment |
Links
Disclaimer
Cerebrus Pulse provides market data and technical indicators for informational purposes only. Nothing provided by this MCP server or the underlying API constitutes financial advice, investment advice, or trading advice. AI-generated analysis, signals, and sentiment labels are algorithmic outputs — not recommendations to buy, sell, or hold any asset. Cryptocurrency trading involves substantial risk of loss. You are solely responsible for your own trading decisions.
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cerebrus_pulse_mcp-0.2.0.tar.gz.
File metadata
- Download URL: cerebrus_pulse_mcp-0.2.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f9e911e5acc7af11ea78593fb2252338fa14f55eeb44ffb96bb3a51930bd5cc
|
|
| MD5 |
2b2f66a331862c7a62b2b2085fb05c26
|
|
| BLAKE2b-256 |
d022feb18ebd3c616a484291aa2f42825722f9a8e0b7a10ed81049752e4425b3
|
File details
Details for the file cerebrus_pulse_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: cerebrus_pulse_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37e59a1af19c4cef95306851439bafec81c016c59186025676b33023e909d434
|
|
| MD5 |
c38464714bd017a8b7b44177e06aed84
|
|
| BLAKE2b-256 |
2d8940a9b10d359b19be93069f8392393fd70dbddbf3585448c3d6d69b2f374e
|