How to Use the ANA (Movimentação de Dados) MCP in Cursor
Generate working code with live Brazilian water agency data injected directly into your Cursor agent workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ANA (Movimentação de Dados) MCP to Cursor
Create your Vinkius account to connect ANA (Movimentação de Dados) 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 apps with live water data using this MCP Server
This MCP Server exposes `get_serie_qa` so your Cursor agent can write code using live water quality telemetry. Instead of using fake mock data, your editor writes functions against the actual API responses. When you need to build input forms, the agent uses `create_serie_qa` to test the exact write payloads. You get working, production-ready code because the editor tests the schema against real endpoints.
Track precipitation and river levels in your editor
The `get_serie_chuva` tool retrieves historical rainfall series directly into your active file. Your agent reads the raw precipitation output to write processing scripts on the fly. If your script needs to write back to the database, you can verify the structure using `create_serie_cota`. It creates new stage level records to confirm your database connectors work before you commit.
Update flow rates and profiles inside Cursor
The `update_serie_vazao` tool modifies flow series data directly from your terminal or chat panel. You don't need to write custom SQL scripts to patch incorrect flow measurements during development. For riverbed geography, you pull data using `get_serie_perfil_transversal` and update records with `update_serie_perfil_transversal`. The agent handles the complex coordinate payloads so you can focus on building your mapping application.
Set up ANA (Movimentação de Dados) 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 ANA (Movimentação de Dados) 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 ANA (Movimentação de Dados) transactions." If the MCP tools are loaded correctly, Cursor will call the ANA (Movimentação de Dados) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"ana-movimentacao-de-dados-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 ANA (Agência Nacional de Águas). 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 ANA (Movimentação de Dados) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ANA (Movimentação de Dados) MCP today
We host it, we monitor it, we maintain it. You just paste one token.