How to Use the Asaas MCP in Cursor
Inject live Asaas customer and payment data directly into your code with Cursor's agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Asaas MCP to Cursor
Create your Vinkius account to connect Asaas 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 Customer Data
You're writing a script and need real customer info. Instead of using mock data, just tell Cursor's agent to `list_customers` from your Asaas account. You get a real list of customers to work with instantly. The agent doesn't just show you the data; it generates the Python or JavaScript code that uses those real customer objects. This saves you from writing boilerplate and constantly referencing API docs.
Test Payment Logic in Real-Time
When you're building a checkout feature, you need to test it against a real payment gateway. Use Cursor to call `create_payment` and get a real charge ID back from Asaas right in your editor. No more mocked API responses. From there, you can immediately use `list_payments` to confirm the charge went through. This seriously tightens your development loop because you're testing against the live Asaas environment as you code.
Script Financial Reports with this MCP Server
Need to write a script that analyzes your cash flow? Tell the agent, "Get my current balance and recent transfers from Asaas." It will use the `get_balance` and `list_transfers` tools to fetch the data. The Cursor agent will then scaffold the code to process this information. You go from an idea to a working financial script that uses your actual Asaas data in minutes. This is what an MCP Server makes possible in your editor.
Set up Asaas 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 Asaas 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 Asaas transactions." If the MCP tools are loaded correctly, Cursor will call the Asaas tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"asaas-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 Asaas. 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 Asaas MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Asaas MCP today
We host it, we monitor it, we maintain it. You just paste one token.