MCP Hub
Back to servers

@theyahia/asaas-mcp

MCP server for Asaas — payments, Pix, invoicing (Brazil)

npm209/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/asaas-mcp

asaas-mcp

MCP server for Asaas payment and Pix gateway (Brazil).

Tools (9)

ToolDescription
create_paymentCreate a payment/billing
get_paymentGet payment by ID
list_paymentsList payments
create_pix_qrGenerate Pix QR code
get_pix_statusGet Pix payment status
create_customerCreate a customer
list_customersList customers
create_subscriptionCreate a subscription
refund_paymentRefund a payment

Quick Start

{
  "mcpServers": {
    "asaas": {
      "command": "npx",
      "args": ["-y", "@theyahia/asaas-mcp"],
      "env": {
        "ASAAS_API_KEY": "<YOUR_ASAAS_API_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
ASAAS_API_KEYYesAPI key from Asaas dashboard

License

MIT

Reviews

No reviews yet

Sign in to write a review