Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Developer Tools
  3. Pricemyrepair MCP
  4. README

Pricemyrepair MCP README

The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Pricemyrepair MCP listing page.

Back to Pricemyrepair MCP View source on GitHub

PriceMyRepair MCP Server

UK car repair and servicing cost ranges, per car model, as an MCP server. Ask any MCP-capable assistant "how much should a clutch cost on a Ford Fiesta in the UK?" and it can answer with a real independent-garage range, a dealer estimate, and a link to the source page.

Endpoint (Streamable HTTP, no authentication):

Code
https://app.pricemyrepair.co.uk/functions/pmrMcp

Data comes from PriceMyRepair, a UK repair-cost and MOT data site built on the driver's side. Figures are estimates for a typical UK independent garage, parts and labour; they are not quotes.

Tools

ToolInputReturns
get_repair_costmodel, repair (free text)Independent and dealer cost range in GBP, notes (e.g. timing chain vs cambelt), source_url
get_model_costsmodelEvery repair and service the price matrix covers for that model
list_models—Models with per-model prices
list_repairs—Repairs and services covered, with the page each is documented on

Model and repair inputs are matched loosely: "VW Golf", "Volkswagen Golf" and "golf" all resolve; "timing belt", "cam belt" and "cambelt" all resolve. Pass uk-average as the model for a generic UK figure when the car isn't covered.

Coverage

15 of the most common UK cars (Ford Fiesta and Focus, Vauxhall Corsa and Astra, VW Golf and Polo, Toyota Yaris, Honda Civic, Nissan Juke and Qashqai, Kia Sportage, Audi A3, BMW 1 and 3 Series, Mercedes A-Class) plus a UK-average row, across 18 jobs: clutch (with and without dual-mass flywheel), cambelt, front brake pads, pads and discs, suspension component, DPF clean and replace, EGR valve, turbo, head gasket, alternator, starter motor, full service, tyre, MOT test, air-con regas and small fixes.

Connect

Claude.ai / Claude Desktop: Settings → Connectors → Add custom connector → paste the endpoint URL, authentication None.

Claude Code:

Terminal
claude mcp add --transport http pricemyrepair https://app.pricemyrepair.co.uk/functions/pmrMcp

Cursor / VS Code / any Streamable-HTTP client:

config.json
{
  "mcpServers": {
    "pricemyrepair": {
      "url": "https://app.pricemyrepair.co.uk/functions/pmrMcp"
    }
  }
}

Raw JSON-RPC:

Terminal
curl -s https://app.pricemyrepair.co.uk/functions/pmrMcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_repair_cost","arguments":{"model":"Ford Fiesta","repair":"clutch"}}}'

Example response

config.json
{
  "model": "Ford Fiesta",
  "repair": "Clutch replacement",
  "independent_garage_gbp": { "low": 430, "high": 680 },
  "dealer_gbp": { "low": 645, "high": 1020 },
  "currency": "GBP",
  "source_url": "https://pricemyrepair.co.uk/clutch-replacement-cost-ford-fiesta/",
  "attribution": "Source: PriceMyRepair (pricemyrepair.co.uk). Estimates only — final quotes come from garages."
}

Attribution

If you build on this data, please attribute PriceMyRepair and keep the source_url — the linked pages carry engine-by-engine detail, worked examples and a way to compare live garage quotes, which the range alone doesn't.

Implementation

The server is a single Deno function (entry.ts in this repo) running on the PriceMyRepair app backend. It implements the MCP Streamable HTTP transport statelessly over JSON-RPC 2.0, reads prices live from the price matrix on every call, and computes dealer figures as 1.5× independent, rounded to £5. Rate limited to 60 requests per minute per IP.

Licence

Server code: MIT. Price data: © PriceMyRepair, free to use with attribution.