FastSpring for your agents.
Connect FastSpring once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to FastSpring.
What agents can do with FastSpring
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
fastspring_list_ordersList orders with optional date range, status, and pagination.
fastspring_list_subscriptionsList subscriptions with optional status, product, and date filters.
fastspring_get_orderGet a single order by its ID with line items, payments, and fulfillment details.
fastspring_list_productsList products in the catalog with optional pagination.
fastspring_create_subscriptionCreate a new subscription for a customer and product.
fastspring_get_subscriptionGet a single subscription by its ID.
fastspring_cancel_subscriptionCancel a subscription immediately or at period end.
fastspring_get_productGet a single product by its path.
fastspring_create_orderCreate a new order with one or more items.
fastspring_get_company_infoGet company and account information.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into your FastSpring account and navigate to Account > API.
- Click 'Generate API Key' and give it a descriptive name.
- Copy the API key. It is used as the username in Basic auth with an empty password.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect FastSpring to Even: call connect_begin("fastspring") on the even-connect MCP and walk me through it.
List all orders and subscriptions in FastSpring with optional status filtering options.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.