MCP Server
Maintained
MIT
io.github.bruno-portfolio/agrobr MCP Server
io.github.bruno-portfolio/agrobr
What is the io.github.bruno-portfolio/agrobr MCP server?
Brazilian agricultural data for LLMs — prices, crops, climate, deforestation.
How to install io.github.bruno-portfolio/agrobr
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agrobr": {
"command": "uvx",
"args": [
"agrobr-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agrobr": {
"command": "uvx",
"args": [
"agrobr-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agrobr": {
"command": "uvx",
"args": [
"agrobr-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agrobr": {
"type": "stdio",
"command": "uvx",
"args": [
"agrobr-mcp"
]
}
}
}Claude Code
claude mcp add agrobr -- uvx agrobr-mcpRelated MCP servers
Pharmacovigilance hypothesis generation from 15 public drug safety databases
View repository →