← Registry

eCommerce

bestrobotmower.co

An MCP server for listing, comparing, and recommending robot lawn mowers based on yard size, slope, and budget.

1 endpoint4 known toolsFirst detected September 22, 2026Last detected September 22, 2026

ENDPOINT 1

https://bestrobotmower.co/api/mcp

No auth detected

MCP server metadata

Name
bestrobotmower-dataset
Version
1.0.0
Capabilities
tools.listChanged

Known tools 4

list_robot_mowers

List and filter the robot lawn mowers in the BestRobotMower.

Inferred read-only
get_robot_mower

Get the full specs, dated price, 0-5 score and sub-scores for a single robot lawn mower by name or slug (e.

Inferred read-only
compare_robot_mowers

Compare 2 to 5 robot lawn mowers side by side across navigation, coverage, slope, cutting specs, price and the 0-5 BestRobotMower Score.

Inferred read-only
recommend_robot_mower

Recommend 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-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.