General Tools
grator.com
Provides customer-facing product information, pricing, FAQ, warranty, and delivery estimates for the Grator Lowrider mower.
ENDPOINT 1
https://grator.com/mcp
MCP server metadata
- Name
- grator
- Version
- 1.0.0
Grator makes the Grator Lowrider, a remote-controlled electric steep-slope mower. Use these tools to answer product/price/warranty questions and to send a sales inquiry.
Known tools 6
get_product_specsGet the full specification of the Grator Lowrider steep-slope mower: what it is, max slope, power, price, warranty, colours.
Inferred read-onlysearch_faqSearch Grator customer FAQ + knowledge base and return the most relevant answers to a customer question (shipping, warranty, slope, battery, how it works, etc.).
Inferred read-onlycheck_warrantyCheck whether a specific Grator unit is under warranty, by its serial number (e.g.
Inferred read-onlyestimate_deliveryRough estimate of how long until a newly-ordered Grator can ship (production is one unit at a time in a small workshop).
Inferred read-onlycontact_salesSend a sales inquiry to Grator (the human team replies by email).
Potential side effectsCONNECT 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.grator]
url = "https://grator.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"grator": {
"type": "http",
"url": "https://grator.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: grator
Remote MCP URL: https://grator.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": {
"grator": {
"url": "https://grator.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"grator": {
"type": "http",
"url": "https://grator.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "grator",
"transport": "streamable-http",
"url": "https://grator.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for grator.com was fetched 2026-08-24T06:48:15.054Z.
grator.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.