theYahia/asaas-mcp
MCP server for Asaas — payments, Pix gateway, billing (Brazil)
Platform-specific configuration:
{
"mcpServers": {
"asaas-mcp": {
"command": "npx",
"args": [
"-y",
"asaas-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Asaas payment and Pix gateway (Brazil).
| Tool | Description | |---|---| | create_payment | Create a payment/billing | | get_payment | Get payment by ID | | list_payments | List payments | | create_pix_qr | Generate Pix QR code | | get_pix_status | Get Pix payment status | | create_customer | Create a customer | | list_customers | List customers | | create_subscription | Create a subscription | | refund_payment | Refund a payment |
{
"mcpServers": {
"asaas": {
"command": "npx",
"args": ["-y", "@theyahia/asaas-mcp"],
"env": {
"ASAAS_API_KEY": "<YOUR_ASAAS_API_KEY>"
}
}
}
}| Variable | Required | Description | |---|---|---| | ASAAS_API_KEY | Yes | API key from Asaas dashboard |
MIT
Loading reviews...