Serversio.github.hyperd-ai/hyperd-mcp
M

io.github.hyperd-ai/hyperd-mcp

io.github.hyperd-ai/hyperd-mcp · v1.0.3
▦ npm
v1.0.3npm npm: hyperd-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.hyperd-ai/hyperd-mcp",
  "description": "Pre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.",
  "repository": {
    "url": "https://github.com/hyperd-ai/hyperd-mcp",
    "source": "github"
  },
  "version": "1.0.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "hyperd-mcp",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "0x-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.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HYPERD_WALLET_PRIVATE_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}