← appealgo.com

INDIVIDUAL MCP TOOL

search_contravention_codes

Find the code for a description, e.

appealgo.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://appealgo.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_contravention_codes and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

appealgo.com

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