Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready FastSpring MCP server with 54 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across FastSpring — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your FastSpring MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every FastSpring tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every FastSpring call.
Tools Discovery →A FastSpring MCP server lets AI agents read and write FastSpring data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's FastSpring MCP server ships with 54 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from FastSpring's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new customer account with contact information and optional locale settings
Retrieve a paginated list of all customer accounts in your FastSpring store
Retrieve complete details for a specific customer account by its unique account ID
Update an existing customer account's contact information, language, or country settings
Create a new coupon with discount configuration, usage limits, and availability settings
Retrieve details for a specific coupon by its coupon code
Permanently delete a coupon and all its associated coupon codes
Generate additional coupon codes for an existing coupon
Retrieve all coupon codes associated with a specific coupon
Delete all coupon codes associated with a specific coupon
Retrieve the status of all async report generation jobs
Retrieve the status and details of a specific async report generation job
Create a new payment invoice with line items, contacts, and payment method configuration
Retrieve complete details for a specific invoice by its unique ID
Retrieve a paginated list of orders with filtering by date, product, status, and scope
Retrieve complete details for a specific order by its unique order ID
Create or update one or more products in your FastSpring store catalog
Retrieve a list of all product paths (identifiers) in your FastSpring store
Retrieve complete details for a specific product by its product path
Permanently delete a product from your FastSpring store by its product path
Create or update offers for a specific product with custom pricing and configuration
Retrieve all offers configured for a specific product
Retrieve pricing information for all products, optionally filtered by country or currency
Retrieve pricing information for a specific product, optionally by country or currency
Create a new B2B pricing quote for a customer
Retrieve a list of all quotes in your FastSpring store
Retrieve complete details for a specific quote by its unique ID
Update an existing quote's details, line items, or pricing
Process a full or partial refund return for an existing order
Retrieve complete details for a specific return by its unique ID
Retrieve a list of subscriptions with filtering by account, status, product, date range, and scope
Retrieve complete details for a specific subscription by its unique ID
Update one or more subscriptions' properties such as product, quantity, pricing, or add-ons
Create a new checkout session for embedding FastSpring's storefront or processing orders programmatically
Generate an authenticated account management URL for a customer to manage their account and subscriptions
Download a completed report file by its report ID
Retrieve processed webhook events from your FastSpring store (max 25 per request, last 30 days)
Retrieve unprocessed (pending) webhook events (max 25 per request)
Retrieve all billing entries (charge history) for a specific subscription
Retrieve the history of plan changes for a specific subscription
Retrieve active auto-renewing subscriptions for an account organized by co-term groups
Retrieve a proforma invoice estimating charges for the next billing period of a subscription
Mark a specific webhook event as processed or unprocessed
Update custom tags and attributes on one or more existing orders for metadata tracking
Update the HMAC secret key used for signing webhook payloads to ensure message integrity
Generate a subscription analytics report with flexible filtering, grouping, and column selection
Generate a revenue analytics report with filtering by date, country, product, and segment
Reset the data cache to refresh report data availability
Calculate estimated tax amounts for products in specific countries and regions before purchase
Cancel an outstanding quote, making it no longer available for acceptance
Cancel an active subscription immediately, stopping all future billing
Preview a prorated plan change for a subscription before applying it
Manually trigger a rebill on a managed subscription outside the normal billing cycle
Transfer one or more subscriptions between customer accounts
One endpoint. Any framework. Your agent is talking to FastSpring in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}162+ actions
133+ actions
125+ actions
125+ actions
120+ actions
73+ actions
69+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.