Catalog
io.github.geraservicesuk/mcp-gerafarm
OfficialBuy produce from farmers, list crops, access market prices. 50+ countries.
Buy produce directly from farmers and access market prices in 50+ countries.
README not available yet.
Install
Configuration
Environment variables
GERAFARM_API_URLBase URL for the GeraFarm API (defaults to https://api.gerafarm.com)
claude_desktop_config.json
{
"mcpServers": {
"mcp-gerafarm": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerafarm@0.1.1"
],
"env": {
"GERAFARM_API_URL": "<YOUR_GERAFARM_API_URL>"
}
}
}
}