Autumn MCP Server
An unofficial MCP server that provides an interface to access the Autumn pricing API for managing customers, entitlements, invoices, and generating billing portal links.
SirTenzin
README
Autumn MCP Server
This is an unofficial MCP server for Autumn. It provides an easy interface to access the Autumn pricing API to manage your customers.
Tools
- [x] Creating customers
- [x] Getting customers by ID
- [x] Getting a customers entitlements
- [x] Managing their invoices
- [x] Generate a billing portal link for them
Resources
API Reference
The MCP server has access to the OpenAPI.json specification for Autumn's API, which includes the following:
- [x] /attach
- [x] /entitled
- [x] /events
- [x] /customers
- [x] /customers/:id
- [x] /customers/:id/billing_portal
Prompts
- [x] AI Builder Prompt (Lovable, Bolt.new, v0 etc...)
Installation and Usage
Installing automatically via Smithery
To install Autumn MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @SirTenzin/autumn-mcp-server --client claude
It also works for: Cursor, Windsurf, Witsy, Enconvo, Goose and SpinAI.
Manual without Smithery
Its much easier to visit the above Smithery link and just copy the correct command, but if you are more daring, here's the manual steps:
- Claude:
git clone
this repo- Run
bun install
in the folder to install dependencies - Copy the absolute path to "index.ts"
- Add the following to your claude_desktop_config.json or equivalent to your AI app:
{
"mcpServers": {
// ...
"autumn": {
"command": "bun",
"args": [
"run",
"{YOUR ABSOLUTE PATH TO index.ts}",
"--apiKey=\"{YOUR API KEY}\""
]
}
}
}
- Any other app:
If you want to run manually, you must have Bun installed to run this MCP server. Here's the command for other apps that support commands instead:
bun run {absolute path to index.ts} --apiKey="{your api key}"
You may use either your public or secret key, but some features may not be accessible using the public key.
Showcase:
Recommended Servers
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Excel MCP Server
A Model Context Protocol server that enables AI assistants to read from and write to Microsoft Excel files, supporting formats like xlsx, xlsm, xltx, and xltm.
Playwright MCP Server
Provides a server utilizing Model Context Protocol to enable human-like browser automation with Playwright, allowing control over browser actions such as navigation, element interaction, and scrolling.
Claude Code MCP
An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.
Apple MCP Server
Enables interaction with Apple apps like Messages, Notes, and Contacts through the MCP protocol to send messages, search, and open app content using natural language.
contentful-mcp
Update, create, delete content, content-models and assets in your Contentful Space
serper-search-scrape-mcp-server
This Serper MCP Server supports search and webpage scraping, and all the most recent parameters introduced by the Serper API, like location.
The Verge News MCP Server
Provides tools to fetch and search news from The Verge's RSS feed, allowing users to get today's news, retrieve random articles from the past week, and search for specific keywords in recent Verge content.
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.