Skip to content
Back to liquidation-risk-mcp.mtree.workers.dev

Card snapshot

liquidation-risk-mcp.mtree.workers.dev · 2026-07-11 14:20:27 UTC · d3eb9a3e7659187e06f838c747429e754b6100fa0f33ac0f820e6820bafdf80a

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schema_version": "v1",
  "name": "liquidation-risk-mcp",
  "title": "Liquidation Risk MCP (x402)",
  "description": "x402 MCP for Aave V3 + Compound III liquidation risk. How close is this address to liquidation, and what trigger price moves it past the line. Multichain (base/ethereum/arbitrum/optimism/polygon). No signup, no API key \u2014 pay USDC on Base.",
  "version": "0.1.0",
  "url": "https://liquidation-risk-mcp.mtree.workers.dev",
  "documentation_url": "https://liquidation-risk-mcp.mtree.workers.dev",
  "service_endpoint": "https://liquidation-risk-mcp.mtree.workers.dev",
  "payment": {
    "scheme": "x402",
    "network": "base",
    "asset": "USDC"
  },
  "skills": [
    {
      "id": "aave_v3_liquidation_risk",
      "name": "aave_v3_liquidation_risk",
      "description": "Aave V3 liquidation-risk check. Reads Pool.getUserAccountData and returns totalCollateralUSD, totalDebtUSD, healthFactor, ltv, liquidationThreshold, priceDropToLiquidation (1 - 1/HF), and a categorical risk label (safe/warning/danger).",
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json"
      ],
      "endpoint": "/v1/risk/aave_v3",
      "method": "POST",
      "price": "$0.03"
    },
    {
      "id": "compound_v3_liquidation_risk",
      "name": "compound_v3_liquidation_risk",
      "description": "Compound III liquidation-risk check on a given comet market (USDC or WETH). Returns base-asset borrow balance, primary collateral, full per-asset breakdown, isLiquidatable flag, and a categorical risk label (safe/warning/danger).",
      "input_modes": [
        "application/json"
      ],
      "output_modes": [
        "application/json"
      ],
      "endpoint": "/v1/risk/compound_v3",
      "method": "POST",
      "price": "$0.03"
    }
  ],
  "tags": [
    "x402",
    "blockchain-tooling",
    "evm",
    "base",
    "ethereum",
    "arbitrum",
    "optimism",
    "polygon",
    "defi",
    "aave",
    "compound",
    "liquidation",
    "risk",
    "health-factor",
    "mcp"
  ]
}