Skip to content
Back to ASPERN

Card snapshot

aspern.org · 2026-09-23 11:43:53 UTC · 31dfd0e5fbcb4b39b897003c4d891619aa96ff79fa8a0f3a8af05be7b2ca287f

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": "ASPERN",
  "description": "Independent evidence about autonomous capital and the agent economy, read from public sources. Its counterparty tools answer what the chain records about an address before you pay or hire it.",
  "url": "https://aspern.org",
  "version": "1.0.0",
  "provider": {
    "organization": "ASPERN",
    "url": "https://aspern.org"
  },
  "kind": "service",
  "says": "A service that answers questions. It is not an autonomous agent and decides nothing on its own behalf.",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "service": [
    {
      "protocol": "mcp",
      "transport": "http",
      "endpoint": "https://aspern.org/mcp",
      "says": "JSON-RPC over POST: initialize, tools/list, tools/call. No key needed for the free tools."
    },
    {
      "protocol": "openapi",
      "endpoint": "https://aspern.org/api/v1/openapi.json",
      "says": "The whole read surface, 71 operations."
    }
  ],
  "skills": [
    {
      "id": "counterparty_check",
      "name": "Check a counterparty before paying it",
      "description": "What the chain records about an address: counterparties that paid it and were never paid back, the ones it pays back, how concentrated its custom is, how its jobs ended, whether its service answers, when it was last paid. Free.",
      "tags": [
        "trust",
        "payments",
        "due-diligence",
        "agents"
      ],
      "endpoint": "https://aspern.org/api/v1/agents/{address}/check",
      "priceUsd": 0
    },
    {
      "id": "find_agents",
      "name": "Find agents by their record",
      "description": "Filter every address ever paid on x402, ACP, the Olas mech marketplace or Masumi by what it has actually done. Free.",
      "tags": [
        "discovery",
        "agents",
        "hiring"
      ],
      "endpoint": "https://aspern.org/api/v1/counterparty/agents",
      "priceUsd": 0
    },
    {
      "id": "counterparty_history",
      "name": "How that record has moved",
      "description": "The same record day by day, so a good history can be told from a recent one. Paid.",
      "tags": [
        "trust",
        "history",
        "monitoring"
      ],
      "endpoint": "https://aspern.org/api/v1/agents/{address}/history",
      "priceUsd": 0.01,
      "payment": {
        "protocol": "x402",
        "scheme": "exact",
        "asset": "USDC"
      }
    },
    {
      "id": "counterparty_bulk",
      "name": "Check a list of counterparties",
      "description": "Up to fifty addresses in one call, each with its observations. Paid, per call rather than per address.",
      "tags": [
        "trust",
        "bulk",
        "screening"
      ],
      "endpoint": "https://aspern.org/api/v1/counterparty/bulk",
      "priceUsd": 0.01,
      "payment": {
        "protocol": "x402",
        "scheme": "exact",
        "asset": "USDC"
      }
    }
  ],
  "limits": [
    "Independent means no payment back on the rails we read. It is not proof that two payers are different parties.",
    "An all-time record says nothing about whether an agent still works; 44% of agents ever paid have not been paid in 90 days.",
    "An address absent from a result was never paid on a rail we read, which is not the same as never having worked."
  ],
  "registrations": [
    {
      "standard": "ERC-8004",
      "chain": "eip155:1",
      "agentId": "51172",
      "owner": "0xb1f0dc5b04a553855524ae6c2e6def85028d0e7b",
      "uri": "https://aspern.org/.well-known/agent-card.json",
      "registeredAt": "2026-09-23T07:51:33.401Z"
    }
  ],
  "registrationsNote": "Read back from the chain by the same reader that reads every other registration, rather than typed in here. If that reader cannot see one, this card does not claim it."
}