4,000+ servers built on vurb.ts
Vinkius

ANA (Movimentação de Dados) MCP Server for LlamaIndexGive LlamaIndex instant access to 18 tools to Create Serie Chuva, Create Serie Cota, Create Serie Perfil Transversal, and more

MCP Inspector GDPR Free for Subscribers

LlamaIndex specializes in data-aware AI agents that connect LLMs to structured and unstructured sources. Add ANA (Movimentação de Dados) as an MCP tool provider through Vinkius and your agents can query, analyze, and act on live data alongside your existing indexes.

Ask AI about this MCP Server for LlamaIndex

The ANA (Movimentação de Dados) MCP Server for LlamaIndex is a standout in the Data Management category — giving your AI agent 18 tools to work with, ready to go from day one.

Built for AI Agents by Vinkius

Vinkius delivers Streamable HTTP and SSE to any MCP client

ClaudeClaude
ChatGPTChatGPT
CursorCursor
GeminiGemini
WindsurfWindsurf
VS CodeVS Code
JetBrainsJetBrains
VercelVercel
+ other MCP clients
python
import asyncio
from llama_index.tools.mcp import BasicMCPClient, McpToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI

async def main():
    # Your Vinkius token. get it at cloud.vinkius.com
    mcp_client = BasicMCPClient("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
    mcp_tool_spec = McpToolSpec(client=mcp_client)
    tools = await mcp_tool_spec.to_tool_list_async()

    agent = FunctionAgent(
        tools=tools,
        llm=OpenAI(model="gpt-4o"),
        system_prompt=(
            "You are an assistant with access to ANA (Movimentação de Dados). "
            "You have 18 tools available."
        ),
    )

    response = await agent.run(
        "What tools are available in ANA (Movimentação de Dados)?"
    )
    print(response)

asyncio.run(main())
ANA (Movimentação de Dados)
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About ANA (Movimentação de Dados) MCP Server

Connect to the ANA (Agência Nacional de Águas e Saneamento Básico) data movement API to retrieve and manage critical hydrometeorological information directly through your AI agent.

LlamaIndex agents combine ANA (Movimentação de Dados) tool responses with indexed documents for comprehensive, grounded answers. Connect 18 tools through Vinkius and query live data alongside vector stores and SQL databases in a single turn. ideal for hybrid search, data enrichment, and analytical workflows.

What you can do

  • Flow & Rainfall Series — Query historical and real-time data for flow (Vazão) and rainfall (Chuva) using station codes or specific series IDs.
  • Water Quality (QA) — Access detailed water quality parameters and monitoring series to analyze environmental health.
  • Cross-Section Profiles — Retrieve transverse profile data (Perfil Transversal) for river morphology and engineering studies.
  • Discharge Summaries — Inspect discharge summaries (Resumo Descarga) and level data (Cota) for comprehensive basin management.
  • Data Management — Beyond querying, authorized users can create and update data series records directly in the ANA system.

The ANA (Movimentação de Dados) MCP Server exposes 18 tools through the Vinkius. Connect it to LlamaIndex in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

All 18 ANA (Movimentação de Dados) tools available for LlamaIndex

When LlamaIndex connects to ANA (Movimentação de Dados) through Vinkius, your AI agent gets direct access to every tool listed below — spanning hydrology, brazil-water, environmental-monitoring, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.

create

Create serie chuva on ANA (Movimentação de Dados)

Inclusion of Rainfall (Chuva) Series data

create

Create serie cota on ANA (Movimentação de Dados)

Inclusion of Stage/Level (Cota) Series data

create

Create serie perfil transversal on ANA (Movimentação de Dados)

Inclusion of Cross-Section Profile Series (Série Perfil Transversal) data

create

Create serie qa on ANA (Movimentação de Dados)

Inclusion of Water Quality (QA) Series data

create

Create serie resumo descarga on ANA (Movimentação de Dados)

Inclusion of Discharge Summary Series (Série Resumo Descarga) data

create

Create serie vazao on ANA (Movimentação de Dados)

Inclusion of Flow Series (Série Vazão) data

get

Get serie chuva on ANA (Movimentação de Dados)

Search for Rainfall (Chuva) Series data

get

Get serie cota on ANA (Movimentação de Dados)

Search for Stage/Level (Cota) Series data

get

Get serie perfil transversal on ANA (Movimentação de Dados)

Search for Cross-Section Profile Series (Série Perfil Transversal) data

get

Get serie qa on ANA (Movimentação de Dados)

Search for Water Quality (QA) Series data

get

Get serie resumo descarga on ANA (Movimentação de Dados)

Search for Discharge Summary Series (Série Resumo Descarga) data

get

Get serie vazao on ANA (Movimentação de Dados)

No limitation on the number of searches per request. Search for Flow Series (Série Vazão) data

update

Update serie chuva on ANA (Movimentação de Dados)

Update/Modification of Rainfall (Chuva) Series data

update

Update serie cota on ANA (Movimentação de Dados)

Update/Modification of Stage/Level (Cota) Series data

update

Update serie perfil transversal on ANA (Movimentação de Dados)

Update/Modification of Cross-Section Profile Series (Série Perfil Transversal) data

update

Update serie qa on ANA (Movimentação de Dados)

Update/Modification of Water Quality (QA) Series data

update

Update serie resumo descarga on ANA (Movimentação de Dados)

Update/Modification of Discharge Summary Series (Série Resumo Descarga) data

update

Update serie vazao on ANA (Movimentação de Dados)

Update/Modification of Flow Series (Série Vazão) data

Connect ANA (Movimentação de Dados) to LlamaIndex via MCP

Follow these steps to wire ANA (Movimentação de Dados) into LlamaIndex. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.

01

Install dependencies

Run pip install llama-index-tools-mcp llama-index-llms-openai
02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token
03

Run the agent

Save to agent.py and run: python agent.py
04

Explore tools

The agent discovers 18 tools from ANA (Movimentação de Dados)

Why Use LlamaIndex with the ANA (Movimentação de Dados) MCP Server

LlamaIndex provides unique advantages when paired with ANA (Movimentação de Dados) through the Model Context Protocol.

01

Data-first architecture: LlamaIndex agents combine ANA (Movimentação de Dados) tool responses with indexed documents for comprehensive, grounded answers

02

Query pipeline framework lets you chain ANA (Movimentação de Dados) tool calls with transformations, filters, and re-rankers in a typed pipeline

03

Multi-source reasoning: agents can query ANA (Movimentação de Dados), a vector store, and a SQL database in a single turn and synthesize results

04

Observability integrations show exactly what ANA (Movimentação de Dados) tools were called, what data was returned, and how it influenced the final answer

ANA (Movimentação de Dados) + LlamaIndex Use Cases

Practical scenarios where LlamaIndex combined with the ANA (Movimentação de Dados) MCP Server delivers measurable value.

01

Hybrid search: combine ANA (Movimentação de Dados) real-time data with embedded document indexes for answers that are both current and comprehensive

02

Data enrichment: query ANA (Movimentação de Dados) to augment indexed data with live information before generating user-facing responses

03

Knowledge base agents: build agents that maintain and update knowledge bases by periodically querying ANA (Movimentação de Dados) for fresh data

04

Analytical workflows: chain ANA (Movimentação de Dados) queries with LlamaIndex's data connectors to build multi-source analytical reports

Example Prompts for ANA (Movimentação de Dados) in LlamaIndex

Ready-to-use prompts you can give your LlamaIndex agent to start working with ANA (Movimentação de Dados) immediately.

01

"Search for flow series data (vazão) for station code 66070000."

02

"Get the water quality (QA) series for ID 12345."

03

"List the rainfall series (chuva) for station 45001000 on 2023-05-20."

Troubleshooting ANA (Movimentação de Dados) MCP Server with LlamaIndex

Common issues when connecting ANA (Movimentação de Dados) to LlamaIndex through Vinkius, and how to resolve them.

01

BasicMCPClient not found

Install: pip install llama-index-tools-mcp

ANA (Movimentação de Dados) + LlamaIndex FAQ

Common questions about integrating ANA (Movimentação de Dados) MCP Server with LlamaIndex.

01

How does LlamaIndex connect to MCP servers?

Use the MCP client adapter to create a connection. LlamaIndex discovers all tools and wraps them as query engine tools compatible with any LlamaIndex agent.
02

Can I combine MCP tools with vector stores?

Yes. LlamaIndex agents can query ANA (Movimentação de Dados) tools and vector store indexes in the same turn, combining real-time and embedded data for grounded responses.
03

Does LlamaIndex support async MCP calls?

Yes. LlamaIndex's async agent framework supports concurrent MCP tool calls for high-throughput data processing pipelines.

Explore More MCP Servers

View all →