MCP Asaas runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions
Today is the operative word: we check MCP Asaas every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-asaas -- npx -y @codespar/mcp-asaas
{
"mcpServers": {
"mcp-asaas": {
"args": [
"-y",
"@codespar/mcp-asaas"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-asaas]
command = "npx"
args = ["-y", "@codespar/mcp-asaas"]
{
"mcpServers": {
"mcp-asaas": {
"args": [
"-y",
"@codespar/mcp-asaas"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-asaas": {
"args": [
"-y",
"@codespar/mcp-asaas"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ASAAS_API_KEY (API key for asaas).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Vindi — recurring billing, subscriptions, invoices
MCP server for PagSeguro/PagBank — orders, Pix, boleto, credit card, charges
MCP server for Cielo — credit card, debit, boleto, recurrent payments
MCP server for Chargebee — global subscription billing, recurring revenue orchestration
MCP server for Safrapay — Banco Safra acquirer: credit, Pix, boleto + split, 3DS, chargebacks
MCP server for Kushki — LATAM PSP: card charges, preauth, PSE/SPEI transfer, cash, subscriptions
MCP server for browser automation via Vercel's agent-browser CLI
MCP server for iugu — invoices, subscriptions, customers, payment methods
Answers built from our own checks of this server.