cerebrus-pulse-mcp
Cerebrus Pulse MCP
Servidor MCP para Cerebrus Pulse: inteligencia cripto en tiempo real para agentes de IA. Proporciona 15 herramientas que cubren análisis técnico, mapas de calor de liquidaciones, estrés del mercado, tasas de financiación y más en más de 50 perpetuos de Hyperliquid.
Herramientas
Herramienta | Descripción | Coste |
| Comprobación de estado de la pasarela | Gratis |
| Listar todos los tickers disponibles (más de 50) | Gratis |
| Técnicos multitemporales (RSI, EMA, BBands, VWAP, régimen) | $0.02 |
| Sentimiento de mercado agregado + miedo/codicia | $0.01 |
| Análisis de tasa de financiación con contexto histórico | $0.01 |
| Pulse + sentimiento + financiación combinados (20% de descuento) | $0.04 |
| Escanear todas las monedas en busca de señales principales | $0.04 |
| Delta de interés abierto, percentil, tendencia | $0.01 |
| Diferencial bid-ask + estimaciones de deslizamiento | $0.008 |
| Matriz de correlación BTC-altcoin | $0.03 |
| Índice de estrés de mercado derivado de arbitraje entre cadenas | $0.015 |
| Divergencia de precios CEX vs DEX | $0.02 |
| Oráculo de Chainlink vs base de Hyperliquid | $0.02 |
| Salud de la garantía USDC mediante Chainlink | $0.01 |
| Mapa de calor de liquidaciones en 5 niveles de apalancamiento | $0.03 |
Los endpoints de pago utilizan micropagos x402 (USDC en Base o Solana). Las herramientas gratuitas funcionan sin ninguna configuración.
Related MCP server: x402 crypto market structure
Instalación
Claude Desktop / Cursor / Windsurf
Añadir a la configuración de MCP (claude_desktop_config.json, .cursor/mcp.json, etc.):
{
"mcpServers": {
"cerebrus-pulse": {
"command": "uvx",
"args": ["cerebrus-pulse-mcp"]
}
}
}Para habilitar los pagos automáticos x402 para los endpoints de pago, añade tu clave de billetera:
{
"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"
}
}
}
}Configura una o ambas: el SDK de x402 elige la cadena para la que está configurada tu billetera.
pip
pip install cerebrus-pulse-mcpUso de CLI
El servidor incluye un flag --json para acceso directo a la CLI sin un cliente MCP:
# 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 SOLLos argumentos se pueden pasar posicionalmente (para la moneda) o como pares key=value.
Configuración
Variable de entorno | Descripción | Requerido |
| URL base de la API (por defecto: | No |
| Clave privada de la billetera Base para pago automático x402 | No |
| Clave privada de la billetera Solana para pago automático x402 | No |
Respuesta de ejemplo
$ cerebrus-pulse-mcp --json health
{
"status": "ok",
"engine": "available",
"kill_switch": "enabled",
"version": "1.2.0"
}Desarrollo
git clone https://github.com/0xsl1m/cerebrus-pulse-mcp.git
cd cerebrus-pulse-mcp
pip install -e .Enlaces
Cerebrus Pulse — Documentación y guías de la API
Protocolo x402 — Estándar de micropagos HTTP 402
Licencia
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