Accesses NASA POWER data to provide climate information by state, including temperature, precipitation, and radiation metrics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agrobr-mcpShow me the current soybean prices and harvest progress in Brazil"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agrobr-mcp
MCP server that gives LLMs access to real-time Brazilian agricultural data — prices, crop estimates, climate, deforestation and more from 19 public sources.
Install
Setup
Claude Desktop
Add to claude_desktop_config.json:
Cursor
Settings > MCP Servers > Add:
Claude Code
If the above fails due to
-mflag parsing, create a wrapper script:Linux/macOS:
echo 'python -m agrobr_mcp' > run.sh && chmod +x run.sh && claude mcp add agrobr ./run.shWindows:
echo python -m agrobr_mcp > run.bat && claude mcp add agrobr run.bat
Tools
10 tools available out of the box:
Prices & Market
Tool | Description |
| Daily spot prices for agricultural commodities (CEPEA/ESALQ) |
| Daily settlement prices for agricultural futures on B3 exchange |
Production & Crop
Tool | Description |
| Current crop season estimate by state (CONAB/IBGE) |
| Historical annual production by state (IBGE PAM) |
| Supply and demand balance — stock, consumption, exports (CONAB) |
| Weekly planting and harvesting progress by state (CONAB) |
Climate & Environment
Tool | Description |
| Climate data by state — temperature, precipitation, radiation (NASA POWER) |
| Deforestation rates and real-time alerts by biome (INPE) |
Meta
Tool | Description |
| List valid products for each tool |
| Check status of all data sources |
Example queries
How it works
agrobr-mcp is a thin wrapper. All data logic lives in the agrobr library.
Development
License
MIT
PT-BR
O que é o agrobr-mcp?
Servidor MCP que dá acesso a dados agrícolas brasileiros em tempo real para LLMs. Preços, safras, clima, desmatamento e mais — tudo de fontes públicas como CEPEA, CONAB, IBGE, INPE e B3.
Instalação
Configuração
Adicione ao seu client MCP (Claude Desktop, Cursor ou Claude Code) conforme as instruções acima.
10 tools disponíveis
preco_diario — Preço spot de commodities agrícolas (CEPEA/ESALQ)
futuros_b3 — Ajustes diários de futuros agrícolas na B3
estimativa_safra — Estimativa da safra corrente por UF (CONAB/IBGE)
producao_anual — Produção histórica por UF (IBGE PAM)
balanco — Balanço de oferta e demanda (CONAB)
progresso_safra — Progresso semanal de plantio e colheita (CONAB)
clima — Dados climáticos por UF (NASA POWER)
desmatamento — Taxa de desmatamento e alertas por bioma (INPE)
listar_produtos — Lista produtos válidos por tool
health_check — Status das fontes de dados
Links
agrobr library — biblioteca de dados agrícolas
MCP Protocol — Model Context Protocol
mcp-name: io.github.bruno-portfolio/agrobr