How to Use the ALESP (Assembleia SP) MCP in Cursor
Inject live São Paulo legislative data directly into your code with Cursor. Build apps with real expenses, votes, and deputy info.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ALESP (Assembleia SP) MCP to Cursor
Create your Vinkius account to connect ALESP (Assembleia SP) 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.
Code with Live Legislative Data
Stop using mock data for your projects. Tell Cursor's agent to fetch the actual list of deputies with `get_deputados` or pull all political parties with `get_partidos`. It will call the tool and inject the live JSON response right into your editor. This means the code you write is already wired up to real-world data structures. You're not guessing at field names or data types; you're building with the actual API output from the start.
Scaffold Apps Around Public Spending
Building a transparency app? Have the agent call `get_despesas_gabinetes` to get real cabinet expenses for a given year. Cursor can then write the Python or TypeScript code to parse and display that data. You can go from an idea to a working prototype in minutes. Your agent doesn't just get the data; it writes the boilerplate to handle it, letting you focus on the interesting parts of your application.
Trace Bill History in Your Editor
When you need to understand a law's history for a project, don't switch to a browser. Use the agent to call `get_documento_andamento` and get the entire timeline for any legislative proposal. The results appear right next to your code. This MCP Server gives your agent the context it needs to help you build smarter. Ask it to find the authors of a bill with `get_documento_autor`, and it gets the answer instantly, keeping you in the flow.
Set up ALESP (Assembleia SP) 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 ALESP (Assembleia SP) 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 ALESP (Assembleia SP) transactions." If the MCP tools are loaded correctly, Cursor will call the ALESP (Assembleia SP) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"alesp-assembleia-sp-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 ALESP. 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 ALESP (Assembleia SP) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ALESP (Assembleia SP) MCP today
We host it, we monitor it, we maintain it. You just paste one token.