{"name":"com.appealgo/appealgo","slug":"appealgo","title":"AppealGo","description":"Check and appeal UK parking tickets (PCNs): grounds, deadlines, draft letters and filing.","url":"https://mcp.market/server/appealgo","rating":null,"grade":"C","score":63,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":3,"ok":3,"last_checked_at":"2026-09-20T16:31:35.009Z","last_ok_at":"2026-09-20T16:31:35.009Z","latency_ms":286},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://appealgo.com/developers","version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://appealgo.com/api/mcp","headers":[{"description":"Optional. The guide, contravention-code, deadline and status tools need no key. To scan and file notices send 'Bearer <AppealGo API key>' (create one at https://appealgo.com/profile).","isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"calculate_deadlines","description":"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. Statutory defaults; the notice is authoritative.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"notice_type":{"type":"string","enum":["council_parking","council_postal","london_moving","tfl_charge","clean_air_zone","private_anpr","private_windscreen"],"description":"council_parking = Council parking PCN (windscreen or handed to you); council_postal = Council PCN by post (CCTV parking, bus lane or moving traffic outside London); london_moving = London bus lane, yellow box or banned turn (borough or TfL red route); tfl_charge = ULEZ, LEZ or Congestion Charge PCN (TfL); clean_air_zone = Clean Air Zone PCN (Birmingham, Bristol, Bath, Bradford, Portsmouth, Sheffield, Tyneside); private_anpr = Private parking charge by post (ANPR camera); private_windscreen = Private parking charge left on the windscreen"},"notice_date":{"type":"string","description":"yyyy-mm-dd, the date on the notice"},"event_date":{"description":"yyyy-mm-dd, the parking date if different (private ANPR/windscreen)","type":"string"},"notice_to_owner_date":{"type":"string"},"rejection_date":{"description":"yyyy-mm-dd on the Notice of Rejection, if you have one","type":"string"}},"required":["notice_type","notice_date"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"check_notice","description":"Upload a photo or PDF of a UK parking ticket, council PCN, private parking charge, bus lane, ULEZ or Clean Air Zone notice. AppealGo reads it, identifies the issuer and contravention, finds the grounds to challenge it and drafts the appeal. Checking is free (fair-use cap per key per day); filing costs £6.99 or is covered by an Unlimited plan. Provide image_url OR image_base64. Takes 20–90 seconds. Never invent notice details: report exactly what this tool returns.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"image_url":{"description":"Public https URL of the photo/PDF","type":"string"},"image_base64":{"description":"Base64 of the photo/PDF (data: URLs accepted)","type":"string"},"content_type":{"description":"image/jpeg, image/png, image/heic or application/pdf (for image_base64)","type":"string"},"file_name":{"type":"string"},"force":{"description":"Scan even if this account already appealed the same notice","type":"boolean"}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"explain_contravention_code","description":"What a two-digit council PCN contravention code means (e.g. 01, 12, 30, 34, 62), its penalty band, and the grounds that usually beat it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","description":"The code on the PCN, e.g. '12' or '31J'"}},"required":["code"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"file_appeal","description":"Files the drafted appeal for a notice in the account holder's own name. This sends a real appeal to a real council or parking operator and cannot be undone, so confirm with the user first. If the notice is unpaid and not covered by a plan, returns a Stripe checkout_url (£6.99 standard); once paid, AppealGo files it automatically. Name and postal address are required (saved on the profile, or pass them here). Always show the user the checkout_url rather than claiming the appeal was filed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"description":"Full name the appeal is filed under","type":"string"},"address":{"description":"Full postal address including postcode","type":"string"}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_guide","description":"Returns a full AppealGo guide as Markdown, with its sources.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_notice","description":"Full detail for a notice id returned by check_notice or list_my_notices.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_my_notices","description":"Every notice this AppealGo account has scanned, with status and links.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"lookup_appeal_status","description":"Public status for a customer reference such as PCN-4471A2B9.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"reference":{"type":"string"}},"required":["reference"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_contravention_codes","description":"Find the code for a description, e.g. 'disabled bay' or 'bus lane'.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string"}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_guides","description":"Search plain-English guides on appealing UK parking tickets: council PCNs, private parking charges (ParkingEye, Euro Car Parks, APCOA...), bus lane, ULEZ, Clean Air Zone, Notice to Owner, TE9 witness statements, London boroughs and contravention codes. Returns slugs to pass to get_guide.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Free text, e.g. 'ParkingEye grace period' or 'yellow box'"},"category":{"type":"string","enum":["notice-types","operators","councils","codes"]}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":63,"grade":"C","scanned_at":"2026-09-20T05:01:30.377Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T05:01:30.349Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2293ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://appealgo.com/api/mcp","reachable":true,"authRequired":false,"latencyMs":2293,"serverInfo":{"name":"appealgo","version":"1.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://appealgo.com/icon.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}