MAPA (Agricultura) Connector for AI agents.
8 live capabilities
Access official Brazilian agribusiness and livestock data directly.
Waiting for input…
Why people use MAPA (Agricultura)
MAPA (Agricultura) Brazilian Agribusiness Data Access
This Connector changes that by letting your AI agent do the heavy lifting. Just ask for the latest "Agrofit" data or a list of livestock organizations, and your agent handles the search and retrieval. You get the facts you need without the manual navigation.
What Vinkius changes
You get official Brazilian agribusiness data directly in your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding pesticide registrations
An analyst needs to find all pesticide registrations.
- Real-world use case 02
Identifying livestock data owners
A researcher wants to know who manages livestock data.
- Real-world use case 03
Downloading rural credit CSVs
A data scientist needs a CSV of rural credit records.
Complete set · 8capabilities
The complete MAPA (Agricultura) capability set.
These are the exact actions your AI can choose when you ask it to work with MAPA (Agricultura).
01—04
4 capabilities in this set.
Part of 8 available through MAPA (Agricultura).
- 01 Capability
Get resource
Get metadata for a specific data resource to see its format and update status. This helps you verify the file type before you try to download it.
- 02 Capability
List groups
List all data groups to see how the Ministry categorizes its different agricultural topics. Use this to understand the overall data structure.
- 03 Capability
List organizations
List all organizations that publish data to see which departments manage specific records. It helps you identify the correct source for your query.
- 04 Capability
List packages
List all dataset names available in the portal to see the full scope of public data. This is your starting point for discovering new records.
05—08
4 capabilities in this set.
Part of 8 available through MAPA (Agricultura).
- 05 Capability
Search packages
Search for datasets using specific keywords like "agrofit" or "livestock" to find exactly what you need. It filters the thousands of records into a manageable list.
- 06 Capability
List tags
List all tags to discover related information across different agricultural domains. This is great for finding connected topics like rural credit.
- 07 Capability
Get organization
Get details for a specific organization to understand their role in data publishing. Use this to see who owns a particular dataset.
- 08 Capability
Get package
Get metadata for a specific dataset to understand its provenance and coverage. This gives you the context needed for accurate reporting.
Set up in minutes
One URL. Then ask MAPA (Agricultura) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use MAPA (Agricultura) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_vZA3HEhSZPPXrBHSgur3O22MyJnLu45VTXLHUj1Q/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it MAPA (Agricultura), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable MAPA (Agricultura) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_vZA3HEhSZPPXrBHSgur3O22MyJnLu45VTXLHUj1Q/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the MAPA (Agricultura) URL.
- Step 03
Save and start
Save the connection and enable MAPA (Agricultura) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mapa-agricultura": {
"url": "https://edge.vinkius.com/vk_preview_vZA3HEhSZPPXrBHSgur3O22MyJnLu45VTXLHUj1Q/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using MAPA (Agricultura)
Open Agent mode in chat and ask: "Using MAPA (Agricultura), help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mapa-agricultura": {
"url": "https://edge.vinkius.com/vk_preview_vZA3HEhSZPPXrBHSgur3O22MyJnLu45VTXLHUj1Q/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using MAPA (Agricultura)
Ask Copilot: "Using MAPA (Agricultura), help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mapa-agricultura": {
"url": "https://edge.vinkius.com/vk_preview_vZA3HEhSZPPXrBHSgur3O22MyJnLu45VTXLHUj1Q/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using MAPA (Agricultura)
Open Cascade and ask: "Using MAPA (Agricultura), help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mapa-agricultura": {
"url": "https://edge.vinkius.com/vk_preview_vZA3HEhSZPPXrBHSgur3O22MyJnLu45VTXLHUj1Q/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using MAPA (Agricultura)
Ask Cline: "Using MAPA (Agricultura), help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mapa-agricultura --transport http "https://edge.vinkius.com/vk_preview_vZA3HEhSZPPXrBHSgur3O22MyJnLu45VTXLHUj1Q/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using MAPA (Agricultura)
Ask Claude: "Using MAPA (Agricultura), show me...". 8 tools are ready
Where the request belongs
Work MAPA (Agricultura) can move forward.
This is for the folks who spend hours digging through government portals for agricultural stats. It's for the analyst who needs hard numbers on Brazilian livestock or pesticide use without the manual export dance.
Agribusiness Analyst
Monitors regulatory data and pesticide registrations to keep the company compliant.
Data Scientist
Pulls historical agricultural statistics for modeling and market forecasting.
Policy Researcher
Gathers official government records to support reports on rural financing.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMato Grosso do Sul Open Data
Access public datasets from the state of Mato Grosso do Sul (Brazil). list packages, search datastores, and query public records via SQL.
Rio Grande do Sul (Dados RS)
Access the official Open Data portal of Rio Grande do Sul. query public datasets, government organizations, and thematic groups directly.
Minas Gerais (Estado)
Access the official Open Data Portal of the State of Minas Gerais, Brazil. Query datasets, organizations, and public resources directly.
Acre Dados Abertos
Access open data from the State of Acre, Brazil. explore datasets, organizations, and thematic groups directly from your AI agent.
Campinas Open Data
Access public data from Campinas, Brazil. search datasets, resources, and city organizations directly from your AI agent.
Maranhão Open Data
Access public datasets from Maranhão, Brazil. search packages, inspect resources, and query the datastore via SQL.
Bring your own AI
Change the model, client or framework. Keep MAPA (Agricultura) connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about MAPA (Agricultura).
The practical details behind the request, access and result.
What kind of data does the MAPA (Agricultura) MCP provide?
It gives you access to official Brazilian government data on agribusiness, including livestock, rural credit, and pesticide records.
Can I use the MAPA (Agricultura) MCP to find specific pesticide registrations?
Yes, you can ask your agent to search for "Agrofit" to find the latest official pesticide data.
How does the MAPA (Agricultura) MCP help with research?
It lets you quickly find and fetch metadata for thousands of public datasets, saving you from manual portal navigation.
Does the MAPA (Agricultura) MCP support multiple file formats?
Yes, it can retrieve links for various formats like CSV, PDF, and XLS depending on the dataset.
Is the data in the MAPA (Agricultura) MCP up to date?
The Connector fetches the latest metadata available on the official portal, including the most recent update dates.
Can I use the MAPA (Agricultura) MCP to see which government departments publish data?
Yes, it can list all organizations and provide details on who is responsible for specific agricultural records.
How can I find datasets about a specific topic like 'coffee'?
You can use the search_packages capability with the query 'café'. It will return all datasets that match the term in their title or description.
How do I get the actual download link for a data file?
First, use get_package to find the resource IDs within a dataset. Then, call get_resource with the specific ID to retrieve the download URL and file format.
Can I see which government departments publish the data?
Yes! Use the list_organizations capability to see all publishing entities. You can then use get_organization to see all datasets managed by a specific department.
One connection away
Give your agent a direct line to MAPA (Agricultura).
Connect MAPA (Agricultura) once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available