Odel
agrobr mcp

agrobr mcp

Local
@bruno-portfolio27PythonMITUpdated 5mo ago

Brazilian agricultural data for LLMs — prices, crops, climate, deforestation.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIagrobr-mcpv0.1.2

Run

uvx agrobr-mcp

MCP client config

{
  "mcpServers": {
    "agrobr-mcp": {
      "command": "uvx",
      "args": [
        "agrobr-mcp"
      ]
    }
  }
}