
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@codespar/mcp-asaas
Advanced tools
MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions
MCP server for Asaas — billing automation with Pix, boleto, and credit card payments
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"asaas": {
"command": "npx",
"args": ["-y", "@codespar/mcp-asaas"],
"env": {
"ASAAS_API_KEY": "your-key",
"ASAAS_SANDBOX": "true"
}
}
}
}
claude mcp add asaas -- npx @codespar/mcp-asaas
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"asaas": {
"command": "npx",
"args": ["-y", "@codespar/mcp-asaas"],
"env": {
"ASAAS_API_KEY": "your-key",
"ASAAS_SANDBOX": "true"
}
}
}
}
| Tool | Purpose |
|---|---|
create_payment | Create a payment in Asaas (Pix, boleto, or credit card); pass installments (>=2) with billingType: CREDIT_CARD to split into equal monthly installments |
get_payment | Get payment details by ID |
list_payments | List payments with optional filters |
get_pix_qrcode | Get Pix QR code for a payment (returns payload and image) |
get_boleto | Get boleto digitable line and barcode for a payment |
create_customer | Create a customer in Asaas |
list_customers | List customers with optional filters |
create_subscription | Create a recurring subscription |
get_balance | Get current account balance |
list_subscriptions | List subscriptions with optional filters |
cancel_subscription | Cancel a subscription by ID |
get_webhook_events | List webhook events (payment confirmations, transfers, etc.) |
create_subaccount | Create a subaccount for payment splitting |
get_installments | Get installment details for an existing payment by id, OR preview a hypothetical schedule by passing value + installments without an id |
create_transfer | Create a bank transfer (Pix out or TED) |
create_pix_qrcode | Generate a static PIX QR code for receiving payments |
list_transfers | List transfers with optional filters |
create_notification | Create a webhook notification configuration |
list_notifications | List webhook notification configurations |
get_customer | Get customer details by ID |
update_payment | Update a pending payment |
delete_payment | Delete a payment by ID |
refund_payment | Refund a received payment |
get_subscription | Get subscription details by ID |
Asaas uses an API key passed via the access_token header. You can generate your key from the Asaas dashboard.
Asaas provides a full sandbox environment at sandbox.asaas.com. Set ASAAS_SANDBOX=true to use it.
ASAAS_API_KEY environment variable| Variable | Required | Description |
|---|---|---|
ASAAS_API_KEY | Yes (unless in demo mode) | API key from Asaas dashboard |
ASAAS_SANDBOX | No | Set to "true" for sandbox mode |
MCP_DEMO | No | Set to "true" (equivalent to passing --demo on the command line) for stateful demo-mode fixtures — no API key required |
Pass the --demo flag (or set MCP_DEMO=true) to make every tool
return deterministic fixture responses instead of calling the real
Asaas API. Useful for building and testing agents without burning
sandbox credentials.
The demo handlers for create_payment and get_installments are
stateful: create_payment issues distinct ids per call
(pay_demo_001, pay_demo_002, ...) and, when called with
billingType: CREDIT_CARD + installments >= 2 + value > 0,
records the installment schedule in an in-process ledger. A
subsequent get_installments({ id }) against that id echoes the
recorded schedule back. get_installments also supports a preview
path — pass value + installments without an id and it returns
a hypothetical schedule (status: "PREVIEW", preview: true)
without creating a payment. Other tools return static fixture
payloads.
# Start the server in demo mode (no key required):
npx -y @codespar/mcp-asaas --demo
list_subscriptions — List all recurring subscriptions with filterscancel_subscription — Cancel an active subscriptionget_webhook_events — List webhook events for debugging integrationscreate_subaccount — Create a subaccount for marketplace splitsget_installments — Get installment details for a paymentcreate_anticipation — Request anticipation of receivablesget_fiscal_info — Get fiscal/tax information for paymentsbatch_payments — Create multiple payments in a single requestWant to contribute? Open a PR or request a tool.
Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.
MIT
FAQs
MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions
We found that @codespar/mcp-asaas demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.