MCP server that gives LLMs access to real-time Brazilian agricultural data, including prices, crop estimates, climate, and deforestation from 10 public sources.
From the registry: Brazilian agricultural data for LLMs — prices, crops, climate, deforestation.
$ pip install agrobr-mcphttps://pypi.org/project/agrobr-mcp/Please install the `agrobr` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install agrobr-mcp from PyPI** — Install the Python package. Run: `pip install agrobr-mcp` (https://pypi.org/project/agrobr-mcp/)
Canonical MCP server config (stdio transport):
- command: `python`
- args: ["-m","agrobr_mcp"]
Note: Also available via Docker (docker run --rm -i agrobr-mcp).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.