{
  "format": "delx/intent-card/v1",
  "id": "usgs-quake-stub-parse-api",
  "intent": "USGS Quake Feature Parse for an agent workflow",
  "title": "USGS Quake Feature Parse API for agents",
  "description": "Parse magnitude/place from a USGS-like feature properties object. Call when normalizing already-fetched earthquake JSON. Returns mag and place as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.",
  "keywords": [
    "USGS Quake Feature Parse API",
    "USGS Quake Feature Parse for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/usgs-quake-stub-parse-api",
  "machine_url": "https://commerce.delx.ai/intents/usgs-quake-stub-parse-api.json",
  "recommendation": {
    "tool_name": "util_usgs_quake_stub_parse",
    "service_name": "USGS Quake Feature Parse",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/usgs-quake-stub-parse",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "properties": {
          "type": "object",
          "description": "USGS-like feature properties"
        }
      },
      "required": [
        "properties"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "properties": {
        "mag": 4.2,
        "place": "10km N of X"
      }
    },
    "example_output": {
      "schema": "delx/util-usgs-quake-stub-parse/v1",
      "mag": 4.2,
      "place": "10km N of X"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/usgs-quake-stub-parse -m POST -H 'x-delx-source: intent-card-usgs-quake-stub-parse-api' --max-amount 0.001 -b '{\"properties\":{\"mag\":4.2,\"place\":\"10km N of X\"}}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-usgs-quake-stub-parse-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/usgs-quake-stub-parse"
  }
}
