FastSpring Connector for AI agents.
10 live capabilities
Manage global subscriptions and digital sales from your AI client.
Waiting for input…
Why people use FastSpring
FastSpring for SaaS Subscription Management
This Connector puts all those actions into a single chat. You can ask your agent to pull up an order, check the subscription math, or update a user's profile in seconds. You get a unified way to handle your entire FastSpring backend without ever opening a new tab.
What Vinkius changes
You get a conversational interface for your entire FastSpring commerce backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Resolving overcharge disputes
A customer claims they were overcharged.
- Real-world use case 02
Migrating high-value users
A high-value user wants to switch plans.
- Real-world use case 03
Restoring locked-out users
A user is locked out of their dashboard.
Complete set · 10capabilities
The complete FastSpring capability set.
These are the exact actions your AI can choose when you ask it to work with FastSpring.
01—04
4 capabilities in this set.
Part of 10 available through FastSpring.
- 01 Capability
List accounts
Lists all bounded CRM records within the FastSpring platform. Use this to see your entire customer base in one go.
- 02 Capability
Update account info
Sends a JSON payload to update customer profile data and hard records. Use this to sync customer changes across your platform.
- 03 Capability
Update subscription plan
Identifies and switches a customer to a different active plan. This is the fastest way to handle plan upgrades or downgrades.
- 04 Capability
Cancel subscription
Ends a managed subscription and extracts the reason for the churn. This helps you identify why customers are leaving.
05—07
3 capabilities in this set.
Part of 10 available through FastSpring.
- 05 Capability
Charge managed subscription
Triggers a manual charge based on the subscription's specific billing rules. Use this to handle ad-hoc payments or manual renewals.
- 06 Capability
Get account details
Pulls the core properties and logic driving a specific customer account. It's useful for seeing how an account is configured.
- 07 Capability
Generate auth link
Creates a 24-hour ephemeral JWT link for a customer to access their portal. This is a secure way to provide access without sharing passwords.
08—10
3 capabilities in this set.
Part of 10 available through FastSpring.
- 08 Capability
Get order details
Retrieves cloud logs for a specific order to check limits and fraud status. Use this to audit transactions and resolve payment issues.
- 09 Capability
Get subscription details
Inspects internal arrays to see the math behind a customer's current plan. It helps you understand proration and plan logic.
- 10 Capability
List catalog products
Pulls the exact structural mapping of your active store products. It's great for verifying that your packages are set up correctly.
Set up in minutes
One URL. Then ask FastSpring to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use FastSpring from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_uj3vyyx398xeG0gTA45aWMRaNVTxQljBsM7DJpdi/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it FastSpring, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable FastSpring for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_uj3vyyx398xeG0gTA45aWMRaNVTxQljBsM7DJpdi/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the FastSpring URL.
- Step 03
Save and start
Save the connection and enable FastSpring in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fastspring": {
"url": "https://edge.vinkius.com/vk_preview_uj3vyyx398xeG0gTA45aWMRaNVTxQljBsM7DJpdi/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using FastSpring
Open Agent mode in chat and ask: "Using FastSpring, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fastspring": {
"url": "https://edge.vinkius.com/vk_preview_uj3vyyx398xeG0gTA45aWMRaNVTxQljBsM7DJpdi/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using FastSpring
Ask Copilot: "Using FastSpring, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fastspring": {
"url": "https://edge.vinkius.com/vk_preview_uj3vyyx398xeG0gTA45aWMRaNVTxQljBsM7DJpdi/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using FastSpring
Open Cascade and ask: "Using FastSpring, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fastspring": {
"url": "https://edge.vinkius.com/vk_preview_uj3vyyx398xeG0gTA45aWMRaNVTxQljBsM7DJpdi/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using FastSpring
Ask Cline: "Using FastSpring, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fastspring --transport http "https://edge.vinkius.com/vk_preview_uj3vyyx398xeG0gTA45aWMRaNVTxQljBsM7DJpdi/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using FastSpring
Ask Claude: "Using FastSpring, show me...". 10 tools are ready
Where the request belongs
Work FastSpring can move forward.
This is for the SaaS founder tired of manual dashboard navigation at 2am, the customer success lead who needs to resolve account issues in seconds, and the ops manager auditing global payments.
SaaS Founder
Monitors subscription health and handles high-level account updates without clicking through a complex merchant UI.
Customer Success Representative
Quickly pulls order details and generates secure login links to resolve customer tickets on the fly.
Operations Manager
Audits product catalogs and verifies global payment statuses using natural language queries.
Developer
Tests and debugs commerce integrations and subscription proration logic via the AI agent.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsLemon Squeezy (Merchant of Record & Payments)
Manage your Lemon Squeezy store, products, and customers directly through AI. handle payments and subscriptions via natural conversation.
Polar
Manage digital products, subscriptions, orders and customers via Polar. create checkouts, manage discounts and track revenue from any AI agent.
Afosto
Retail and e-commerce engine. manage orders, inventory, products, and customers via AI.
Whop
Manage digital products, payments, and memberships on Whop with AI agents.
NCR Voyix
Manage commerce and retail operations via NCR Voyix. track orders, sites, products, and inventory directly from your AI agent.
Shopline
Equip your AI agent to autonomously manage your Shopline store. Audit products, track order fulfillment, fetch customer profiles, and monitor store collections seamlessly.
Bring your own AI
Change the model, client or framework. Keep FastSpring connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about FastSpring.
The practical details behind the request, access and result.
Can I use FastSpring MCP to manage my subscriptions?
Yes, it lets you handle renewals, plan updates, and cancellations via your AI agent. You can manage the entire lifecycle of a subscription without leaving your chat interface.
How does FastSpring MCP help with customer support?
It allows your agent to fetch order details and generate secure 24-hour portal links instantly. This helps your team resolve access issues and payment inquiries much faster.
Can FastSpring MCP audit my store's products?
Yes, you can list all catalog products to verify your store's structural mapping. It's a great way to ensure your offerings are correctly configured across your global storefront.
Does FastSpring MCP handle fraud checks?
It retrieves cloud logs that show if customers successfully passed fraud filtering. This gives you visibility into order security without manual log digging.
How do I update customer info using FastSpring MCP?
You can use the Connector to provision JSON payloads that update hard customer records and CRM data. This keeps your records in sync with your latest updates automatically.
Can I use FastSpring MCP to see why customers are leaving?
Yes, it extracts rich churn reason metadata when you cancel a subscription. This provides the data you need to improve your retention strategies.
Can my agent check if an order passed fraud filtering in FastSpring?
Yes. Use the 'get_order_details' capability. The agent retrieves explicit cloud logs resolving if customers successfully passed fraud checks, providing you with the exact status of any transaction UUID.
How do I generate a customer login link via chat?
Use the 'generate_auth_link' capability. Provide the account ID. Your agent will command the FastSpring API to generate an ephemeral 24h JWT link that grants the customer secure access to their portal without a password.
Can I manually trigger a renewal charge for a subscription through the agent?
Absolutely. Use the 'charge_managed_subscription' capability. Providing the sub ID allows the agent to execute a manual renewal charge via the MoR infrastructure, handling the ad-hoc billing event synchronously.
One connection away
Give your agent a direct line to FastSpring.
Connect FastSpring once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available