{
  "$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": "paid_verification_not_open",
    "note": "No payment is taken today. All working functionality is free. Prices below are indicative of what verification will cost when fulfillment opens; they are not an offer to sell.",
    "feasibility_checks": "free",
    "triage": "free",
    "plan_verification": "free",
    "claim_types": [
      { "claim_type": "BUSINESS_EXISTS_AND_OPERATING", "indicative_price_usd": 4, "turnaround": "minutes", "purchasable": false },
      { "claim_type": "LISTING_IS_CONSISTENT", "indicative_price_usd": 6, "turnaround": "minutes", "purchasable": false }
    ]
  },
  "policy_url": "https://veritap.dev/terms"
}
