Analytics
getaxionlabs.com
This MCP server provides tools to look up private parking operator details, calculate appeal deadlines, and analyze NYC parking and camera violation data, including dismissal rates.
ENDPOINT 1
https://mcp.getaxionlabs.com/mcp
MCP server metadata
- Name
- axion-gateway
- Version
- 0.1.0
Known tools 9
operator_route_lookupLook up a UK private parking operator and get the independent appeals body that hears its appeals (POPLA or the IAS), the appeal window in days, the operator's own appeal and discount windows, and POPLA's decided-appeal record for it.
Inferred read-onlydeadline_calculatorWork out the deadlines that follow from a private parking charge notice: when the discounted amount ends, when the appeal to the operator is due, and when the independent appeal to POPLA or the IAS is due.
Potential side effectspopla_outcomesPOPLA's own record of how private parking appeals were decided, per operator, across its 2023, 2024 and 2025 annual reports.
Inferred read-onlyplate_lookupLook up every OPEN parking and camera violation for a New York plate, live from the City of New York's public Open Data API.
Inferred read-onlyviolation_dismissal_ratesHow New York City parking and camera tickets are actually decided at hearing, violation type by violation type — the share dismissed outright and the share dismissed or reduced, computed from the City's own published hearing records (119.
Inferred read-onlyborough_oddsNYC hearing outcomes by borough/county: the share of decided hearings dismissed outright and dismissed-or-reduced in each borough, from the City's own records.
Inferred read-onlysearch_mtd_answersSearch 30 plain-English answers about UK Making Tax Digital for Income Tax — thresholds and start dates (£50k Apr 2026 / £30k Apr 2027 / £20k Apr 2028), quarterly update deadlines, digital records, penalties, exemptions, sign-up, software.
Potential side effectsget_mtd_answerOne MTD answer in full: the question, the short answer, the complete plain-text body, the FAQ pairs, and every GOV.
Inferred read-onlylist_doorsThe Axion Doors registry: every machine-callable door this estate operates, each with the trust block an agent should read before believing a tool result — the named source the data comes from, the validation method actually applied to it, the date the source was last checked, and an honesty grade saying where the measurement is weak.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.axion-gateway]
url = "https://mcp.getaxionlabs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"axion-gateway": {
"type": "http",
"url": "https://mcp.getaxionlabs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: axion-gateway
Remote MCP URL: https://mcp.getaxionlabs.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"axion-gateway": {
"url": "https://mcp.getaxionlabs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"axion-gateway": {
"type": "http",
"url": "https://mcp.getaxionlabs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "axion-gateway",
"transport": "streamable-http",
"url": "https://mcp.getaxionlabs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.