Autumn MCP Server
by SirTenzin
This is an unofficial MCP server for Autumn, providing an interface to access the Autumn pricing API to manage customers. It allows AI applications to interact with Autumn's customer management features.
Last updated: N/A
What is Autumn MCP Server?
The Autumn MCP Server is an intermediary server that allows AI applications like Claude to interact with the Autumn pricing API. It provides a simplified interface for managing customers, entitlements, and invoices within the Autumn platform.
How to use Autumn MCP Server?
The server can be installed automatically via Smithery or manually by cloning the repository, installing dependencies with Bun, and configuring the AI application (e.g., Claude Desktop) to use the server with the correct command and API key.
Key features of Autumn MCP Server
Creating customers
Getting customers by ID
Getting customer entitlements
Managing invoices
Generating billing portal links
Use cases of Autumn MCP Server
Allowing AI to create new customers in Autumn
Enabling AI to retrieve customer information and entitlements
Using AI to manage customer invoices and billing
Integrating Autumn customer management into AI workflows
FAQ from Autumn MCP Server
What is an MCP server?
What is an MCP server?
MCP stands for Machine Communication Protocol. It's a server that acts as a bridge between an AI application and an external service or API.
Do I need a public or secret API key?
Do I need a public or secret API key?
You may use either your public or secret key, but some features may not be accessible using the public key.
What is Autumn?
What is Autumn?
Autumn is a pricing API that helps manage customers and their entitlements.
What AI apps are supported?
What AI apps are supported?
The server is tested to work with Claude, Cursor, Windsurf, Witsy, Enconvo, Goose and SpinAI.
How do I find my absolute path to index.ts?
How do I find my absolute path to index.ts?
After cloning the repo, use the pwd
command in your terminal to find the current directory, then append /index.ts
to the end.