Asaas Connector for AI agents.
8 live capabilities
Manage Brazilian payments, PIX charges, and recurring subscriptions from your chat.
Waiting for input…
Why people use Asaas
Asaas for Brazilian Payment Collection
This Connector changes that by giving your AI client a direct line to your Asaas account. Instead of jumping between tabs to check if a Boleto cleared or to see who's on an active subscription, you just ask your agent. You can have your AI register new clients with their tax IDs, generate instant payment links for your sales team, or pull a full list of your current receivables. It handles the tedious parts of the billing cycle, like verifying customer details or tracking transfers, while keeping everything organized in your primary workspace. By connecting this to your existing workflow through Vinkius, you turn a manual back-office process into a conversational one. You get a clear view of your financial health without the headache of manual exports or constant dashboard refreshes.
What Vinkius changes
You get a conversational interface for your entire Brazilian payment operations.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
On-the-fly sales
A sales rep asks the agent to 'Create a PIX charge for R$ 200 for the new client.
- Real-world use case 02
Quick balance checks
A business owner asks 'What's my current balance?
- Real-world use case 03
Subscription audits
A manager asks for 'all active subscriptions.
Complete set · 8capabilities
The complete Asaas capability set.
These are the exact actions your AI can choose when you ask it to work with Asaas.
01—04
4 capabilities in this set.
Part of 8 available through Asaas.
- 01 Capability
List payments
View all your charges and payments. This helps you see what's been paid and what's still outstanding.
- 02 Capability
Create customer
Register a new customer into your Asaas account. It makes onboarding new clients much faster.
- 03 Capability
Create payment
Generate a new charge for a specific customer. Use this to send out PIX or Boleto requests.
- 04 Capability
Get account check
Verify that your AI client is correctly connected to Asaas. It's the quickest way to check your connection status.
05—08
4 capabilities in this set.
Part of 8 available through Asaas.
- 05 Capability
Get balance
See your current financial balance. This gives you an instant look at your available funds.
- 06 Capability
List customers
Pull a list of all your registered customers. It helps you keep track of your entire client base.
- 07 Capability
List subscriptions
See all your active recurring billings. This is perfect for tracking long-term service contracts.
- 08 Capability
List transfers
View all financial transfers in your account. You can use this to audit moving funds.
Set up in minutes
One URL. Then ask Asaas to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Asaas from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rcIKyAryOZBI6vsMm3cxduGKlH7f1q0t1XEHzxBU/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Asaas, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Asaas for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rcIKyAryOZBI6vsMm3cxduGKlH7f1q0t1XEHzxBU/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Asaas URL.
- Step 03
Save and start
Save the connection and enable Asaas in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"asaas": {
"url": "https://edge.vinkius.com/vk_preview_rcIKyAryOZBI6vsMm3cxduGKlH7f1q0t1XEHzxBU/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Asaas
Open Agent mode in chat and ask: "Using Asaas, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"asaas": {
"url": "https://edge.vinkius.com/vk_preview_rcIKyAryOZBI6vsMm3cxduGKlH7f1q0t1XEHzxBU/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Asaas
Ask Copilot: "Using Asaas, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"asaas": {
"url": "https://edge.vinkius.com/vk_preview_rcIKyAryOZBI6vsMm3cxduGKlH7f1q0t1XEHzxBU/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Asaas
Open Cascade and ask: "Using Asaas, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"asaas": {
"url": "https://edge.vinkius.com/vk_preview_rcIKyAryOZBI6vsMm3cxduGKlH7f1q0t1XEHzxBU/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Asaas
Ask Cline: "Using Asaas, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add asaas --transport http "https://edge.vinkius.com/vk_preview_rcIKyAryOZBI6vsMm3cxduGKlH7f1q0t1XEHzxBU/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Asaas
Ask Claude: "Using Asaas, show me...". 8 tools are ready
Where the request belongs
Work Asaas can move forward.
This is for Brazilian business owners and finance leads who are tired of manual data entry and want to automate their payment collection and customer management.
Small Business Owner
Checks balance and audits receivables via chat instead of logging into a separate portal.
Sales Representative
Creates PIX charges and payment links on the fly during customer calls.
Finance Manager
Monitors recurring subscriptions and tracks transfers without manual spreadsheet updates.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAltoviz
Business management and invoicing. manage customers, invoices, and expenses via AI.
Conta Azul
Manage Brazilian ERP via Conta Azul. track customers, products, services, sales, and monitor financial contracts directly from any AI agent.
Paddle
Manage billing, subscriptions, and transactions via Paddle. inspect customers, list products, pause recurring plans, and void transactions from any AI agent.
Zoho Billing
Comprehensive billing and subscription management platform.
Cheddar
Manage usage-based billing and subscriptions via Cheddar. track usage, monitor invoices, and manage customers directly from any AI agent.
Younium
Manage B2B subscriptions, accounts, and financial metrics on Younium. the leading subscription management and billing platform.
Bring your own AI
Change the model, client or framework. Keep Asaas connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Asaas.
The practical details behind the request, access and result.
Can Asaas MCP handle PIX payments?
Yes, it allows your AI agent to create PIX charges and track their status instantly.
Does Asaas MCP support recurring subscriptions?
It can list and monitor all your active recurring billings in one go.
Can I register customers using the Asaas MCP?
You can have your agent register new customers and verify their details automatically.
How do I check my balance with Asaas MCP?
Just ask your AI client for your balance, and it will pull the live data from your account.
Is Asaas MCP good for Brazilian businesses?
It is specifically designed for the Brazilian market, supporting local payment methods and tax IDs.
Can I see all my payments at once?
Yes, your agent can pull a full list of your charges and payments whenever you ask.
How do I find my Asaas API Key?
Log in to your Asaas account, go to Settings > API Integrations, and you can generate your access_token there.
Does this server support PIX payments?
Yes, you can create PIX charges by setting the billingType to PIX when using the create_payment capability.
Can I test this in Sandbox mode?
Yes, configure the ASAAS_SANDBOX environment variable to true to connect to the Asaas Sandbox environment (api-sandbox.asaas.com).
Can I manage financial transfers?
Yes! Use the list_transfers action to monitor all outbound money moves, including their settlement status and target accounts.
One connection away
Give your agent a direct line to Asaas.
Connect Asaas once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available