Skip to main content
Glama
0xsl1m

cerebrus-pulse-mcp

by 0xsl1m

Cerebrus Pulse MCP

PyPI License: MIT Python 3.10+

MCP-сервер для Cerebrus Pulse — криптоаналитики в реальном времени для ИИ-агентов. Предоставляет 15 инструментов, охватывающих технический анализ, тепловые карты ликвидаций, рыночный стресс, ставки финансирования и многое другое для 50+ бессрочных контрактов Hyperliquid.

Инструменты

Инструмент

Описание

Стоимость

cerebrus_health

Проверка работоспособности шлюза

Бесплатно

cerebrus_list_coins

Список всех доступных тикеров (50+)

Бесплатно

cerebrus_pulse

Технические индикаторы по нескольким таймфреймам (RSI, EMA, BBands, VWAP, режим)

$0.02

cerebrus_sentiment

Агрегированные настроения рынка + индекс страха и жадности

$0.01

cerebrus_funding

Анализ ставок финансирования с историческим контекстом

$0.01

cerebrus_bundle

Pulse + настроения + финансирование (скидка 20%)

$0.04

cerebrus_screener

Сканирование всех монет на наличие топовых сигналов

$0.04

cerebrus_oi

Дельта открытого интереса, процентиль, тренд

$0.01

cerebrus_spread

Спред бид-аск + оценка проскальзывания

$0.008

cerebrus_correlation

Матрица корреляции BTC и альткоинов

$0.03

cerebrus_stress

Индекс рыночного стресса, основанный на кроссчейн-арбитраже

$0.015

cerebrus_cex_dex

Расхождение цен CEX и DEX

$0.02

cerebrus_basis

Базис оракула Chainlink относительно Hyperliquid

$0.02

cerebrus_depeg

Состояние обеспечения USDC через Chainlink

$0.01

cerebrus_liquidations

Тепловая карта ликвидаций по 5 уровням кредитного плеча

$0.03

Платные эндпоинты используют микроплатежи x402 (USDC в сетях Base или Solana). Бесплатные инструменты работают без какой-либо настройки.

Related MCP server: x402 crypto market structure

Установка

Claude Desktop / Cursor / Windsurf

Добавьте в конфигурацию MCP (claude_desktop_config.json, .cursor/mcp.json и т.д.):

{
  "mcpServers": {
    "cerebrus-pulse": {
      "command": "uvx",
      "args": ["cerebrus-pulse-mcp"]
    }
  }
}

Чтобы включить автоматические платежи x402 для платных эндпоинтов, добавьте ключ вашего кошелька:

{
  "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"
      }
    }
  }
}

Установите один или оба — SDK x402 выберет сеть, для которой настроен ваш кошелек.

pip

pip install cerebrus-pulse-mcp

Использование CLI

Сервер включает флаг --json для прямого доступа через CLI без 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

Аргументы можно передавать позиционно (для монеты) или в виде пар key=value.

Конфигурация

Переменная окружения

Описание

Обязательно

CEREBRUS_BASE_URL

Базовый URL API (по умолчанию: https://api.cerebruspulse.xyz)

Нет

CEREBRUS_WALLET_KEY

Приватный ключ кошелька Base для автоплатежей x402

Нет

CEREBRUS_WALLET_KEY_SOLANA

Приватный ключ кошелька Solana для автоплатежей x402

Нет

Пример ответа

$ cerebrus-pulse-mcp --json health
{
  "status": "ok",
  "engine": "available",
  "kill_switch": "enabled",
  "version": "1.2.0"
}

Разработка

git clone https://github.com/0xsl1m/cerebrus-pulse-mcp.git
cd cerebrus-pulse-mcp
pip install -e .

Ссылки

Лицензия

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