loading…
Search for a command to run...
loading…
Stripe Billing - MCP server providing AI-powered tools and automation by MEOK AI Labs
Stripe Billing - MCP server providing AI-powered tools and automation by MEOK AI Labs
stripe-billing-mcp MCP server MCP Registry PyPI
By MEOK AI Labs — Sovereign AI tools for everyone.
Manage Stripe customers, subscriptions, invoices, checkout sessions, and revenue metrics through MCP. Give any AI assistant full billing superpowers.
MCPize MIT License MEOK AI Labs
| Tool | Description |
|---|---|
create_customer |
Create a new Stripe customer |
search_customers |
Search customers by email or name |
create_subscription |
Subscribe a customer to a price/plan |
cancel_subscription |
Cancel a subscription |
list_invoices |
List recent invoices for a customer |
create_checkout_session |
Generate a Stripe Checkout URL |
get_revenue_metrics |
Calculate MRR, ARR, churn rate, and LTV |
get_balance |
Get current account balance and recent payouts |
pip install mcp
git clone https://github.com/CSOAI-ORG/stripe-billing-mcp.git
cd stripe-billing-mcp
python server.py
{
"mcpServers": {
"stripe-billing": {
"command": "python",
"args": ["server.py"],
"cwd": "/path/to/stripe-billing-mcp"
}
}
}
| Plan | Price | Requests |
|---|---|---|
| Free | $0/mo | 10 writes/day, unlimited reads |
| Pro | $12/mo | Unlimited |
This is one of 255+ MCP servers by MEOK AI Labs. Browse all at meok.ai or GitHub.
MEOK AI Labs | meok.ai | [email protected] | United Kingdom
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"stripe-billing-mcp": {
"command": "npx",
"args": []
}
}
}