How to Use the FastSpring MCP in Claude Code
Run terminal commands to instantly update FastSpring plans, cancel subscriptions, and query orders via Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FastSpring MCP to Claude Code
Create your Vinkius account to connect FastSpring to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query your store data directly from the terminal
Stop logging into a browser dashboard to check on a customer's payment. Run a single command in Claude Code to fetch order logs using `get_order_details` and pipe the JSON output directly into your command-line utilities. If you need to trace an account, the CLI agent uses `get_account_details` to extract the user's properties. You can quickly search, filter, and inspect customer profiles without leaving your terminal session.
Manage subscription lifecycles via Claude Code MCP Server
This MCP Server lets you script complex billing workflows directly from your shell. You can chain commands to find a customer using `list_accounts`, inspect their plan details via `get_subscription_details`, and execute a migration with `update_subscription_plan`. If a user churns, you can terminate their plan on the spot by running `cancel_subscription`. The CLI agent handles the API handshake, processes the cancellation, and prints the confirmation directly to your standard output.
Bulk update catalogs and manage custom billing rules
Managing large catalogs is painful in a GUI. Claude Code can pull your entire store inventory using `list_catalog_products`, let you filter the list using standard terminal tools, and run batch updates using `update_account_info` for linked customer records. You can also handle manual billing overrides quickly. Use `charge_managed_subscription` to apply custom structured rules to an account, or run `generate_auth_link` to hand off a secure login token to a customer waiting on support.
Set up FastSpring MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seefastspring-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest FastSpring transactions." It will automatically discover and invoke the available FastSpring tools.
claude mcp add --transport http fastspring-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about FastSpring MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FastSpring MCP today
We host it, we monitor it, we maintain it. You just paste one token.