INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://appealgo.com/api/mcp
Connect to this endpoint to inspect the live schema for check_notice and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
search_guides— Search plain-English guides on appealing UK parking tickets: council PCNs, private parking charges (ParkingEye, Euro Car Parks, APCOA.get_guide— Returns a full AppealGo guide as Markdown, with its sources.explain_contravention_code— What a two-digit council PCN contravention code means (e.search_contravention_codes— Find the code for a description, e.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.lookup_appeal_status— Public status for a customer reference such as PCN-4471A2B9.list_my_notices— Every notice this AppealGo account has scanned, with status and links.get_notice— Full detail for a notice id returned by check_notice or list_my_notices.