Skip to content
Back to New Ohio Business Registrations

Card snapshot

ohio-business-storefront.onrender.com · 2026-07-25 00:55:35 UTC · e5aaf9863fa0fede7422dd93c113c83565c8d65360cbf8fc98c54c1adc435b41

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": "New Ohio Business Registrations",
  "description": "Every newly registered Ohio business (LLCs, corporations, nonprofits): legal name, filing date, entity type, registered agent, and address \u2014 straight from official Secretary of State public records. Typed schema, no silent nulls. Pay per call with x402 (USDC on Base) \u2014 no signup, no API keys. The same new-business lists Experian/Salesgenie sell for ~$200, but fresher and machine-readable.",
  "url": "https://ohio-business-storefront.onrender.com",
  "version": "1.0.0",
  "documentationUrl": "https://ohio-business-storefront.onrender.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "meta",
      "name": "Free discovery metadata",
      "description": "GET /api/meta \u2014 coverage, freshness, pricing, schema. Free."
    },
    {
      "id": "recent",
      "name": "Recent new-business filings",
      "description": "GET /api/filings/recent \u2014 Newest filings only (last 30 days), card-level \u2014 cheapest way to sample the feed. x402, $0.01/call."
    },
    {
      "id": "filings",
      "name": "New-business filings feed (full)",
      "description": "GET /api/filings \u2014 Full new-business registration feed with registered agent + address; filter by entity_type, city, state, since (filing date). x402, $0.03/call."
    },
    {
      "id": "batch",
      "name": "Weekly new-business batch (CSV)",
      "description": "GET /api/batch/weekly.csv \u2014 One CSV of all new filings from the last 7 days \u2014 the bulk list product (built for human buyers who want a spreadsheet, priced like a mini Experian list). Same filters as the feed. x402, $2.00/call."
    }
  ],
  "payment": {
    "protocol": "x402",
    "version": 2,
    "network": "eip155:8453",
    "currency": "USDC",
    "payTo": "0xaab91727a29827783bc42135fc56bff5bfb8911d",
    "discovery": "https://ohio-business-storefront.onrender.com/.well-known/x402.json"
  },
  "mcp": {
    "endpoint": "https://ohio-business-storefront.onrender.com/mcp",
    "transport": "streamable-http",
    "tools": [
      "get_catalog",
      "how_to_buy"
    ]
  }
}