MCP Hub
Back to servers

fastspring-mcp

MCP server for the FastSpring API — manage subscriptions, accounts, and webhook events from Claude

npm136/wk
Updated
Mar 29, 2026

Quick Install

npx -y fastspring-mcp

FastSpring MCP Server

MCP server that connects Claude (or any MCP client) to the FastSpring API. Look up subscriptions, accounts, and webhook events through natural language.

Tools

ToolDescription
get_subscriptionGet subscription details by ID
list_subscriptionsList/filter subscriptions by account, status, date range
list_subscription_entriesPayment history for a subscription
search_accountsFind accounts by email
get_accountGet account details by ID
list_eventsList webhook events (up to 30 days)
get_eventGet full event payload by ID

Setup

Requires Node.js 22+ and FastSpring API credentials.

Set env vars in your shell profile:

export FASTSPRING_API_USERNAME=your_username
export FASTSPRING_API_PASSWORD=your_password

Claude Code

claude mcp add fastspring -- npx fastspring-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fastspring": {
      "command": "npx",
      "args": ["fastspring-mcp"],
      "env": {
        "FASTSPRING_API_USERNAME": "your_username",
        "FASTSPRING_API_PASSWORD": "your_password"
      }
    }
  }
}

License

MIT

Reviews

No reviews yet

Sign in to write a review