Pre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-hyperd-ai-hyperd-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.
Pre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.
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.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe 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 ai-ml / finance
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.hyperd-ai/hyperd-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Exposes 23 hyperD x402 API tools (16 paid endpoints + bundle + 3 watch + 3 free meta) from api.hyperd.ai — drop into Claude Desktop, Cursor, Cline, Zed, or any MCP-compatible client.
Each tool call:
api.hyperd.ai endpointYou pay $0.005–$0.10 in USDC on Base per call. No subscription. No accounts.
First 5 calls per IP per 24h are free — no wallet, no signup, no API key. Just curl:
curl "https://api.hyperd.ai/api/balance?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
Lifetime cap: 25 calls per IP. After that (or when daily quota is exhausted), the endpoint returns HTTP 402 — sign a small EIP-3009 USDC payment on Base via the Python SDK or TypeScript MCP server.
/api/wallet/pnl has a tighter free-tier cap of 1 call/IP/day (heavy upstream).
For testing, use a fresh wallet, not your main one. A simple way:
node -e "const {generatePrivateKey, privateKeyToAccount} = require('viem/accounts'); const pk = generatePrivateKey(); console.log('Address:', privateKeyToAccount(pk).address); console.log('Private key:', pk);"
Send ~$1 of USDC on Base to the printed address.
Edit your Claude Desktop config (location: macOS ~/Library/Application Support/Claude/claude_desktop_config.json, Windows %APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"hyperd": {
"command": "npx",
"args": ["-y", "hyperd-mcp"],
"env": {
"HYPERD_WALLET_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
}
}
}
}
Restart Claude Desktop. The 23 hyperD tools appear in the conversation tool list.
Ask Claude in any conversation:
"What's the security score for USDC on Base? Use the hyperd.token.security tool."
Claude calls our endpoint, pays $0.05 from your wallet, returns the result. The whole flow takes ~2 seconds.
Each MCP-compatible client has a similar config file. Same pattern: name the server hyperd, command is npx -y hyperd-mcp, set HYPERD_WALLET_PRIVATE_KEY env var.
For the full MCP client list and per-client config docs see https://modelcontextprotocol.io/clients.
If you want to run from source instead of npx:
git clone https://github.com/hyperd-ai/hyperd-mcp.git
cd hyperd-mcp
npm install
npm run build
Then in your Claude Desktop config, point at the local build:
{
"mcpServers": {
"hyperd": {
"command": "node",
"args": ["/full/path/to/hyperd-mcp/dist/server.js"],
"env": {
"HYPERD_WALLET_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
}
}
}
}
| Tool | Price | What it does |
|---|---|---|
hyperd.balance.get | $0.01 | Multi-chain ERC-20 + native balance lookup |
hyperd.yield.recommend | $0.05 | Opinionated DeFi yield recommendation |
hyperd.token.info | $0.01 | Aggregated token metadata (CoinGecko + DefiLlama) |
hyperd.token.security | $0.05 | GoPlus-backed security risk score |
hyperd.wallet.risk | $0.10 | Chainalysis sanctions + GoPlus heuristics |
hyperd.protocol.tvl | $0.01 | DefiLlama protocol health |
hyperd.gas.estimate | $0.005 | Gas oracle with tip percentiles |
hyperd.dex.quote | $0.02 | Multi-aggregator best DEX route |
hyperd.wallet.persona | $0.10 | Behavioral w |