Skip to main content
Glama
0xsl1m

cerebrus-pulse-mcp

by 0xsl1m

Cerebrus Pulse MCP

PyPI License: MIT Python 3.10+

Cerebrus Pulse 的 MCP 服务器 — 为 AI 智能体提供实时加密货币情报。提供 15 种工具,涵盖 50 多种 Hyperliquid 永续合约的技术分析、清算热力图、市场压力、资金费率等。

工具

工具

描述

费用

cerebrus_health

网关健康检查

免费

cerebrus_list_coins

列出所有可用代币 (50+)

免费

cerebrus_pulse

多时间周期技术指标 (RSI, EMAs, BBands, VWAP, 市场状态)

$0.02

cerebrus_sentiment

聚合市场情绪 + 恐惧/贪婪指数

$0.01

cerebrus_funding

带有历史背景的资金费率分析

$0.01

cerebrus_bundle

Pulse + 情绪 + 资金费率组合 (8 折优惠)

$0.04

cerebrus_screener

扫描所有代币以获取顶级信号

$0.04

cerebrus_oi

持仓量 (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

通过 Chainlink 监测 USDC 抵押品健康状况

$0.01

cerebrus_liquidations

跨 5 个杠杆层级的清算热力图

$0.03

付费端点使用 x402 微支付(BaseSolana 链上的 USDC)。免费工具无需任何配置即可使用。

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

设置其中一个或两个均可 — x402 SDK 会自动选择您钱包配置对应的链。

pip

pip install cerebrus-pulse-mcp

CLI 使用

服务器包含一个 --json 标志,无需 MCP 客户端即可直接进行 CLI 访问:

# 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

API 基础 URL (默认: https://api.cerebruspulse.xyz)

CEREBRUS_WALLET_KEY

用于 x402 自动支付的 Base 钱包私钥

CEREBRUS_WALLET_KEY_SOLANA

用于 x402 自动支付的 Solana 钱包私钥

响应示例

$ 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