Senado Federal MCP Server for LlamaIndexGive LlamaIndex instant access to 21 tools to Get Comissao, Get Comissao Composicao, Get Legislatura, and more
LlamaIndex specializes in data-aware AI agents that connect LLMs to structured and unstructured sources. Add Senado Federal 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 Senado Federal MCP Server for LlamaIndex is a standout in the Knowledge Management category — giving your AI agent 21 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
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 Senado Federal. "
"You have 21 tools available."
),
)
response = await agent.run(
"What tools are available in Senado Federal?"
)
print(response)
asyncio.run(main())
* 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 Senado Federal MCP Server
Connect to the Senado Federal Open Data API to monitor the Brazilian legislative process directly through your AI agent. Get transparency and deep insights into the upper house of the National Congress.
LlamaIndex agents combine Senado Federal tool responses with indexed documents for comprehensive, grounded answers. Connect 21 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
- Senator Profiles — List current senators, those on leave, and access detailed metadata including party affiliations and historical positions.
- Legislative Proposals (Matérias) — Search for specific proposals, track their current status, and view the complete history of movements and actions.
- Rapporteur Tracking — Identify which senators are assigned as rapporteurs for specific bills and proposals.
- Legislative History — Explore current and historical legislatures to understand the evolution of Brazilian law.
- Mandate Analysis — Inspect the full history of mandates and political roles held by any parliamentarian.
The Senado Federal MCP Server exposes 21 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 21 Senado Federal tools available for LlamaIndex
When LlamaIndex connects to Senado Federal through Vinkius, your AI agent gets direct access to every tool listed below — spanning legislative-data, transparency, public-policy, 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.
Get comissao on Senado Federal
Get detailed information about a specific committee
Get comissao composicao on Senado Federal
Get current members of a committee
Get legislatura on Senado Federal
Get details of a specific legislature
Get legislatura atual on Senado Federal
Get details of the current legislature
Get materia on Senado Federal
Get detailed information about a specific proposal
Get materia movimentacoes on Senado Federal
Get history of actions on a proposal
Get materia relatorias on Senado Federal
Get rapporteurs assigned to a proposal
Get senador on Senado Federal
Get detailed information about a specific senator
Get senador cargos on Senado Federal
Get positions held by a senator
Get senador filiacoes on Senado Federal
Get party affiliations of a senator
Get senador mandatos on Senado Federal
Get mandates held by a senator
Get votacao on Senado Federal
Get details of a specific vote
List agenda reuniao on Senado Federal
List scheduled committee meetings
List agenda sessao on Senado Federal
List scheduled sessions
List comissoes on Senado Federal
List all committees
List legislaturas on Senado Federal
List all legislatures
List materias atualizacoes on Senado Federal
List recently updated legislative proposals
List materias tipos on Senado Federal
g., PL, PEC). List types of legislative proposals
List senadores afastados on Senado Federal
List senators currently on leave
List senadores atual on Senado Federal
List senators currently in office
List votacoes on Senado Federal
List recent votes
Connect Senado Federal to LlamaIndex via MCP
Follow these steps to wire Senado Federal into LlamaIndex. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
pip install llama-index-tools-mcp llama-index-llms-openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
agent.py and run: python agent.pyExplore tools
Why Use LlamaIndex with the Senado Federal MCP Server
LlamaIndex provides unique advantages when paired with Senado Federal through the Model Context Protocol.
Data-first architecture: LlamaIndex agents combine Senado Federal tool responses with indexed documents for comprehensive, grounded answers
Query pipeline framework lets you chain Senado Federal tool calls with transformations, filters, and re-rankers in a typed pipeline
Multi-source reasoning: agents can query Senado Federal, a vector store, and a SQL database in a single turn and synthesize results
Observability integrations show exactly what Senado Federal tools were called, what data was returned, and how it influenced the final answer
Senado Federal + LlamaIndex Use Cases
Practical scenarios where LlamaIndex combined with the Senado Federal MCP Server delivers measurable value.
Hybrid search: combine Senado Federal real-time data with embedded document indexes for answers that are both current and comprehensive
Data enrichment: query Senado Federal to augment indexed data with live information before generating user-facing responses
Knowledge base agents: build agents that maintain and update knowledge bases by periodically querying Senado Federal for fresh data
Analytical workflows: chain Senado Federal queries with LlamaIndex's data connectors to build multi-source analytical reports
Example Prompts for Senado Federal in LlamaIndex
Ready-to-use prompts you can give your LlamaIndex agent to start working with Senado Federal immediately.
"List all senators currently in office."
"Get the details and summary of legislative proposal ID 150000."
"Show the party affiliation history for senator ID 500."
Troubleshooting Senado Federal MCP Server with LlamaIndex
Common issues when connecting Senado Federal to LlamaIndex through Vinkius, and how to resolve them.
BasicMCPClient not found
pip install llama-index-tools-mcpSenado Federal + LlamaIndex FAQ
Common questions about integrating Senado Federal MCP Server with LlamaIndex.
How does LlamaIndex connect to MCP servers?
Can I combine MCP tools with vector stores?
Does LlamaIndex support async MCP calls?
Explore More MCP Servers
View all →
Fairing
12 toolsAnalyze customer insights via Fairing — manage post-purchase surveys, track responses, and query zero-party data through your AI agent.

1msg.io
6 toolsOfficial WhatsApp Business API automation — send messages, manage templates, and monitor channel status via AI.

Contentful
12 toolsEquip your AI agent to fetch, create, and manage digital content effortlessly using Contentful's headless architecture.

Data Sorting & Filtering Engine
2 toolsPerfect array manipulation. Sort and deduplicate massive JSON lists with native Vinkius Edge JavaScript instead of relying on token-limited LLMs.
