Skip to main content
Glama
0xsl1m

cerebrus-pulse-mcp

by 0xsl1m

Cerebrus Pulse MCP

PyPI License: MIT Python 3.10+

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

cerebrus_health

Comprobación de estado de la pasarela

Gratis

cerebrus_list_coins

Listar todos los tickers disponibles (más de 50)

Gratis

cerebrus_pulse

Técnicos multitemporales (RSI, EMA, BBands, VWAP, régimen)

$0.02

cerebrus_sentiment

Sentimiento de mercado agregado + miedo/codicia

$0.01

cerebrus_funding

Análisis de tasa de financiación con contexto histórico

$0.01

cerebrus_bundle

Pulse + sentimiento + financiación combinados (20% de descuento)

$0.04

cerebrus_screener

Escanear todas las monedas en busca de señales principales

$0.04

cerebrus_oi

Delta de interés abierto, percentil, tendencia

$0.01

cerebrus_spread

Diferencial bid-ask + estimaciones de deslizamiento

$0.008

cerebrus_correlation

Matriz de correlación BTC-altcoin

$0.03

cerebrus_stress

Índice de estrés de mercado derivado de arbitraje entre cadenas

$0.015

cerebrus_cex_dex

Divergencia de precios CEX vs DEX

$0.02

cerebrus_basis

Oráculo de Chainlink vs base de Hyperliquid

$0.02

cerebrus_depeg

Salud de la garantía USDC mediante Chainlink

$0.01

cerebrus_liquidations

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-mcp

Uso 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 SOL

Los argumentos se pueden pasar posicionalmente (para la moneda) o como pares key=value.

Configuración

Variable de entorno

Descripción

Requerido

CEREBRUS_BASE_URL

URL base de la API (por defecto: https://api.cerebruspulse.xyz)

No

CEREBRUS_WALLET_KEY

Clave privada de la billetera Base para pago automático x402

No

CEREBRUS_WALLET_KEY_SOLANA

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

Licencia

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
17dResponse time
3wRelease cycle
2Releases (12mo)
Commit activity
Issues opened vs closed

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

  • A
    license
    A
    quality
    A
    maintenance
    Provides 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.
    91
    108
    4
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Perp-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.
    6
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Real-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.
    12
    15
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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