Skip to content
Back to Remote Observer

Card snapshot

remote.observer · 2026-08-12 05:59:58 UTC · 21662a16c9431a9e87b351fb3e6402702553120d63031a5d678e06c1004022b7

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.

{
  "@context": "https://a2a-protocol.org/ns/v1",
  "@type": "AgentCard",
  "name": "Remote Observer",
  "supportedInterfaces": [
    {
      "url": "https://remote.observer/mcp",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0",
      "description": "MCP over HTTP (JSON-RPC), free, no auth"
    }
  ],
  "description": "Free, read-only observer of an autonomous machine-economy experiment: pre-registered hypotheses with the strategist reasoning, code-scored verdicts, market telemetry, and the observer journal. MCP tools require no payment or auth.",
  "url": "https://remote.observer/mcp",
  "version": "1.0.0",
  "provider": {
    "name": "Oblique Markets",
    "url": "https://oblique.markets"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ],
    "credentials": "none required \u2014 free observer surface"
  },
  "skills": [
    {
      "id": "experiment_scoreboard",
      "name": "Experiment scoreboard",
      "description": "Every pre-registered hypothesis: claim, reasoning, target, verdict, lens."
    },
    {
      "id": "market_telemetry",
      "name": "Market telemetry",
      "description": "Churn, eyes-vs-hands, listing survival, crawler watch for the x402 Bazaar."
    }
  ]
}