a month ago
Rebillia MCP Server - Subscription billing for e-commerce.
Manage subscriptions, customers, products, invoices, transactions,
and billing operations through AI assistants.
Built for e-commerce merchants on BigCommerce, WooCommerce, and Shopify.
105+ tools covering the full subscription billing lifecycle.
Install: npx rebillia-mcp-server
Server Config
{
"mcpServers": {
"rebillia": {
"command": "npx",
"args": [
"@rebilliaai/mcp-server"
],
"env": {
"REBILLIA_API_KEY": "YOUR_API_KEY",
"REBILLIA_API_URL": "https://api.rebillia.com/v1"
}
}
}
}