rb209-mcp
rb209-mcp
Servidor MCP que expone la API web RB209 (Guía de gestión de nutrientes) v2 de AHDB —los 97 endpoints como herramientas—, además de una habilidad de planificación de nutrientes.
Requisitos
Necesitas tu propia licencia de la API web RB209 de AHDB (regístrate en https://rb209.ahdb.org.uk/Home/RequestAccess). Cada usuario aporta sus propias credenciales; nunca salen de tu máquina.
Related MCP server: nutrition-mcp
Instalación (no técnicos — Claude Desktop)
Descarga
rb209-mcp.mcpbde la última versión.Haz doble clic en él; Claude Desktop abrirá el instalador.
Introduce tu correo electrónico y contraseña de RB209 en el formulario de configuración.
Listo: las herramientas de RB209 aparecerán en el chat.
Instalación (desarrolladores)
npm install && npm run build
RB209_EMAIL=you@example.com RB209_PASSWORD=secret node dist/index.jsAñade a la configuración del cliente MCP con command: node, args: [".../dist/index.js"] y env: { RB209_EMAIL, RB209_PASSWORD }.
Configuración
Variable de entorno | Obligatoria | Por defecto | Propósito |
| sí | — | Tu correo de licencia de RB209 |
| sí | — | Tu contraseña de licencia de RB209 |
| no |
| URL base de la API |
| no | todas | Etiquetas separadas por comas para exponer (p. ej. |
| no | especificación incluida | Solo se define al ejecutar un paquete extraído manualmente de forma independiente (el manifiesto .mcpb lo configura automáticamente) |
Desarrollo
npm test # unit tests (msw-mocked)
npm run test:watch
RB209_EMAIL=... RB209_PASSWORD=... npm test # also runs the live integration testContenido de la API con licencia © AHDB bajo la Licencia de Gobierno Abierto v3.0.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for agriculture and farming data. 8 tools: soil conditions (temperature, moisture), crop weather forecasts, historical climate data (NASA POWER, since 1981), global agriculture statistics (World Bank, 20+ indicators), and food product database (Open Food Facts, 3M+ products). All APIs free, no keys required.81MIT
- Alicense-qualityDmaintenanceMCP server for USDA nutrition data lookup, meal logging, and daily macro tracking.54MIT
- AlicenseCqualityBmaintenanceMCP server for the UK Bus Open Data Service, enabling timetable queries, stop search, route discovery, journey planning, and real-time bus tracking.16MIT
- Alicense-qualityBmaintenanceMCP server for Esheria Regulatory Pack API, enabling regulatory intelligence tools such as health checks, pack discovery, obligations, penalties, and citation-backed compliance workflows.Apache 2.0
Related MCP Connectors
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
APIs.guru MCP — keyless directory of 2,500+ public APIs and their OpenAPI specs.
MCP server for AI access to Swagger by SmartBear.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/charles-gentry/rb209-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server