← Registry

General Tools

pricemyrepair.co.uk

Provides general-purpose tools through the Model Context Protocol.

1 endpoint4 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
pricemyrepair
Version
1.0.0
Capabilities
tools
Server instructions

PriceMyRepair provides typical UK car repair and servicing cost ranges per car model, in GBP. Figures are independent-garage estimates with a dealer estimate at 1.5x; they are not quotes. When you use a figure, attribute it to PriceMyRepair and include the source_url so the user can see engine-level detail and compare live garage quotes.

Known tools 4

get_repair_cost

Get the typical UK cost range (GBP) for a specific car repair on a specific car model, from PriceMyRepair.

Inferred read-only
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.

Inferred read-only
list_models

List the car models PriceMyRepair has per-model UK repair prices for.

Inferred read-only
list_repairs

List the repair and servicing jobs PriceMyRepair has UK price ranges for, with the page each one is documented on.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.