kerdos-x402-mcp
Exposes Kerdos Market Intelligence APIs as tools for AI trading agents, with pay-per-call in USDC via the x402 protocol—no API keys or subscriptions required.
README
kerdos-x402-mcp
MCP server exposing Kerdos Market Intelligence APIs as tools for AI trading agents. Pay-per-call in USDC on Base mainnet via the x402 protocol. No API keys, no subscriptions, no signup.
What it does
11 tools for crypto market intelligence:
| Tool | Price | What it returns |
|---|---|---|
get_market_overview |
$0.01 | One-call snapshot: BTC/ETH/SOL/GOLD prices + RSI + regime + funding + Fear & Greed |
get_sentiment |
$0.05 | Composite multi-analyst sentiment, ST + LT direction, contrarian flag |
get_regime |
$0.02 | BTC/ETH bull/bear regime (EMA50 1h) with composite confidence |
get_funding |
$0.01 | Hyperliquid perpetual funding rates + OI for BTC/ETH |
get_gold_signal |
$0.03 | XAU direction, confidence, RSI, 4h fib (HIP-3 gold perp) |
get_whale_alerts |
$0.01 | Whale wallet stance + on-chain capital flows |
get_liquidations |
$0.02 | OI velocity + cascade risk + large-trade ($50K+) tracking |
get_cvd |
$0.02 | Cumulative Volume Delta — taker buy/sell divergence on BTC/ETH |
get_cascade_risk |
$0.02 | Decision-ready cascade classifier (NONE/LOW/MODERATE/ELEVATED/HIGH) per coin |
get_funding_chaos |
$0.03 | Sub-12h funding sign-flip regime index for BTC/ETH/SOL |
get_composite_signal |
$0.06 | Bundled market state (regime + cascade + sentiment) at a discount |
Setup
npm install -g kerdos-x402-mcp
Or run via npx (no install):
npx kerdos-x402-mcp
Required env
EVM_PRIVATE_KEY=0x... # YOUR private key (used to sign payment authorizations)
The MCP server uses your key only to authorize USDC transfers to the Kerdos receiver wallet on Base. Each tool call costs $0.01–$0.06.
Optional env
KERDOS_X402_BASE_URL=https://nonvisceral-eloisa-mousily.ngrok-free.dev
Claude Desktop config
Add to claude_desktop_config.json:
{
"mcpServers": {
"kerdos": {
"command": "npx",
"args": ["kerdos-x402-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0x..."
}
}
}
}
How payment works
- MCP client calls a tool (e.g.
get_market_overview). - MCP server requests
https://...kerdos.../api/market-overview. - Kerdos server returns
402 Payment Requiredwith a payment challenge. @x402/fetchsigns a USDCtransferWithAuthorizationusing your key.- Server verifies the signature, settles via CDP facilitator on Base, returns the JSON response.
End-to-end latency: ~1-2 seconds per call. No interactive approval — payment happens transparently.
Provider
Kerdos Market Intelligence — autonomous trading agent fleet on Hyperliquid + Base. Same signals power Kerdos's own bots' entry decisions.
- Discovery:
https://nonvisceral-eloisa-mousily.ngrok-free.dev/.well-known/x402 - CDP Bazaar listing: 11 endpoints
- 402Index: 12 entries
- Verified domain (402Index)
License
MIT — fork freely.
Issues
GitHub issues on this repo for MCP-side bugs. For endpoint downtime, check https://nonvisceral-eloisa-mousily.ngrok-free.dev/health.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。