
Recharge Storefront API
by bearded-giant
Complete MCP server for the Recharge subscription management API with 59 tools covering customers, subscriptions, orders, billing and more.
What it does
Connects AI assistants to the Recharge subscription commerce platform on Shopify. It exposes the full Recharge Storefront API — 59 tools across 11 categories — so an AI can look up customers, manage subscriptions, process payments, handle bundles, apply discounts, and more. Built for merchants who want to let AI handle routine subscription management tasks.
Tools
- get_customer / update_customer / get_customer_by_email — Customer profile CRUD and email lookup
- get_subscriptions / create_subscription / update_subscription / cancel_subscription / skip_subscription / swap_subscription / activate_subscription — Full subscription lifecycle
- get_addresses / create_address / update_address / delete_address / merge_addresses — Address management with discount support
- get_payment_methods / update_payment_method — View and update billing info
- get_products / search_products — Browse and search the product catalog
- get_orders / get_charges / skip_charge / process_charge / reschedule_charge — Order and charge management
- create_onetime / update_onetime / delete_onetime — One-time product add-ons
- get_bundles / create_bundle_selection / update_bundle_selection — Bundle management
- get_credit_summary / set_apply_credits / get_credit_accounts — Credit management
- send_passwordless_code / validate_passwordless_code / login_customer_portal — Authentication flows
- purge_session_cache / get_session_cache_stats / get_store_settings — Utility tools
Installation
{
"mcpServers": {
"recharge-storefront-api": {
"command": "node",
"args": ["path/to/recharge-storefront-api-mcp/src/server.js"],
"env": {
"RECHARGE_STOREFRONT_DOMAIN": "your-shop.myshopify.com",
"RECHARGE_ADMIN_TOKEN": "your_admin_token_here"
}
}
}
}
Supported hosts
- Claude Desktop (confirmed — claude_desktop_config.json snippet in README)
- Cursor (confirmed — configuration snippet in README)
- VS Code Copilot (confirmed — settings.json snippet in README)
Quick install
npx recharge-storefront-api-mcpInformation
- Pricing






