Skip to content
Back to MEO Preflight

Card snapshot

api.machineeconomyobservatory.com · 2026-09-18 17:40:15 UTC · 0e4dc170b6c1056c98809e73d25797136c7ae1ab9d619d5b0781e4080950cbf4

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.

{
  "name": "MEO Preflight",
  "description": "Read-only comparison of proposed machine payment terms with dated third-party public observations retained by MEO. Does not execute or approve payments. Pilot scope: two services; third-party public probe observations retained by MEO, not independently verified settlements. Settlement/buyer history, current activity and payment destination history are UNKNOWN. Evidence may be stale.",
  "version": "0.3.0",
  "provider": {
    "organization": "Machine Economy Observatory",
    "url": "https://machineeconomyobservatory.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://api.machineeconomyobservatory.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "machine_payment_preflight",
      "name": "Machine payment preflight",
      "description": "Send exactly one JSON data part with resource, payTo, network, asset and amount as strings, using the existing Preflight input contract. Returns historical comparisons, evidence freshness and explicit unknowns. Base (eip155:8453) / USDC only; other networks/assets return UNSUPPORTED. No live resource fetch, payment execution, payment approval, or settlement verification. Each request is independent; context IDs correlate messages but no conversation history or tasks are retained. Maximum JSON-RPC request body: 8192 bytes.",
      "tags": [
        "payment-preflight",
        "historical-evidence",
        "read-only",
        "base",
        "usdc"
      ],
      "examples": [
        "{\"resource\":\"https://blockrun.ai/api/v1/exa/search\",\"payTo\":\"0x0000000000000000000000000000000000000001\",\"network\":\"eip155:8453\",\"asset\":\"USDC\",\"amount\":\"0.011\"}"
      ]
    }
  ]
}