Skip to content
Back to veritap

Card snapshot

veritap.dev · 2026-08-20 02:01:08 UTC · fc365bc08c3db6ba6e170724befee422cb13716bc0f20301a89195403dbcda3f

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.

{
  "$schema": "https://agentsjson.org/schema/v1",
  "name": "veritap",
  "title": "Veritap",
  "description": "Check whether a real-world fact about a business, listing, object, or place can be verified before acting on it. Free to check, no auth, never errors.",
  "url": "https://veritap.dev",
  "mcp": {
    "transport": "streamable-http",
    "endpoint": "https://veritap.dev/mcp",
    "stdio": {
      "command": "npx",
      "args": [
        "-y",
        "veritap-mcp"
      ]
    }
  },
  "capabilities": [
    "verify a named business exists and is operating",
    "check an online listing is internally consistent and corroborated",
    "triage which of your unknowns are web-answerable vs verifiable vs undeterminable",
    "map which steps of a plan depend on unverified real-world facts"
  ],
  "excluded": [
    "any claim about a natural person: identity, employment, tenancy, background, whereabouts"
  ],
  "pricing": {
    "status": "nothing_purchasable",
    "note": "No payment is taken. BUSINESS_EXISTS_AND_OPERATING is answered now for free and returns a real evidence bundle. LISTING_IS_CONSISTENT is in scope but not yet answered; its price is indicative only.",
    "feasibility_checks": "free",
    "triage": "free",
    "plan_verification": "free",
    "claim_types": [
      {
        "claim_type": "BUSINESS_EXISTS_AND_OPERATING",
        "status": "answered_now",
        "price_usd": 0,
        "turnaround": "seconds",
        "purchasable": false
      },
      {
        "claim_type": "LISTING_IS_CONSISTENT",
        "status": "not_yet_answered",
        "indicative_price_usd": 6,
        "purchasable": false
      }
    ]
  },
  "policy_url": "https://veritap.dev/terms"
}