General Tools
appealgo.com
Provides plain-English UK parking ticket appeal guides, contravention code explanations, and deadline calculations for council and private parking notices.
ENDPOINT 1
https://appealgo.com/api/mcp
MCP server metadata
- Name
- appealgo
- Version
- 1.1.0
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_guidesSearch plain-English guides on appealing UK parking tickets: council PCNs, private parking charges (ParkingEye, Euro Car Parks, APCOA.
Inferred read-onlyexplain_contravention_codeWhat a two-digit council PCN contravention code means (e.
Inferred read-onlycalculate_deadlinesGiven 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-onlycheck_noticeUpload a photo or PDF of a UK parking ticket, council PCN, private parking charge, bus lane, ULEZ or Clean Air Zone notice.
Potential side effectslist_my_noticesEvery notice this AppealGo account has scanned, with status and links.
Inferred read-onlyget_noticeFull detail for a notice id returned by check_notice or list_my_notices.
Inferred read-onlyfile_appealFiles the drafted appeal for a notice in the account holder's own name.
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.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
MCP server metadata
- Name
- appealgo-public
- Version
- 1.1.0
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_guidesSearch plain-English guides on appealing UK parking tickets: council PCNs, private parking charges (ParkingEye, Euro Car Parks, APCOA.
Inferred read-onlyexplain_contravention_codeWhat a two-digit council PCN contravention code means (e.
Inferred read-onlycalculate_deadlinesGiven 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-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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.