kerdos-x402-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kerdos-x402-mcpget the market overview"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| $0.01 | One-call snapshot: BTC/ETH/SOL/GOLD prices + RSI + regime + funding + Fear & Greed |
| $0.05 | Composite multi-analyst sentiment, ST + LT direction, contrarian flag |
| $0.02 | BTC/ETH bull/bear regime (EMA50 1h) with composite confidence |
| $0.01 | Hyperliquid perpetual funding rates + OI for BTC/ETH |
| $0.03 | XAU direction, confidence, RSI, 4h fib (HIP-3 gold perp) |
| $0.01 | Whale wallet stance + on-chain capital flows |
| $0.02 | OI velocity + cascade risk + large-trade ($50K+) tracking |
| $0.02 | Cumulative Volume Delta — taker buy/sell divergence on BTC/ETH |
| $0.02 | Decision-ready cascade classifier (NONE/LOW/MODERATE/ELEVATED/HIGH) per coin |
| $0.03 | Sub-12h funding sign-flip regime index for BTC/ETH/SOL |
| $0.06 | Bundled market state (regime + cascade + sentiment) at a discount |
Related MCP server: dyoe-agent-tools-mcp
Setup
npm install -g kerdos-x402-mcpOr run via npx (no install):
npx kerdos-x402-mcpRequired 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.devClaude 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/x402CDP 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.
This server cannot be installed
Maintenance
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
Alicense-qualityDmaintenanceEnables AI agents to discover, pay for, and sell APIs using crypto on Solana and Base networks, with support for automated x402 payments.Last updated1213MIT- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.Last updated16
- AlicenseAqualityAmaintenanceEnables AI agents to call deterministic finance and quant APIs (e.g., DCF, Black-Scholes, bond pricing) with per-call payments over x402, no API keys required.Last updated52MIT
- AlicenseBqualityCmaintenanceExposes 25 paid API endpoints as MCP tools for AI agents, with payments in USDC on Base mainnet via the x402 protocol, enabling tasks like web search, company intelligence, and crypto research.Last updated25332MIT
Related MCP Connectors
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Singlishman/kerdos-x402-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server