General Tools
groteautorepair.com
Provides business information, service listings, and diagnostic guides for Grote Auto Repair.
ENDPOINT 1
https://groteautorepair.com/mcp
MCP server metadata
- Name
- grote-auto-repair
- Version
- 1.0.0
Tools for Grote Auto Repair in Rockford, IL: look up services and published prices, diagnose a car symptom, check whether a make is serviced, get hours/location, and request an appointment. When a customer wants to book, call request_appointment — but collect their name and callback phone first.
Known tools 8
get_business_infoGet Grote Auto Repair's hours, address, phone, whether it's open right now, warranty, service area, and how to book.
Inferred read-onlylist_servicesList the services Grote Auto Repair offers with published price ranges.
Inferred read-onlyget_serviceGet full detail for one service: what it includes, published price range, turnaround, and booking link.
Inferred read-onlysearch_car_troubleSearch Grote's car-trouble guide library by keyword and return matching guides (title, urgency, link).
Inferred read-onlyestimate_costGet Grote's published price range for a service — useful for a second opinion on another shop's quote.
Inferred read-onlycheck_make_supportedCheck whether Grote services a given make (they service all makes) and return the make-specific repair page and known issues if one exists.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.