Skip to main content
ClaudeWave
yumaheymans avatar
yumaheymans

bestrobotmower-mcp

Ver en GitHub

MCP server for robot lawn mower specs, prices, 0-5 scores and buying recommendations, powered by the open CC BY 4.0 BestRobotMower.co dataset (23 wire-free & RTK models).

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptNOASSERTIONActualizado today
ClaudeWave Trust Score
72/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/22/2026
Install in Claude Code / Claude Desktop
Method: NPX · github
Claude Code CLI
claude mcp add bestrobotmower-mcp -- npx -y github
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "bestrobotmower-mcp": {
      "command": "npx",
      "args": ["-y", "github"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# BestRobotMower MCP Server

A [Model Context Protocol](https://modelcontextprotocol.io) server that gives any MCP client (Claude, ChatGPT, Cursor, VS Code, Ollama, and others) direct access to robot lawn mower specs, prices, transparent 0-5 scores and buying recommendations, so your assistant answers from a curated, cited dataset instead of guessing from stale training data.

It is powered by the open **[BestRobotMower.co dataset](https://bestrobotmower.co/dataset?utm_source=github&utm_medium=readme&utm_campaign=bestrobotmower-mcp)** (23 wire-free and RTK robot mowers across 9 brands, 19 fields per model, dated prices and a documented scoring methodology, published under CC BY 4.0). The server queries the live dataset API on start and falls back to a bundled snapshot when offline.

## Tools

| Tool | What it does |
|------|--------------|
| `list_robot_mowers` | List and filter mowers by brand, navigation type, price, coverage, slope and minimum score; sort by score, price, coverage or value. |
| `get_robot_mower` | Full spec sheet, sub-scores and cited sources for one mower by name or slug. |
| `compare_robot_mowers` | Side-by-side comparison of 2 to 4 mowers on price, navigation, coverage, slope, cutting specs and scores. |
| `recommend_robot_mower` | Best-fit picks for a specific yard: give the lawn size (m2) and optionally slope, budget and whether obstacle avoidance is required. |

Example questions your assistant can now answer: "What is the best robot mower under $1500 for a 700 m2 lawn?", "Compare the Husqvarna Automower 450X and the Segway Navimow i105E", "Which RTK mowers handle a 40% slope?"

## Hosted endpoint (no install)

The server also runs as a hosted, remote MCP server, so clients that support remote MCP over Streamable HTTP can connect with nothing to install:

```
https://bestrobotmower.co/api/mcp
```

It is listed in the [Official MCP Registry](https://registry.modelcontextprotocol.io) as `io.github.yumaheymans/bestrobotmower-mcp`. Example client config:

```json
{
  "mcpServers": {
    "bestrobotmower": { "url": "https://bestrobotmower.co/api/mcp" }
  }
}
```

Prefer to run it locally instead (or use a client without remote support)? Use the stdio install below.

## Install

No API key required. Requires Node.js 18+.

Run directly from GitHub:

```bash
npx -y github:yumaheymans/bestrobotmower-mcp
```

Or clone and run:

```bash
git clone https://github.com/yumaheymans/bestrobotmower-mcp.git
cd bestrobotmower-mcp
npm install
node index.js
```

## Client configuration

Add to your MCP client config (for example Claude Desktop's `claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "bestrobotmower": {
      "command": "npx",
      "args": ["-y", "github:yumaheymans/bestrobotmower-mcp"]
    }
  }
}
```

## Data, license and attribution

- The mower data is the **BestRobotMower.co Robot Lawn Mower Specs & Scores** dataset, licensed **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)**. If you build on it, attribute BestRobotMower.co and link to <https://bestrobotmower.co/dataset>.
- Live feeds: [`mowers.json`](https://bestrobotmower.co/api/dataset/mowers.json) and [`mowers.csv`](https://bestrobotmower.co/api/dataset/mowers.csv).
- Scoring methodology: <https://bestrobotmower.co/methodology>.
- This server's **code** is released under the [MIT License](./LICENSE).

Built and maintained by [BestRobotMower.co](https://bestrobotmower.co/?utm_source=github&utm_medium=readme&utm_campaign=bestrobotmower-mcp).

Lo que la gente pregunta sobre bestrobotmower-mcp

¿Qué es yumaheymans/bestrobotmower-mcp?

+

yumaheymans/bestrobotmower-mcp es mcp servers para el ecosistema de Claude AI. MCP server for robot lawn mower specs, prices, 0-5 scores and buying recommendations, powered by the open CC BY 4.0 BestRobotMower.co dataset (23 wire-free & RTK models). Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-21.

¿Cómo se instala bestrobotmower-mcp?

+

Puedes instalar bestrobotmower-mcp clonando el repositorio (https://github.com/yumaheymans/bestrobotmower-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar yumaheymans/bestrobotmower-mcp?

+

Nuestro agente de seguridad ha analizado yumaheymans/bestrobotmower-mcp y le ha asignado un Trust Score de 72/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene yumaheymans/bestrobotmower-mcp?

+

yumaheymans/bestrobotmower-mcp es mantenido por yumaheymans. La última actividad registrada en GitHub es del 2026-09-21, con 0 issues abiertos.

¿Hay alternativas a bestrobotmower-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega bestrobotmower-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: yumaheymans/bestrobotmower-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/yumaheymans-bestrobotmower-mcp)](https://claudewave.com/repo/yumaheymans-bestrobotmower-mcp)
<a href="https://claudewave.com/repo/yumaheymans-bestrobotmower-mcp"><img src="https://claudewave.com/api/badge/yumaheymans-bestrobotmower-mcp" alt="Featured on ClaudeWave: yumaheymans/bestrobotmower-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a bestrobotmower-mcp