hyperd-mcp
Pre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.
README
hyperD MCP Server
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.
What it does
Each tool call:
- Sends a request to the corresponding
api.hyperd.aiendpoint - Receives an HTTP 402 with payment requirements
- Signs an EIP-3009 USDC transfer authorization with your wallet
- Retries with the payment header
- Returns the data to the AI assistant
You pay $0.005–$0.10 in USDC on Base per call. No subscription. No accounts.
What you need
- A wallet with at least $0.30 USDC on Base (the seed cost for trying every tool once is ~$0.62)
- The wallet's private key OR 12-word BIP-39 mnemonic
- Node 20+ installed
Install + configure
Step 1 — Generate or use an existing wallet
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.
Step 2 — Claude Desktop
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.
Step 3 — Try it
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.
Cursor / Cline / Zed
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.
Local-development install (without npm publish)
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"
}
}
}
}
Available tools
| 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 wallet classification |
hyperd.contract.audit |
$0.10 | Pre-trade contract security composite |
hyperd.governance.summarize |
$0.10 | LLM-summarized DAO proposals |
hyperd.sentiment.token |
$0.05 | Token sentiment from Farcaster |
hyperd.liquidation.risk |
$0.10 | Cross-protocol liquidation risk (Aave V3 / Compound v3 / Spark / Morpho) |
hyperd.wallet.anomaly |
$0.10 | Wallet anomaly detection vs 180-day baseline |
hyperd.wallet.pnl |
$0.05 | Realized + unrealized P&L (FIFO/LIFO/HCFO) |
hyperd.budget.guardian |
$0.01 | Agent USDC spend visibility + cap check |
hyperd.bundle |
$0.20 fixed | Multi-call: 1-10 paid GETs in one settlement |
hyperd.watch.create |
$3.00 prepay | Subscribe to a continuous liquidation watch (HMAC webhooks) |
hyperd.watch.list |
(free for owner) | List your active watches |
hyperd.watch.cancel |
(free for owner) | Cancel one of your watches |
Full HTTP API docs: https://api.hyperd.ai/api/discover
Security
- Use a hot wallet, not your primary. The MCP server has the private key in process memory while it runs.
- Cap your spend by transferring only what you want to use. There's no built-in spending limit; the wallet's balance IS the limit.
- Don't commit your private key. The Claude Desktop config file is local; don't share it.
Configuration via mnemonic instead of private key
If you have a 12 or 24-word BIP-39 mnemonic instead of a raw key:
"env": {
"HYPERD_WALLET_MNEMONIC": "word1 word2 ... word12"
}
Derives at the standard Ethereum path m/44'/60'/0'/0/0.
Optional env vars
HYPERD_API_BASE— defaulthttps://api.hyperd.ai. Override for testnet or self-hosted.HYPERD_BASE_RPC— default public Base RPC. Override for higher rate limits.
License
MIT — same as the parent repo.
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。