How to Use the MAPA (Agricultura) MCP in Cursor
Inject live Brazilian agricultural open data into your code using Cursor and this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect MAPA (Agricultura) MCP to Cursor
Create your Vinkius account to connect MAPA (Agricultura) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build Data Pipelines with the MAPA MCP Server
Your agent calls `search_packages` to locate relevant Brazilian agricultural datasets while you write code. Instead of mocking up fake JSON responses, Cursor pulls the actual API structure into your editor. You see the real data fields before you write a single line of parsing logic. Digging deeper requires specific endpoints. The AI uses `get_package` to inspect the dataset metadata directly in your IDE. This means your typed interfaces and database schemas match the production government data perfectly on the first try.
Target Specific Government Resources
The `get_resource` tool fetches the exact structural details of a specific file or endpoint. If you are building an ETL pipeline, Cursor knows exactly what headers and data types to expect. You stop wasting time debugging malformed CSV imports. Finding the right publisher happens via `list_organizations` and `get_organization`. Your code can dynamically route data based on the specific department that issued it. The agent writes the routing logic based on the actual organization IDs returned by the server.
Navigate Complex Data Hierarchies
Calling `list_groups` via the MCP integration exposes the high-level categories of the agricultural database. Cursor can use this to generate navigation menus or filter logic in your application. You get the exact category names straight from the source. The `list_tags` command works similarly for granular filtering. When you need to build search functionality, the AI pulls the official tag list to populate your dropdowns. It guarantees your application uses the correct terminology.
Set up MAPA (Agricultura) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the MAPA (Agricultura) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent MAPA (Agricultura) transactions." If the MCP tools are loaded correctly, Cursor will call the MAPA (Agricultura) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"mapa-agricultura-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by MAPA (Agricultura). All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about MAPA (Agricultura) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the MAPA (Agricultura) MCP today
We host it, we monitor it, we maintain it. You just paste one token.