Billing automation, Pix, boleto, credit card, and subscriptions. Your agent manages customers, creates recurring charges, and tracks payment status.
$ npm install @codespar/mcp-asaasAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"asaas": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-asaas"
],
"env": {
"ASAAS_API_KEY": "<your_asaas_api_key>"
}
}
}
}After restart, your agent can call any of the 24 tools below โ try create_payment first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
ASAAS_API_KEYAPI key for asaas
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
create_paymentget_paymentlist_paymentsget_pix_qrcodeget_boletocreate_customerlist_customerscreate_subscriptionMCP is a protocol โ any framework that speaks it can mount this server.