Crypto market intelligence MCP — pay-per-tool-call in USDC on Base via the x402 protocol.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-singlishman-kerdos-x402-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
Model Context Protocol for Actual Budget API
MCP Security Weekly
Get CVE alerts and security updates for io.github.Singlishman/kerdos-x402-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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 |
npm install -g kerdos-x402-mcp
Or run via npx (no install):
npx kerdos-x402-mcp
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.
KERDOS_X402_BASE_URL=https://nonvisceral-eloisa-mousily.ngrok-free.dev
Add to claude_desktop_config.json:
{
"mcpServers": {
"kerdos": {
"command": "npx",
"args": ["kerdos-x402-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0x..."
}
}
}
}
get_market_overview).https://...kerdos.../api/market-overview.402 Payment Required with a payment challenge.@x402/fetch signs a USDC transferWithAuthorization using your key.End-to-end latency: ~1-2 seconds per call. No interactive approval — payment happens transparently.
Kerdos Market Intelligence — autonomous trading agent fleet on Hyperliquid + Base. Same signals power Kerdos's own bots' entry decisions.
https://nonvisceral-eloisa-mousily.ngrok-free.dev/.well-known/x402MIT — fork freely.
GitHub issues on this repo for MCP-side bugs. For endpoint downtime, check https://nonvisceral-eloisa-mousily.ngrok-free.dev/health.