INDIVIDUAL MCP TOOL
estimate_delivery
Rough estimate of how long until a newly-ordered Grator can ship (production is one unit at a time in a small workshop).
LIVE ENDPOINT
https://grator.com/mcp
Connect to this endpoint to inspect the live schema for estimate_delivery 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.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.
Related tools
get_product_specs— Get the full specification of the Grator Lowrider steep-slope mower: what it is, max slope, power, price, warranty, colours.get_price— Get the price of the Grator Lowrider in a given currency (default EUR).search_faq— Search Grator customer FAQ + knowledge base and return the most relevant answers to a customer question (shipping, warranty, slope, battery, how it works, etc.).check_warranty— Check whether a specific Grator unit is under warranty, by its serial number (e.g.contact_sales— Send a sales inquiry to Grator (the human team replies by email).