# com.getaxionlabs/axion-gateway (remote · mcp.getaxionlabs.com)

Verified answers with named sources: UK parking appeals, NYC dismissal rates, UK MTD tax facts.

- Trust score: 74/100 (medium)
- Change this week: +10
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `mcp.getaxionlabs.com`: 74/100 (this document), [markdown](https://verifymcp.io/servers/com-getaxionlabs-axion-gateway/mcp.md), [page](https://verifymcp.io/servers/com-getaxionlabs-axion-gateway/mcp)

## Channel facts

- Endpoint: `https://mcp.getaxionlabs.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2340 tokens (~212/item across 11 items; 11 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 65/100
  - Stability check failed: schema churn in the 30 days we've observed: 3 tool removals, 0 breaking changes, 0 auth/transport breaks, 5 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the com.getaxionlabs/axion-gateway MCP server?

com.getaxionlabs/axion-gateway is a hosted endpoint at https://mcp.getaxionlabs.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-getaxionlabs-axion-gateway 'https://mcp.getaxionlabs.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-getaxionlabs-axion-gateway": {
      "url": "https://mcp.getaxionlabs.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-getaxionlabs-axion-gateway": {
      "type": "http",
      "url": "https://mcp.getaxionlabs.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-getaxionlabs-axion-gateway]
url = "https://mcp.getaxionlabs.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-getaxionlabs-axion-gateway": {
      "type": "remote",
      "url": "https://mcp.getaxionlabs.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-getaxionlabs-axion-gateway --url 'https://mcp.getaxionlabs.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-getaxionlabs-axion-gateway:
    url: "https://mcp.getaxionlabs.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-getaxionlabs-axion-gateway": {
      "Transport": "http",
      "Url": "https://mcp.getaxionlabs.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-getaxionlabs-axion-gateway -t streamable-http -u 'https://mcp.getaxionlabs.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-getaxionlabs-axion-gateway": {
      "type": "http",
      "url": "https://mcp.getaxionlabs.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-26 (score 74, 0)

- [cosmetic] “screening_dispute” reworded the description of “situation”

### 2026-09-25 (score 74, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-23 (score 73, +7)

- [security improvement] Authorization: unverified → partial
- [security] Tool “search_mtd_answers” rewrote its description, which is the text the model reads
- [cosmetic] Tool “borough_odds” changed its title: NYC hearings — dismissal odds by borough
- [cosmetic] Tool “get_mtd_answer” changed its title: UK Making Tax Digital — one answer with its GOV.UK sources
- [cosmetic] Tool “list_doors” changed its title: Axion Doors registry — source, method and check date per door
- [cosmetic] Tool “popla_outcomes” changed its title: UK parking appeals — POPLA outcomes by operator
- [cosmetic] Tool “search_mtd_answers” changed its title: UK Making Tax Digital — search sourced answers
- [cosmetic] Tool “violation_dismissal_rates” changed its title: NYC violations — hearing dismissal rates by code

### 2026-09-22 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 49 to 52.

### 2026-09-20 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 42 to 45.

### 2026-09-18 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 35 to 39.

### 2026-09-16 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 29 to 32.

### 2026-09-14 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 22 to 25.

## MCP tools (11)

### `popla_outcomes` (~160 tokens)

UK parking appeals — POPLA outcomes by operator

POPLA's own record of how private parking appeals were decided, per operator, across its 2023, 2024 and 2025 annual reports. Give an operator for its three-year series and its change in percentage points; omit it for the all-operator totals and a ranking. These are decided appeals only — appeals an operator withdraws end in the driver's favour without a ruling and are counted separately.

Input parameters:

- `limit` (integer): How many operators to return in the ranking when no operator is given. Default 20.
- `operator` (string): Operator name, trading name or slug. Omit for the estate-wide summary and ranking.
- `order` (string): Ranking order when no operator is given. Default best_for_driver.

### `violation_dismissal_rates` (~161 tokens)

NYC violations — hearing dismissal rates by code

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.8M rows). Give a violation to get its rates (partial names match, e.g. 'SIDEWALK' or 'MUNI METER'); omit it for a ranking of all 80 violation types.

Input parameters:

- `limit` (integer): How many rows in the ranking. Default 20.
- `order` (string): Ranking order when no violation is given. Default most_dismissed.
- `violation` (string): Violation name as printed on the ticket, or a fragment of it. Omit for the full ranking.

### `borough_odds` (~51 tokens)

NYC hearings — dismissal odds by borough

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. Same ticket, different borough — measurably different odds.

### `search_mtd_answers` (~164 tokens)

UK Making Tax Digital — search sourced answers

Search 35 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. Every answer is sourced line-by-line to named GOV.UK/HMRC pages, re-checked 14 August 2026. Returns the matching questions with short answers; call get_mtd_answer for the full text and sources.

Input parameters:

- `limit` (integer): Max results, default 5.
- `query` (string, required): The question or topic, e.g. 'when do landlords have to start', 'quarterly deadline', 'penalties for missing an update'.

### `get_mtd_answer` (~90 tokens)

UK Making Tax Digital — one answer with its GOV.UK sources

One MTD answer in full: the question, the short answer, the complete plain-text body, the FAQ pairs, and every GOV.UK/HMRC source page the answer rests on. Use the slug from search_mtd_answers.

Input parameters:

- `slug` (string, required): Answer slug, e.g. 'mtd-deadlines', 'who-has-to-use-mtd-in-2026'.

### `parking_route` (~275 tokens)

UK parking charge — route, deadlines, POPLA record

One call for a UK private parking charge notice: which independent appeals body hears this operator's appeals (POPLA for BPA members, the IAS for IPC members) with the published source for the window, all three deadlines computed from your dates (the discount window, the appeal to the operator, the independent appeal), and POPLA's own record for that operator — appeals decided, appeals allowed, the allowed share, the three-year series and how many the operator did not contest. Sending an appeal to the wrong body wastes the one free independent appeal and neither service forwards to the other, so an ambiguous operator name returns the candidates rather than a guess. Free, no key, attribution required. Source: POPLA Annual Report Appendices 2023-2025 and the published BPA and IPC member lists.

Input parameters:

- `issuer` (string, required): The parking operator's company or trading name as printed on the notice — e.g. 'ParkingEye', 'Euro Car Parks', 'APCOA'. An ambiguous name returns candidates, never a guess.
- `notice_date` (string): Date printed on the parking charge notice, YYYY-MM-DD. Without it no deadlines are computed.
- `rejection_date` (string): Date the operator rejected your appeal, YYYY-MM-DD. The independent-appeal clock runs from this date, not from the notice.

### `mtd_scope` (~369 tokens)

UK Making Tax Digital — in scope from when

One call for UK Making Tax Digital for Income Tax scope: give gross qualifying income (self-employment plus UK and foreign property, before expenses) and get whether you are in, from which date, which threshold and which tax return decided it, your first quarterly update deadline and all four dates, how many quarterly updates you owe (a foreign property is a SEPARATE business from a UK one), and the automatic exemptions. Answers the £20,000-or-less automatic exemption and the not-yet-but-soon case explicitly rather than returning nothing. Free, no key, attribution required. Every fact is traced to a named GOV.UK/HMRC page on mtdfacts.co.uk; the governing law is the Income Tax (Digital Obligations) Regulations 2026 (SI 2026/336).

Input parameters:

- `has_foreign_property` (boolean): True if any of it is foreign property income. A foreign property business is SEPARATE from a UK one: its own quarterly update, and separate digital records for each individual foreign property.
- `has_property` (boolean): True if any of that income is UK property income. Decides how many quarterly updates are due, not whether you are in scope.
- `has_self_employment` (boolean): True if any of it is self-employment income. Also a separate business for quarterly updates.
- `qualifying_income` (number, required): Gross qualifying income in pounds: self-employment income plus UK and foreign property income, BEFORE expenses, from the tax return named by return_year. Employment (PAYE), partnership profit share,…
- `return_year` (string): Which tax return the figures are from. Defaults to 2024-25, the return that decides MTD from 6 April 2026.

### `denial_clock` (~316 tokens)

US claim denial — both appeal clocks and who to call

One call for a denied US health-insurance claim: both free appeal clocks with your actual dates where they can be computed, which external-review route applies (state, federal, or the federal one regardless of your state because the plan is self-funded), what the CMS file records for external reviews filed and overturned in that state and for that insurer — or 'not reported' where the file does not carry it — the insurer's own published appeal procedure where we have read it, and your state insurance department's consumer line with the date we read it from their own site. Free, no key, attribution required. Source: CMS Transparency in Coverage Public Use File (PY2026 release), 45 CFR 147.136.

Input parameters:

- `denial_date` (string): Date on the denial notice, YYYY-MM-DD. Gives an actual internal-appeal deadline. The external-review deadline runs from the FINAL internal denial and is never derived from this date.
- `insurer` (string): Insurer slug or name — the free index is https://denialfacts.com/api/insurers. An unresolved value comes back named in `unresolved`, never as a 404.
- `self_funded` (boolean): True if coverage is through a job and the employer pays the claims itself (a self-funded plan, 63% of covered workers). If true the state process does not apply whatever your state operates.
- `state` (string): US state name, slug or two-letter code. Decides the external-review route and the consumer line.

### `screening_dispute` (~299 tokens)

US screening report — dispute route and CFPB record

Given a US tenant- or employment-screening company (Checkr, HireRight, First Advantage, Sterling, LexisNexis, ChexSystems, SafeRent, RentGrow, TransUnion Rental, AppFolio, RealPage, CoreLogic, Experian RentBureau, Early Warning), return that company's verified dispute route (portal URL, phone, email, postal address, each with the date it was read from the company's own site), the FCRA clock that applies after an adverse action (60 / 30 / 45 days, cited to statute), what the federal CFPB complaint record shows happened to people who complained about that company, and whether the screening company or the platform is the party that can actually fix the error. Free, no key, attribution required. Source: CFPB Consumer Complaint Database; narrative-derived counts cover 2011 - 14 Aug 2026, when the CFPB ceased publishing narratives.

Input parameters:

- `company` (string): One of the fourteen screening-company slugs. Free index: https://screeningfacts.com/api/companies.
- `situation` (string): A situation slug, or the person's own sentence (e.g. 'wrong criminal record on my background check'), which returns suggested guide slugs to pick from and call again with, never a resolved guide. Fre…
- `state` (string): Two-letter US state code.

### `nyc_ticket` (~268 tokens)

NYC plate — open violations, odds, clocks

One call for a New York plate: every OPEN parking and camera violation live from the City's own Open Data API, what is owed and what is already in judgment, the citywide dismissal and dismissed-or-reduced rate for each ticket's violation type from the City's published hearing records, and the clocks — 30 days from the date on the ticket to request a hearing before late penalties start, roughly 100 days from issue before an unanswered ticket goes into judgment, and the $350 judgment-debt level at which a car can be booted. Disputing is free at nyc.gov and always has been. PRIVACY: the plate goes to the City's API and back inside this one request and is never stored or logged here. Free, no key, attribution required.

Input parameters:

- `license_type` (string): Optional plate class code (PAS, COM, OMT, SRF, OMS, APP, TRC, TRL, MOT). Omit to search all types — most drivers should omit it.
- `plate` (string, required): License plate, letters and digits only — e.g. 'ABC1234'. Sent to the City's public API and back inside this request; never stored.
- `state` (string, required): Two-letter registration state, e.g. 'NY', 'NJ'.

### `list_doors` (~187 tokens)

Axion Doors registry — source, method and check date per door

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. Also lists the free endpoints, the MCP servers, and the priced doors that are dormant (they answer HTTP 402 with an empty accepts[] until a payment rail is live). Filter by zone, or ask for one field across every zone.

Input parameters:

- `trust_only` (boolean): Return only the trust blocks — source, validation method, check date, honesty grade — without the endpoint lists.
- `zone` (string): Zone hostname or a fragment of it — e.g. 'appealsdesk', 'nyc', 'mtd'. Omit for every zone.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-getaxionlabs-axion-gateway/mcp#diagnostics

## Score history

- 2026-09-26: 74
- 2026-09-25: 74
- 2026-09-24: 73
- 2026-09-23: 73
- 2026-09-22: 66
- 2026-09-21: 65
- 2026-09-20: 65
- 2026-09-19: 64
- 2026-09-18: 64
- 2026-09-17: 63
- 2026-09-16: 63
- 2026-09-15: 62
- 2026-09-14: 62
- 2026-09-13: 61
- 2026-09-12: 61
- 2026-09-11: 60
- 2026-09-10: 60
- 2026-09-09: 65
- 2026-09-08: 65
- 2026-09-07: 64
- 2026-09-06: 64
- 2026-09-05: 63
- 2026-09-04: 63
- 2026-09-03: 63
- 2026-09-02: 62
- 2026-09-01: 62
- 2026-08-31: 61
- 2026-08-30: 61
- 2026-08-29: 60
- 2026-08-28: 60

## Common questions

### What is the com.getaxionlabs/axion-gateway MCP server?

com.getaxionlabs/axion-gateway is an MCP server listed in the public MCP registry as com.getaxionlabs/axion-gateway. Verified answers with named sources: UK parking appeals, NYC dismissal rates, UK MTD tax facts. This page covers its hosted endpoint (https://mcp.getaxionlabs.com/mcp).

### Is the com.getaxionlabs/axion-gateway MCP server safe to use?

com.getaxionlabs/axion-gateway scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the com.getaxionlabs/axion-gateway MCP server expose?

com.getaxionlabs/axion-gateway exposes 11 tools: popla_outcomes, violation_dismissal_rates, borough_odds, search_mtd_answers, get_mtd_answer, and 6 more. Their descriptions and schemas cost roughly 2,340 tokens of context every time the server is loaded.

### Does the com.getaxionlabs/axion-gateway MCP server require authentication?

No. We connected to com.getaxionlabs/axion-gateway without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the com.getaxionlabs/axion-gateway MCP server still maintained?

com.getaxionlabs/axion-gateway is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.getaxionlabs.com/mcp
- Website: https://mcp.getaxionlabs.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-getaxionlabs-axion-gateway/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-getaxionlabs-axion-gateway/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-getaxionlabs-axion-gateway/mcp
