Billing automation, Pix, boleto, credit card, and subscriptions. Your agent manages customers, creates recurring charges, and tracks payment status.
$ npm install @codespar/mcp-asaas// your agent can now call any Asaas tool via MCP import { CodeSpar } from "@codespar/sdk"; const cs = new CodeSpar(); const session = await cs.create("user_123"); const tools = await session.tools("@codespar/mcp-asaas");
Built for production AI commerce workflows
We handle token refresh, rotation, and multi-tenant credential storage. Your agent never touches raw secrets.
Every tool has a JSON Schema tuned for LLM function-calling. Fewer hallucinations, fewer retries.
Managed hosting with auto-scaling, circuit breakers, and retry logic. Battle-tested in real commerce loops.
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
Agent monitors overdue invoices, sends WhatsApp reminders via send_message, generates Pix charges with create_pix_charge, and reconciles payments -- fully autonomous.
Scheduled agent cross-references ERP orders with NF-e emissions using list_receivables, flags mismatches, and auto-corrects when confidence is high.