Back to MCP Servers
Agrobr
Brazilian agricultural data for LLMs — prices, crop estimates, climate, deforestation from 19 public sources via CEPEA, CONAB, IBGE, INPE and B3.
data-platformsrestllm
Installation
npx -y agrobr-mcpConfiguration
{
"mcpServers": {
"agrobr-mcp": {
"command": "npx",
"args": ["-y", "agrobr-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes