← bestrobotmower.co

INDIVIDUAL MCP TOOL

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.

bestrobotmower.conone authenticationAvailability not checked

LIVE ENDPOINT

https://bestrobotmower.co/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_robot_mower 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

bestrobotmower.co

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.

Related tools

  • list_robot_mowers — List and filter the robot lawn mowers in the BestRobotMower.
  • 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.
  • 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.