Agrobr MCP Server

Brazilian agricultural data for LLMs - prices, crops, climate, deforestation. Its 10 documented tools cluster into preco, futuros, estimativa, producao. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-03-12 · ★ 26 · #547 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Agrobr

Claude Code

claude mcp add bruno-portfolio-agrobr-mcp -- uvx agrobr-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package agrobr-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.bruno-portfolio is GitHub-verified and matches the repo owner

03 · What Agrobr can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list valid products for each tool, and check status of all data sources.

Capability map

Tools grouped from the project's README - what Agrobr lets an agent do.

Preco

1 tool - e.g. Daily spot prices for agricultural commodities (CEPEA/ESALQ)

preco_diario

Futuros

1 tool - e.g. Daily settlement prices for agricultural futures on B3 exchange

futuros_b3

Estimativa

1 tool - e.g. Current crop season estimate by state (CONAB/IBGE)

estimativa_safra

Producao

1 tool - e.g. Historical annual production by state (IBGE PAM)

producao_anual

Balanco

1 tool - e.g. Supply and demand balance - stock, consumption, exports (CONAB)

balanco

Progresso

1 tool - e.g. Weekly planting and harvesting progress by state (CONAB)

progresso_safra

Clima

1 tool - e.g. Climate data by state - temperature, precipitation, radiation (NASA POWER)

clima

Desmatamento

1 tool - e.g. Deforestation rates and real-time alerts by biome (INPE)

desmatamento

Latest releases

v0.1.2 · 2026-02-16

- Version 0.1.2 in pyproject.toml, __init__.py, server.json · - Replace HTML comment with visible mcp-name tag in README

v0.1.1 · 2026-02-16

Add MCP Registry validation tag to README for PyPI package verification.

v0.1.0 · 2026-02-16

First release of agrobr-mcp - an MCP server that gives LLMs access to real-time Brazilian agricultural data. · Tools (10) · preco_diario - CEPEA/ESALQ spot prices · futuros_b3 - B3 agricultural futures…

04 · Who maintains Agrobr

agrobr is maintained by bruno-portfolio. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
other - ranked #547 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.bruno-portfolio/agrobr (active, first published 2026-02-16)
packages
pypi:agrobr-mcp

06 · Agrobr FAQ

Is Agrobr still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-12. We re-verify nightly.

What can Agrobr do?

With this server connected, an agent can list valid products for each tool, and check status of all data sources.

How do I install Agrobr?

Run `uvx agrobr-mcp`. You can also paste the ready-made client config above.

Does Agrobr run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agrobr