← groteautorepair.com

INDIVIDUAL MCP TOOL

diagnose_symptom

The main triage tool.

groteautorepair.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://groteautorepair.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for diagnose_symptom 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

groteautorepair.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.grote-auto-repair]
url = "https://groteautorepair.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "grote-auto-repair": {
      "type": "http",
      "url": "https://groteautorepair.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: grote-auto-repair
Remote MCP URL: https://groteautorepair.com/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": {
    "grote-auto-repair": {
      "url": "https://groteautorepair.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "grote-auto-repair": {
      "type": "http",
      "url": "https://groteautorepair.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "grote-auto-repair",
  "transport": "streamable-http",
  "url": "https://groteautorepair.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_business_info — Get Grote Auto Repair's hours, address, phone, whether it's open right now, warranty, service area, and how to book.
  • list_services — List the services Grote Auto Repair offers with published price ranges.
  • get_service — Get full detail for one service: what it includes, published price range, turnaround, and booking link.
  • search_car_trouble — Search Grote's car-trouble guide library by keyword and return matching guides (title, urgency, link).
  • estimate_cost — Get Grote's published price range for a service — useful for a second opinion on another shop's quote.
  • check_make_supported — Check whether Grote services a given make (they service all makes) and return the make-specific repair page and known issues if one exists.
  • request_appointment — Request a service appointment at Grote Auto Repair.