← Registry

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.

1 endpoint9 known toolsFirst detected August 28, 2026Last detected August 28, 2026

ENDPOINT 1

https://mcp.getaxionlabs.com/mcp

No auth detected

MCP server metadata

Name
axion-gateway
Version
0.1.0
Capabilities
tools.listChanged

Known tools 9

operator_route_lookup

Look 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-only
deadline_calculator

Work 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 effects
popla_outcomes

POPLA's own record of how private parking appeals were decided, per operator, across its 2023, 2024 and 2025 annual reports.

Inferred read-only
plate_lookup

Look 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-only
violation_dismissal_rates

How 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-only
borough_odds

NYC 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-only
search_mtd_answers

Search 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 effects
get_mtd_answer

One MTD answer in full: the question, the short answer, the complete plain-text body, the FAQ pairs, and every GOV.

Inferred read-only
list_doors

The 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-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.