eCommerce
bestrobotmower.co
An MCP server for listing, comparing, and recommending robot lawn mowers based on yard size, slope, and budget.
ENDPOINT 1
https://bestrobotmower.co/api/mcp
MCP server metadata
- Name
- bestrobotmower-dataset
- Version
- 1.0.0
Known tools 4
get_robot_mowerGet the full specs, dated price, 0-5 score and sub-scores for a single robot lawn mower by name or slug (e.
Inferred read-onlycompare_robot_mowersCompare 2 to 5 robot lawn mowers side by side across navigation, coverage, slope, cutting specs, price and the 0-5 BestRobotMower Score.
Inferred read-onlyrecommend_robot_mowerRecommend the best robot lawn mowers for a specific yard: give the lawn area in square metres and optionally the steepest slope (percent grade) and a budget in USD.
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.bestrobotmower-dataset]
url = "https://bestrobotmower.co/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bestrobotmower-dataset": {
"type": "http",
"url": "https://bestrobotmower.co/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bestrobotmower-dataset
Remote MCP URL: https://bestrobotmower.co/api/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": {
"bestrobotmower-dataset": {
"url": "https://bestrobotmower.co/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bestrobotmower-dataset": {
"type": "http",
"url": "https://bestrobotmower.co/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bestrobotmower-dataset",
"transport": "streamable-http",
"url": "https://bestrobotmower.co/api/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.