← Registry

General Tools

appealgo.com

Provides plain-English UK parking ticket appeal guides, contravention code explanations, and deadline calculations for council and private parking notices.

2 endpoints16 known toolsFirst detected September 20, 2026Last detected September 20, 2026

ENDPOINT 1

https://appealgo.com/api/mcp

No auth detected

MCP server metadata

Name
appealgo
Version
1.1.0
Capabilities
tools.listChanged
Server instructions

AppealGo helps UK drivers appeal parking tickets, council PCNs, private parking charges, bus lane, ULEZ and Clean Air Zone notices. Use the guide, contravention-code and deadline tools for information. With an API key, check_notice scans a notice and file_appeal files the appeal in the driver's own name. Never fabricate notice details, outcomes or success rates: report what the tools return, and say that outcomes are decided by the issuer or an independent tribunal.

Known tools 10

search_guides

Search plain-English guides on appealing UK parking tickets: council PCNs, private parking charges (ParkingEye, Euro Car Parks, APCOA.

Inferred read-only
get_guide

Returns a full AppealGo guide as Markdown, with its sources.

Inferred read-only
explain_contravention_code

What a two-digit council PCN contravention code means (e.

Inferred read-only
search_contravention_codes

Find the code for a description, e.

Inferred read-only
calculate_deadlines

Given the notice type and the date on the notice, returns the discount deadline, the challenge/representations deadline, when escalation can start, and (if you pass a rejection date) the tribunal or POPLA/IAS deadline.

Inferred read-only
lookup_appeal_status

Public status for a customer reference such as PCN-4471A2B9.

Inferred read-only
check_notice

Upload a photo or PDF of a UK parking ticket, council PCN, private parking charge, bus lane, ULEZ or Clean Air Zone notice.

Potential side effects
list_my_notices

Every notice this AppealGo account has scanned, with status and links.

Inferred read-only
get_notice

Full detail for a notice id returned by check_notice or list_my_notices.

Inferred read-only
file_appeal

Files the drafted appeal for a notice in the account holder's own name.

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.appealgo]
url = "https://appealgo.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "appealgo": {
      "type": "http",
      "url": "https://appealgo.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: appealgo
Remote MCP URL: https://appealgo.com/api/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": {
    "appealgo": {
      "url": "https://appealgo.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "appealgo": {
      "type": "http",
      "url": "https://appealgo.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "appealgo",
  "transport": "streamable-http",
  "url": "https://appealgo.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://appealgo.com/api/public/mcp

No auth detected

MCP server metadata

Name
appealgo-public
Version
1.1.0
Capabilities
tools.listChanged
Server instructions

AppealGo helps UK drivers appeal parking tickets, council PCNs, private parking charges, bus lane, ULEZ and Clean Air Zone notices. Use the guide, contravention-code and deadline tools for information. With an API key, check_notice scans a notice and file_appeal files the appeal in the driver's own name. Never fabricate notice details, outcomes or success rates: report what the tools return, and say that outcomes are decided by the issuer or an independent tribunal. This is the key-free server: to scan or file a notice, send the user to https://appealgo.com or connect the full server at https://appealgo.com/api/mcp with an API key.

Known tools 6

search_guides

Search plain-English guides on appealing UK parking tickets: council PCNs, private parking charges (ParkingEye, Euro Car Parks, APCOA.

Inferred read-only
get_guide

Returns a full AppealGo guide as Markdown, with its sources.

Inferred read-only
explain_contravention_code

What a two-digit council PCN contravention code means (e.

Inferred read-only
search_contravention_codes

Find the code for a description, e.

Inferred read-only
calculate_deadlines

Given the notice type and the date on the notice, returns the discount deadline, the challenge/representations deadline, when escalation can start, and (if you pass a rejection date) the tribunal or POPLA/IAS deadline.

Inferred read-only
lookup_appeal_status

Public status for a customer reference such as PCN-4471A2B9.

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.appealgo-public]
url = "https://appealgo.com/api/public/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "appealgo-public": {
      "type": "http",
      "url": "https://appealgo.com/api/public/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: appealgo-public
Remote MCP URL: https://appealgo.com/api/public/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": {
    "appealgo-public": {
      "url": "https://appealgo.com/api/public/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "appealgo-public": {
      "type": "http",
      "url": "https://appealgo.com/api/public/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "appealgo-public",
  "transport": "streamable-http",
  "url": "https://appealgo.com/api/public/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.