ALESP (Assembleia SP) MCP Server for Mastra AIGive Mastra AI instant access to 18 tools to Get Agenda Eventos, Get Comissoes, Get Comissoes Membros, and more
Mastra AI is a TypeScript-native agent framework built for modern web stacks. Connect ALESP (Assembleia SP) through Vinkius and Mastra agents discover all tools automatically. type-safe, streaming-ready, and deployable anywhere Node.js runs.
Ask AI about this MCP Server for Mastra AI
The ALESP (Assembleia SP) MCP Server for Mastra AI is a standout in the Data Analytics category — giving your AI agent 18 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import { Agent } from "@mastra/core/agent";
import { createMCPClient } from "@mastra/mcp";
import { openai } from "@ai-sdk/openai";
async function main() {
// Your Vinkius token. get it at cloud.vinkius.com
const mcpClient = await createMCPClient({
servers: {
"alesp-assembleia-sp": {
url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
},
},
});
const tools = await mcpClient.getTools();
const agent = new Agent({
name: "ALESP (Assembleia SP) Agent",
instructions:
"You help users interact with ALESP (Assembleia SP) " +
"using 18 tools.",
model: openai("gpt-4o"),
tools,
});
const result = await agent.generate(
"What can I do with ALESP (Assembleia SP)?"
);
console.log(result.text);
}
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 ALESP (Assembleia SP) MCP Server
Connect to the ALESP (Assembleia Legislativa do Estado de São Paulo) open data portal to monitor legislative activities in real-time. This MCP server allows AI agents to query official information about state deputies, cabinet expenses, committee meetings, and the full lifecycle of legislative proposals.
Mastra's agent abstraction provides a clean separation between LLM logic and ALESP (Assembleia SP) tool infrastructure. Connect 18 tools through Vinkius and use Mastra's built-in workflow engine to chain tool calls with conditional logic, retries, and parallel execution. deployable to any Node.js host in one command.
What you can do
- Deputy Tracking — List all current state deputies and their political affiliations directly from the official registry.
- Financial Transparency — Query reimbursed cabinet expenses for any deputy, with support for historical data by year.
- Legislative Progress — Track the status, authors, and full history of proposals, bills, and other documents.
- Committee Monitoring — Access details about permanent committees, including their members, meetings, and voting records.
- Administrative Data — Inspect the organizational structure, staff placements, and job history within the assembly.
The ALESP (Assembleia SP) MCP Server exposes 18 tools through the Vinkius. Connect it to Mastra AI in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 18 ALESP (Assembleia SP) tools available for Mastra AI
When Mastra AI connects to ALESP (Assembleia SP) through Vinkius, your AI agent gets direct access to every tool listed below — spanning legislative-data, public-policy, transparency, 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 agenda eventos on ALESP (Assembleia SP)
List upcoming and past events scheduled at the Assembly
Get comissoes on ALESP (Assembleia SP)
List permanent committees of the assembly
Get comissoes membros on ALESP (Assembleia SP)
List members of the permanent committees
Get comissoes reunioes on ALESP (Assembleia SP)
List meetings of the permanent committees
Get comissoes votacoes on ALESP (Assembleia SP)
List votes of the permanent committees
Get deputados on ALESP (Assembleia SP)
List all state deputies in the current legislature
Get despesas gabinetes on ALESP (Assembleia SP)
Optionally provide a year for historical data. List reimbursed expenses for each deputy cabinet
Get documento andamento on ALESP (Assembleia SP)
Get full history and status of proposals
Get documento andamento atual on ALESP (Assembleia SP)
Get current status of proposals
Get documento autor on ALESP (Assembleia SP)
List authors and co-signers for each legislative document
Get funcionarios cargos on ALESP (Assembleia SP)
List job history of ALESP staff
Get legislacao normas on ALESP (Assembleia SP)
List state norms (laws, decrees, resolutions)
Get legislacao temas on ALESP (Assembleia SP)
List themes/topics of state norms
Get legislacao tipo normas on ALESP (Assembleia SP)
List types of state norms
Get lotacoes on ALESP (Assembleia SP)
List current placements (lotações) of ALESP staff
Get partidos on ALESP (Assembleia SP)
List political parties participating in the legislative process
Get proposituras zip url on ALESP (Assembleia SP)
Get the URL for the comprehensive list of all legislative proposals (ZIP)
Get uas on ALESP (Assembleia SP)
List Administrative Units (UAs) of ALESP
Connect ALESP (Assembleia SP) to Mastra AI via MCP
Follow these steps to wire ALESP (Assembleia SP) into Mastra AI. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install dependencies
npm install @mastra/core @mastra/mcp @ai-sdk/openaiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
agent.ts and run with npx tsx agent.tsExplore tools
Why Use Mastra AI with the ALESP (Assembleia SP) MCP Server
Mastra AI provides unique advantages when paired with ALESP (Assembleia SP) through the Model Context Protocol.
Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure. add ALESP (Assembleia SP) without touching business code
Built-in workflow engine chains MCP tool calls with conditional logic, retries, and parallel execution for complex automation
TypeScript-native: full type inference for every ALESP (Assembleia SP) tool response with IDE autocomplete and compile-time checks
One-command deployment to any Node.js host. Vercel, Railway, Fly.io, or your own infrastructure
ALESP (Assembleia SP) + Mastra AI Use Cases
Practical scenarios where Mastra AI combined with the ALESP (Assembleia SP) MCP Server delivers measurable value.
Automated workflows: build multi-step agents that query ALESP (Assembleia SP), process results, and trigger downstream actions in a typed pipeline
SaaS integrations: embed ALESP (Assembleia SP) as a first-class tool in your product's AI features with Mastra's clean agent API
Background jobs: schedule Mastra agents to query ALESP (Assembleia SP) on a cron and store results in your database automatically
Multi-agent systems: create specialist agents that collaborate using ALESP (Assembleia SP) tools alongside other MCP servers
Example Prompts for ALESP (Assembleia SP) in Mastra AI
Ready-to-use prompts you can give your Mastra AI agent to start working with ALESP (Assembleia SP) immediately.
"List all current state deputies in ALESP."
"Show me the cabinet expenses for the year 2023."
"What are the upcoming or recent committee meetings?"
Troubleshooting ALESP (Assembleia SP) MCP Server with Mastra AI
Common issues when connecting ALESP (Assembleia SP) to Mastra AI through Vinkius, and how to resolve them.
createMCPClient not exported
npm install @mastra/mcpALESP (Assembleia SP) + Mastra AI FAQ
Common questions about integrating ALESP (Assembleia SP) MCP Server with Mastra AI.
How does Mastra AI connect to MCP servers?
MCPClient with the server URL and pass it to your agent. Mastra discovers all tools and makes them available with full TypeScript types.Can Mastra agents use tools from multiple servers?
Does Mastra support workflow orchestration?
Explore More MCP Servers
View all →
LinkedIn Ads
8 toolsEquip your AI agent with direct access to LinkedIn Ads — manage campaigns, track B2B ad performance, and optimize LinkedIn marketing spend without opening Campaign Manager.

Zenserp
10 toolsScrape live search engine results (SERP) from Google, Bing, Yandex, and DuckDuckGo using Zenserp's high-speed API.

Fairing
12 toolsAnalyze customer insights via Fairing — manage post-purchase surveys, track responses, and query zero-party data through your AI agent.

MapQuest
5 toolsMapping and location services via MapQuest — geocoding, directions, and POI search.
