Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| preco_diario | Daily spot prices for Brazilian agricultural commodities (CEPEA/ESALQ). Products: soja, milho, boi_gordo, cafe_arabica, cafe_robusta,
algodao, trigo, arroz, acucar, etanol_hidratado, etanol_anidro,
frango_congelado, suino, leite, laranja_industria.
Args:
produto: Commodity name (e.g. "soja", "milho", "boi_gordo")
dias: Number of recent days to return (default: 5, max: 60)
|
| futuros_b3 | Daily settlement prices for agricultural futures on B3 exchange. Contracts: boi_gordo, milho, cafe_arabica, cafe_conillon,
etanol, soja_cross, soja_fob.
Args:
contrato: Futures contract name (e.g. "milho", "boi_gordo")
data: Date in "YYYY-MM-DD" format (default: today)
|
| estimativa_safra | Current crop season estimate by state (area, production, yield). Products: soja, milho, arroz, feijao, algodao, trigo, cafe.
Args:
produto: Crop name (e.g. "soja", "milho")
safra: Crop season in "YYYY/YY" format (default: current season)
|
| producao_anual | Historical annual crop production by state (IBGE PAM). Products: soja, milho, arroz, feijao, algodao, trigo, cafe,
cana_de_acucar, mandioca, laranja, cacau, sorgo.
Args:
produto: Crop name (e.g. "soja", "milho")
ano: Reference year (default: previous year)
|
| balanco | Supply and demand balance (stock, consumption, exports). Products: soja, milho, arroz, feijao, algodao, trigo, cafe.
Args:
produto: Crop name (e.g. "soja", "milho")
|
| progresso_safra | Weekly planting and harvesting progress by state. Products: soja, milho, arroz, feijao, algodao, trigo.
Args:
produto: Crop name (e.g. "soja", "milho")
uf: State abbreviation filter (e.g. "MT", "PR"). Empty = all states.
|
| clima | Recent climate data by state (temperature, precipitation, radiation, humidity, wind). Valid states: AC, AL, AM, AP, BA, CE, DF, ES, GO, MA, MG, MS,
MT, PA, PB, PE, PI, PR, RJ, RN, RO, RR, RS, SC, SE, SP, TO.
Args:
uf: State abbreviation (e.g. "MT", "PR", "RS")
ano: Year (default: current year)
agregacao: "diario" or "mensal" (default: "mensal")
|
| desmatamento | Deforestation rates and alerts by biome. Biomes: amazonia, cerrado, mata_atlantica, caatinga, pampa, pantanal.
Systems: prodes (annual rate), deter (real-time alerts).
Args:
bioma: Biome name (e.g. "amazonia", "cerrado")
sistema: "prodes" (annual) or "deter" (alerts)
|
| listar_produtos | List valid products/parameters for each agrobr-mcp tool. Useful to discover which values to pass before calling another tool.
If no tool is specified, lists all.
Args:
tool: Tool name (e.g. "preco_diario"). Empty = all tools.
|
| health_check | Check the status of agrobr data sources. Returns which APIs are responding and which have issues. Useful to diagnose when a tool returns an error. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |