Loading MCP server directory, please wait...
Pre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.
npx @getmcp/cli add io.github.hyperd-ai/hyperd-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
HYPERD_WALLET_PRIVATE_KEY0x-prefixed 32-byte EVM private key for the wallet that pays for hyperD calls in USDC on Base. The wallet must hold USDC (~$5 is plenty for hundreds of decision cycles). The MCP server signs EIP-3009 transfer authorizations per call.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hyperd-ai/hyperd-mcp": {
"command": "npx",
"args": [
"-y",
"hyperd-mcp"
],
"env": {
"HYPERD_WALLET_PRIVATE_KEY": ""
}
}
}
}