Catalog
Hyperd MCP
Officialby hyperd-ai · JavaScript
Pre-trade DeFi intelligence: 24 paid x402 tools incl. 6 synthesis verdicts, USDC on Base.
Provides pre-trade DeFi intelligence tools with synthesis verdicts for blockchain trading.
Topics
ai-agentsbaseclaudecrypto-paymentsdefimcpmodel-context-protocolstablecoinsusdcx402
README not available yet.
Install
Configuration
Environment variables
HYPERD_WALLET_PRIVATE_KEYrequiredsecret0x-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.
claude_desktop_config.json
{
"mcpServers": {
"hyperd-mcp": {
"command": "npx",
"args": [
"-y",
"hyperd-mcp@1.1.1"
],
"env": {
"HYPERD_WALLET_PRIVATE_KEY": "<YOUR_HYPERD_WALLET_PRIVATE_KEY>"
}
}
}
}