cerebrus-pulse-mcp
Cerebrus Pulse MCP
MCP-Server für Cerebrus Pulse — Echtzeit-Krypto-Intelligence für KI-Agenten. Bietet 15 Tools für technische Analysen, Liquidations-Heatmaps, Marktstress, Finanzierungsraten und mehr für über 50 Hyperliquid-Perpetuals.
Tools
Tool | Beschreibung | Kosten |
| Gateway-Gesundheitsprüfung | Kostenlos |
| Alle verfügbaren Ticker auflisten (50+) | Kostenlos |
| Technische Daten über mehrere Zeitrahmen (RSI, EMAs, BBands, VWAP, Regime) | $0.02 |
| Aggregiertes Markt-Sentiment + Fear/Greed-Index | $0.01 |
| Analyse der Finanzierungsrate mit historischem Kontext | $0.01 |
| Pulse + Sentiment + Finanzierung kombiniert (20% Rabatt) | $0.04 |
| Alle Coins auf Top-Signale scannen | $0.04 |
| Open Interest Delta, Perzentil, Trend | $0.01 |
| Geld-Brief-Spanne + Slippage-Schätzungen | $0.008 |
| BTC-Altcoin-Korrelationsmatrix | $0.03 |
| Aus Cross-Chain-Arbitrage abgeleiteter Marktstress-Index | $0.015 |
| CEX vs. DEX Preisdivergenz | $0.02 |
| Chainlink-Orakel vs. Hyperliquid-Basis | $0.02 |
| USDC-Sicherheiten-Gesundheit via Chainlink | $0.01 |
| Liquidations-Heatmap über 5 Hebelstufen | $0.03 |
Kostenpflichtige Endpunkte nutzen x402 Mikrozahlungen (USDC auf Base oder Solana). Kostenlose Tools funktionieren ohne Konfiguration.
Related MCP server: x402 crypto market structure
Installation
Claude Desktop / Cursor / Windsurf
Zur MCP-Konfiguration hinzufügen (claude_desktop_config.json, .cursor/mcp.json, etc.):
{
"mcpServers": {
"cerebrus-pulse": {
"command": "uvx",
"args": ["cerebrus-pulse-mcp"]
}
}
}Um automatische x402-Zahlungen für kostenpflichtige Endpunkte zu aktivieren, fügen Sie Ihren Wallet-Key hinzu:
{
"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"
}
}
}
}Setzen Sie einen oder beide — das x402 SDK wählt die Chain, für die Ihr Wallet konfiguriert ist.
pip
pip install cerebrus-pulse-mcpCLI-Nutzung
Der Server enthält ein --json Flag für den direkten CLI-Zugriff ohne 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 SOLArgumente können positional (für Coins) oder als key=value Paare übergeben werden.
Konfiguration
Umgebungsvariable | Beschreibung | Erforderlich |
| API-Basis-URL (Standard: | Nein |
| Base-Wallet-Private-Key für x402-Autozahlung | Nein |
| Solana-Wallet-Private-Key für x402-Autozahlung | Nein |
Beispielantwort
$ cerebrus-pulse-mcp --json health
{
"status": "ok",
"engine": "available",
"kill_switch": "enabled",
"version": "1.2.0"
}Entwicklung
git clone https://github.com/0xsl1m/cerebrus-pulse-mcp.git
cd cerebrus-pulse-mcp
pip install -e .Links
Cerebrus Pulse — API-Dokumentation und Anleitungen
x402 Protocol — HTTP 402 Mikrozahlungsstandard
Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.911084MIT- AlicenseBqualityDmaintenanceCross-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.9391MIT

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.61MIT
Funding-mcpofficial
AlicenseAqualityBmaintenanceReal-time perp market-data for AI trading agents — funding rates, funding-arb signals, open interest, volume, orderbook depth/slippage and oracle families across 25 venues, plus HIP-3 RWA coverage (tokenized stocks, metals, oil) that mainstream aggregators lack. x402-native pay-per-call (USDC on Base): one free funding screener tool + 11 paid tools with auto-pay.12152MIT
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