{
 "name": "Axion Gateway",
 "tagline": "One connection, every Axion door. Every answer sourced and validated.",
 "what": "A single MCP endpoint that fronts every tool the Axion Labs data estate serves — UK private parking appeals, NYC parking and camera violations, and UK Making Tax Digital — plus a registry tool that publishes, for each door, the named source behind it, the validation method applied to it, and the date the source was last checked. Connect once instead of three times, and read the trust block before you act on an answer.",
 "endpoint": "https://mcp.getaxionlabs.com/mcp",
 "transport": "Streamable HTTP",
 "tools": [
  "operator_route_lookup",
  "deadline_calculator",
  "popla_outcomes",
  "plate_lookup",
  "violation_dismissal_rates",
  "borough_odds",
  "search_mtd_answers",
  "get_mtd_answer",
  "list_doors"
 ],
 "zones": [
  {
   "zone": "appealsdesk.co.uk",
   "topic": "UK private parking appeals — operator routes, deadlines, POPLA outcomes",
   "tools": [
    "operator_route_lookup",
    "deadline_calculator",
    "popla_outcomes"
   ],
   "data": {
    "operators": 216,
    "popla_operators_with_outcomes": 80,
    "popla_years": [
     "2023",
     "2024",
     "2025"
    ]
   }
  },
  {
   "zone": "nycticketfacts.com",
   "topic": "NYC parking and camera violations — live plate lookup, dismissal rates, borough odds",
   "tools": [
    "plate_lookup",
    "violation_dismissal_rates",
    "borough_odds"
   ],
   "data": {
    "violation_types": 80,
    "rates_computed": "2026-08-06",
    "source_dataset": "nc67-uf89"
   }
  },
  {
   "zone": "mtdfacts.co.uk",
   "topic": "UK Making Tax Digital for Income Tax — sourced answers and their GOV.UK pages",
   "tools": [
    "search_mtd_answers",
    "get_mtd_answer"
   ],
   "data": {
    "answers": 30,
    "checked_against_govuk": "14 August 2026"
   }
  }
 ],
 "why_not_a_registry": "MCP registries verify the server — who published it, whether the namespace is owned, whether the package scans clean. None of them verifies the answer. This gateway publishes how each answer was checked, because that is what an agent about to act on a deadline actually needs.",
 "no_drift": "The gateway registers the same tool modules the individual zone servers register, and those modules import the sites' own data files. There is one copy of each tool and one copy of each dataset, so this endpoint and the zone endpoints cannot disagree.",
 "third_party_doors": "Not yet admitted. When they are, it will be against a published bar — named source and dates on every fact, a validation method with evidence it has rejected something, an honest 402 envelope if priced, uptime-probe consent, no stealth model substitution, and claimset-compatible provenance — not against a listing fee. The bar, in full: https://open.getaxionlabs.com/verification-bar.md",
 "registry": "https://open.getaxionlabs.com/doors.json",
 "operator": "Axion Labs — hello@getaxionlabs.com (a person answers)",
 "cost": "Free. No account, no key, no payment path.",
 "host": "mcp.getaxionlabs.com"
}