Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.hyperd-ai/hyperd-mcp

NPM · HYPERD-MCP · SCANNED AUG 3

Pre-trade DeFi intelligence: 24 paid x402 tools incl. 6 synthesis verdicts, USDC on Base.

Available components

+19 this week 65 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (112 of 116), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (112 of 116), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability74
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 3203 tokens (~110/item across 29 items; 29 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · hyperd-mcp

# add to Claude Code
claude mcp add hyperd-ai-hyperd-mcp -- npx -y hyperd-mcp
# add to Codex CLI
codex mcp add hyperd-ai-hyperd-mcp -- npx -y hyperd-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hyperd-ai-hyperd-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "hyperd-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add hyperd-ai-hyperd-mcp --command npx --arg -y --arg hyperd-mcp
# ~/.hermes/config.yaml
mcp_servers:
  hyperd-ai-hyperd-mcp:
    command: "npx"
    args: ["-y", "hyperd-mcp"]
// mcp.json
{
  "mcpServers": {
    "hyperd-ai-hyperd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hyperd-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: unverified → fail functional
    • Dependency health: partial → unverified functional
    • Schema quality: unverified → good functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 +16
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Dependency health: unverified → partial functional
  • 31 Jul 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −40
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 112 packages

112 packages in the resolved dependency tree · 111 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 29 exposed · ~3,203 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
hyperd.balance.get ~128

Get the on-chain balance for an EVM wallet address. Multi-chain (Base, Ethereum, Polygon, Arbitrum). Supports ERC-20 by symbol or contract address. Pass chain='all' for parallel multi-chain lookup. Costs $0.01 in USDC on Base.

NameTypeReqDescription
addressstringyes0x EVM wallet address
chainstringChain. Default 'base'. Use 'all' for parallel multi-chain.
tokenstringToken symbol (e.g., USDC, WETH) or contract address. Default USDC.

No output schema declared.

No examples provided.

hyperd.budget.guardian ~189

Agent spend visibility: aggregates recent outbound USDC transfers from a wallet over a configurable window (1h/24h/7d/30d). Returns total spend, by-destination breakdown, projected-24h rate, and an optional under_cap flag if cap_usd is provided. Use this BEFORE initiating the next paid x402 call to enforce a self-imposed budget. Bridged USDC.e variants are NOT counted. Costs $0.01 in USDC.

NameTypeReqDescription
addressstringyes0x EVM wallet address
cap_usdnumberOptional self-imposed USDC cap. When provided, response includes under_cap, remainingUsd, and anyTxExceedsTenthOfCap.
chainstringChain to compute spend on. Default 'base'.
windowstringLookback window. Default '24h'.

No output schema declared.

No examples provided.

hyperd.bundle ~142

Bundle multiple paid GET calls into one x402 settlement. Up to 10 sub-calls executed in parallel (concurrency cap 4), per-call results returned in a structured envelope. Fixed $0.20 USDC — typically cheaper than à la carte for any combination summing > $0.24 individually. Best-effort execution: failed sub-calls don't refund in v1.0 (credit ledger planned for v1.1). Use this when you need 3+ paid calls and want to save on facilitator round-trips.

NameTypeReqDescription
callsarrayyes1-10 sub-calls. Each must target a bundleable paid GET endpoint.

No output schema declared.

No examples provided.

hyperd.catalog.list ~48

List all available hyperD x402 API endpoints with their prices, descriptions, and example responses. FREE — no wallet required. Use this to discover what tools are available before configuring a wallet.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

hyperd.contract.audit ~90

Pre-trade contract security audit. Composes GoPlus + Sourcify + DefiLlama protocol recognition + on-chain heuristics into a single 0-100 risk score with structured findings. Use BEFORE interacting with any unfamiliar contract. Costs $0.10 in USDC.

NameTypeReqDescription
chainstringChain. Default 'base'.
contractstringyesContract address to audit

No output schema declared.

No examples provided.

hyperd.dex.quote ~137

Get the best DEX swap route across multiple aggregators (Paraswap + 0x). Returns the highest output amount and per-source quotes. Costs $0.02 in USDC.

NameTypeReqDescription
amountstringyesDecimal amount of source token
chainstringChain. Default 'base'.
fromstringyesSource token symbol or contract address
slippageintegerMax slippage in basis points. Default 50.
takerstringOptional payer address for 0x quote (improves accuracy)
tostringyesDestination token symbol or contract address

No output schema declared.

No examples provided.

hyperd.gas.estimate ~52

Get current gas price + base fee + tip percentiles for fast/standard/slow inclusion. Costs $0.005 in USDC.

NameTypeReqDescription
chainstringChain. Default 'base'.

No output schema declared.

No examples provided.

hyperd.gov.translate ~100

Composed DAO governance translator. Takes a Snapshot or Tally proposal URL, fetches structured data via /api/governance/summarize, then produces a 2-3 sentence plain-language translation + domain band (economic_param / treasury / code_upgrade / governance_meta / social_signal). 1-year cache — proposals are immutable. Costs $1.00 in USDC.

NameTypeReqDescription
proposal_urlstringyesSnapshot or Tally proposal URL

No output schema declared.

No examples provided.

hyperd.governance.summarize ~71

Summarize a DAO governance proposal (Snapshot or Tally URL). Returns structured impact analysis: who benefits, who pays, recommended position. LLM-summarized. Costs $0.10 in USDC.

NameTypeReqDescription
proposal_urlstringyesSnapshot or Tally proposal URL

No output schema declared.

No examples provided.

hyperd.health.check ~48

Check the health of the hyperD API: which network it's on, whether the payment facilitator is configured, which optional backend keys are wired, and cache stats. FREE — no wallet required.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

hyperd.liquidation.risk ~109

Cross-protocol liquidation risk for a wallet's lending positions. Health factor, USD-at-risk, and recommendations across Aave V3, Compound v3, Spark Lend, and Morpho Blue. Pass chain='all' for cross-chain aggregate. Costs $0.10 in USDC.

NameTypeReqDescription
addressstringyes0x EVM wallet address
chainstringChain to check, or 'all' for cross-chain aggregate. Default 'base'.

No output schema declared.

No examples provided.

hyperd.pricing.get ~35

Get the current price list for all hyperD paid endpoints (in USDC on Base). FREE — no wallet required.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

hyperd.protocol.tvl ~106

Get a DeFi protocol's TVL, audits, chain distribution from DefiLlama. Pass slug for detail (e.g., 'aave', 'morpho-blue') or list=true for top 50. Costs $0.01 in USDC.

NameTypeReqDescription
listbooleanIf true, returns top 50 protocols by TVL
slugstringProtocol slug, e.g., 'aave' or 'morpho-blue'

No output schema declared.

No examples provided.

hyperd.risk.full_audit ~113

Composed wallet risk verdict. Fans out to balance, wallet_risk, wallet_persona, contract_audit, and privacy_mixer_risk then returns a Haiku 4.5-authored summary + confidence + band (safe / moderate / elevated / critical). One verdict replaces a manual 5-call audit walk. Costs $0.35 in USDC.

NameTypeReqDescription
addressstringyes0x EVM wallet address
chainstringChain. Default 'base'.

No output schema declared.

No examples provided.

hyperd.sentiment.token ~93

Get a token's sentiment score (0-100) from recent Farcaster discussion. Returns score, band (very_negative to very_positive), volume, trend, sample casts. Costs $0.05 in USDC.

NameTypeReqDescription
tokenstringyesToken symbol or name
windowstringDays (1-30) or "24h" / "7d". Default "24h".

No output schema declared.

No examples provided.

hyperd.token.archetype ~93

Composed token classification. Fans out to token_info, token_security, and protocol_tvl then returns a single archetype (stablecoin / blue_chip / mid_cap / memecoin / wrapped / governance / unverified) plus a plain-language verdict. Costs $0.30 in USDC.

NameTypeReqDescription
chainstringChain. Default 'base'.
contractstringyesToken contract address

No output schema declared.

No examples provided.

hyperd.token.info ~113

Get aggregated token metadata: market cap, supply, contract addresses across chains, recent volume. One call replaces multiple CoinGecko / Etherscan / DefiLlama lookups. Costs $0.01 in USDC.

NameTypeReqDescription
chainstringChain when using contract. Default 'base'.
contractstringContract address (alternative to query)
querystringSymbol, name, or coingecko id (e.g., 'USDC' or 'usd-coin')

No output schema declared.

No examples provided.

hyperd.token.security ~95

Get a token's security risk score (0-100). Ensemble of GoPlus signals: honeypot detection, owner permissions, holder concentration, buy/sell taxes, source verification. Returns score, band (safe/caution/warning/danger), and structured findings. Costs $0.05 in USDC.

NameTypeReqDescription
chainstringChain. Default 'base'.
contractstringyesToken contract address

No output schema declared.

No examples provided.

hyperd.wallet.anomaly ~134

Wallet behavioral anomaly detection. Compares recent activity against the wallet's own 180-day baseline — surfaces tx-volume spikes, dormant-wakeup patterns, new-protocol interactions, counterparty diversification. Catches compromised hot wallets, dormant whales, MEV-bot strategy shifts. Costs $0.10 in USDC.

NameTypeReqDescription
addressstringyes0x EVM wallet address
chainstringChain to analyze. Default 'base'.
windowstringRecent activity window. "24h", "7d", "30d", or bare integer days. Default "24h".

No output schema declared.

No examples provided.

hyperd.wallet.persona ~102

Classify a wallet's persona based on on-chain behavior. Returns one of: Trader, HODLer, MEV-bot, Whale, Smart-Money, Airdrop-Farmer, Compromised, Inactive — plus confidence and supporting signals. Costs $0.10 in USDC.

NameTypeReqDescription
addressstringyes0x EVM wallet address
chainstringChain to analyze. Default 'base'.

No output schema declared.

No examples provided.

hyperd.wallet.pnl ~232

Realized + unrealized P&L for a wallet over a time window. ERC-20 + native, single chain per call. Three cost-basis methods: FIFO (default, IRS standard), LIFO (last-in-first-out), HCFO (highest-cost-first-out, tax-loss-harvesting view). Per-token breakdown with weighted-avg cost + mark-to-market. Unpriced trades and untracked-proceeds gaps surfaced honestly under coverage.* fields. v1.0 defers per-tx gas-fee USD attribution. Costs $0.05 in USDC.

NameTypeReqDescription
addressstringyes0x EVM wallet address
chainstringChain to compute P&L on. Default 'base'.
fromintegerWindow start, unix seconds. Default = to - 30 days. Must be >= 1577836800 (2020-01-01).
methodstringCost-basis method. Default 'fifo'.
tointegerWindow end, unix seconds. Default = now. Cannot be > now+60.

No output schema declared.

No examples provided.

hyperd.wallet.risk ~108

Check a wallet's risk profile. Combines Chainalysis Sanctions Oracle (OFAC SDN authoritative) with GoPlus address heuristics (mixers, phishing, scams). Returns sanctioned flag + 0-100 heuristic score. Costs $0.10 in USDC.

NameTypeReqDescription
addressstringyes0x EVM wallet address
chainstringChain. Default 'base'.
deepbooleanCross-check across multiple chains. Default false.

No output schema declared.

No examples provided.

hyperd.wallet.thesis ~102

Composed wallet behavioral thesis. Fans out to balance, wallet_persona, wallet_pnl, and wallet_anomaly then returns a plain-language summary of the wallet's investing posture plus archetype (trader / hodler / yield_farmer / mev_bot / compromised / inactive). Costs $0.50 in USDC.

NameTypeReqDescription
addressstringyes0x EVM wallet address
chainstringChain. Default 'base'.

No output schema declared.

No examples provided.

hyperd.wallet.threat_brief ~111

Composed wallet threat brief. Fans out to wallet_risk, wallet_anomaly, privacy_mixer_risk, budget_guardian, and wallet_persona then returns a 2-3 sentence security verdict + band (clean / watch / elevated / critical). Replaces a manual 5-call security audit walk. Costs $1.50 in USDC.

NameTypeReqDescription
addressstringyes0x EVM wallet address
chainstringChain. Default 'base'.

No output schema declared.

No examples provided.

hyperd.watch.cancel ~76

Cancel a watch you own. $0.001 USDC ops fee covers the x402 auth path. Returns 404 (not 403) if the watch_id doesn't exist OR if you're not the owner — no existence-leak side-channel.

NameTypeReqDescription
watch_idstringyesThe watch_id returned from hyperd.watch.create.

No output schema declared.

No examples provided.

hyperd.watch.create ~240

Subscribe to a continuous watch on a wallet/position. Returns watch_id and webhook_secret (shown ONCE — store it; we cannot recover it). HMAC-SHA256 signed alerts POSTed to your webhook_url when threshold conditions are met. v1.0 supports liquidation watches across Aave V3 / Compound v3 / Spark / Morpho. $3.00 USDC prepays for duration_days (default 30, max 90).

NameTypeReqDescription
duration_daysintegerWatch lifetime in days. Default 30, max 90.
fire_on_band_or_worsestringFire when health-factor band reaches this severity OR worse. Default 'warning'.
target_addressesarrayyesWallet to watch (length-1 in v1.0; multi-target reserved for v1.1 Pro tier).
target_chainstringChain to watch. Default 'base'.
typestringyesWatch type. v1.0 only supports 'liquidation'.
webhook_urlstringyesHTTPS endpoint to POST alerts to. Must be publicly reachable; private/loopback IPs rejected.

No output schema declared.

No examples provided.

hyperd.watch.list ~64

List the active watches owned by your wallet. $0.001 USDC ops fee — covers the x402 auth path that proves wallet ownership (without it, the server can't tell which wallet is asking). webhook_secret is NEVER returned — store it from the create response.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

hyperd.yield.allocation ~129

Composed yield allocation recommender. Fans out 3 parallel /api/yield calls at low/medium/high risk tiers for the same amount + duration, then returns a recommended portfolio split + 2-sentence rationale. Bands: conservative / balanced / aggressive / bespoke. 6h cache bucketed by amount tier × duration × chain. Costs $1.00 in USDC.

NameTypeReqDescription
amountnumberyesUSDC equivalent to allocate
chainstringChain filter. Default 'base'.
durationintegerInvestment horizon in days. Default 30.

No output schema declared.

No examples provided.

hyperd.yield.recommend ~143

Get an opinionated DeFi yield recommendation. Filters DefiLlama's pool universe by risk tier (low/medium/high), TVL, and IL exposure, then ranks by APY. Returns the top picks plus projected $ yield over your duration. Costs $0.05 in USDC.

NameTypeReqDescription
amountnumberyesUSD amount to invest
chainstringOptional chain filter (e.g., 'base')
durationintegerInvestment duration in days. Default 30.
riskstringyesRisk tolerance
stablesbooleanStablecoins-only filter. Default false (true for low risk).

No output schema declared.

No examples provided.