Hyperd Mcp

by hyperd-ai

340 downloads
Not rated
GitHub

About

Pre-trade DeFi intelligence for AI agents on Base. 20 paid x402 endpoints - wallet risk, token security, cross-protocol liquidation health (Aave V3 / Compound v3 / Spark / Morpho), portfolio P&L, DEX quote aggregation, governance LLM summaries, sentiment, and a multi-call bundle

Details

Author
hyperd-ai
Downloads
340
Categories
Other

- Pay-per-call DeFi API with 20+ endpoints
- Bundle endpoint combines up to 10 calls for $0.20
- x402 protocol replaces API keys with signed USDC transfers
- Wallet risk endpoint using Chainalysis and GoPlus ($0.10)
- Token security scoring with honeypot detection ($0.05)
- Cross-protocol liquidation health factor across four protocols ($0.10)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Hyperd Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install with npx -y hyperd-mcp. Add to claude_desktop_config.json with a Base hot wallet holding USDC at HYPERD_WALLET_PRIVATE_KEY. After restart, the MCP server exposes 23 tools. The x402 flow: agent calls an endpoint, the server responds with HTTP 402 and payment terms, the agent signs and retries, and Coinbase's facilitator settles in roughly two seconds. No key store to rotate, no monthly minimum.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "hyperd mcp": {
            "hyperd": {
                "command": "npx",
                "args": [
                    "-y",
                    "hyperd-mcp"
                ],
                "env": {
                    "HYPERD_WALLET_PRIVATE_KEY": "0x..."
                }
            }
        }
    }
}

McpServers

{
    "hyperd": {
        "command": "npx",
        "args": [
            "-y",
            "hyperd-mcp"
        ],
        "env": {
            "HYPERD_WALLET_PRIVATE_KEY": "0x..."
        }
    }
}

hyperD is a pay-per-call DeFi API service for AI agents. Twenty production endpoints covering wallet risk, token security, liquidation health, portfolio P&L, DEX routing, governance summaries, sentiment, gas markets, multi-protocol TVL, and a bundle endpoint that combines up to 10 calls into a single $0.20 settlement.

## How it works

The x402 protocol replaces traditional API authentication with a signed EIP-3009 USDC transfer authorization. An agent calls a hyperD
endpoint normally; the server responds with HTTP 402 and machine-readable payment terms; the agent signs and retries; Coinbase's facilitator settles in roughly two seconds. The signature is the auth. There is no key store to rotate, no monthly minimum to negotiate, no sales form to fill.

## Marquee endpoints

The five most-called actions, with prices:

- GET /api/risk/wallet ($0.10) — Chainalysis Sanctions Oracle + GoPlus heuristics
- GET /api/token/security ($0.05) — GoPlus 0–100 score, honeypot detection, owner permissions, holder concentration
- GET /api/liquidation/risk ($0.10) — Cross-protocol composite health factor across Aave V3, Compound v3, Spark, and Morpho. No other API combines all four.
- GET /api/wallet/pnl ($0.05) — Realized + unrealized P&L, per-token breakdown with mark-to-market
- GET /api/dex/quote ($0.02) — Best swap route aggregated across Paraswap + 0x

Full agent decision cycle (all five) is $0.32 in USDC.

## Install

npx -y hyperd-mcp

Add to claude_desktop_config.json with a Base hot wallet holding USDC at HYPERD_WALLET_PRIVATE_KEY. ~$5 of USDC is plenty for hundreds of decision cycles. The MCP server exposes 23 tools after restart.

## Links

- Production API: https://api.hyperd.ai
- Glama: https://glama.ai/mcp/servers/hyperd-ai/hyperd-mcp
- Smithery: https://smithery.ai/servers/hyperd/hyperd-mcp
- Source (MIT): https://github.com/hyperd-ai/hyperd-mcp
- x402 protocol: https://x402.org

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.