Skip to main content
Glama
charles-gentry

rb209-mcp

rb209-mcp

MCP 服务器将 AHDB RB209 (Nutrient Management Guide) Web API v2 以工具形式暴露——全部 97 个端点均可作为工具使用——并附带一个养分规划技能。

要求

你需要自己的 AHDB RB209 Web API 许可证(访问 https://rb209.ahdb.org.uk/Home/RequestAccess 注册)。每个用户提供自己的凭据;这些凭据绝不会离开你的机器。

Related MCP server: nutrition-mcp

安装(非技术人员 — Claude Desktop)

  1. 从最新的 发布 下载 rb209-mcp.mcbp

  2. 双击该文件;Claude Desktop 会打开安装程序。

  3. 在设置表单中输入你的 RB209 邮箱密码

  4. 完成——RB209 工具会出现在你的聊天工具中。

安装(开发人员)

npm install && npm run build
RB209_EMAIL=you@example.com RB209_PASSWORD=secret node dist/index.js

将以下内容添加到 MCP 客户端配置:command: nodeargs: [".../dist/index.js"]env: { RB209_EMAIL, RB209_PASSWORD }

配置

环境变量

必填

默认值

用途

RB209_EMAIL

你的 RB209 许可证邮箱

RB209_PASSWORD

你的 RB209 许可证密码

RB209_BASE_URL

https://rb209api.ahdb.org.uk

API 基础 URL

RB209_ENABLED_GROUPS

全部

要暴露的标签,逗号分隔(例如 Recommendation,Soil

RB209_SPEC_PATH

内置规范

仅当手动提取并独立运行 bundle 时才设置(.mcpb manifest 会自动配置)

开发

npm test          # unit tests (msw-mocked)
npm run test:watch
RB209_EMAIL=... RB209_PASSWORD=... npm test   # also runs the live integration test

API 内容版权 © AHDB,依据 Open Government Licence v3.0 授权。

F
license - not found
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    MCP 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.
    8
    1
    MIT
  • A
    license
    C
    quality
    B
    maintenance
    MCP server for the UK Bus Open Data Service, enabling timetable queries, stop search, route discovery, journey planning, and real-time bus tracking.
    16
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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