INDIVIDUAL MCP TOOL
get_repair_cost
Get the typical UK cost range (GBP) for a specific car repair on a specific car model, from PriceMyRepair.
LIVE ENDPOINT
https://app.pricemyrepair.co.uk/functions/pmrMcp
Connect to this endpoint to inspect the live schema for get_repair_cost 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
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.pricemyrepair]
url = "https://app.pricemyrepair.co.uk/functions/pmrMcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pricemyrepair": {
"type": "http",
"url": "https://app.pricemyrepair.co.uk/functions/pmrMcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pricemyrepair
Remote MCP URL: https://app.pricemyrepair.co.uk/functions/pmrMcp
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": {
"pricemyrepair": {
"url": "https://app.pricemyrepair.co.uk/functions/pmrMcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pricemyrepair": {
"type": "http",
"url": "https://app.pricemyrepair.co.uk/functions/pmrMcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pricemyrepair",
"transport": "streamable-http",
"url": "https://app.pricemyrepair.co.uk/functions/pmrMcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_model_costs— Get the full table of typical UK repair and servicing costs (GBP) for one car model from PriceMyRepair — every repair the price matrix covers, in one call.list_models— List the car models PriceMyRepair has per-model UK repair prices for.list_repairs— List the repair and servicing jobs PriceMyRepair has UK price ranges for, with the page each one is documented on.