Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"autumn": {
"args": [
"run",
"{YOUR ABSOLUTE PATH TO index.ts}",
"--apiKey=\"{YOUR API KEY}\""
],
"command": "bun"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This is an unofficial MCP server for Autumn. It provides an easy interface to access the Autumn pricing API to manage your customers.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@SirTenzin/autumn-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @SirTenzin/autumn-mcp-server against OSV.dev.
Click any tool to inspect its schema.
openapi_specificationOpenAPI.json specification for Autumn's API including endpoints for attach, entitled, events, customers, customers by ID, and billing portal
autumn://api/openapi.json
ai_builder_promptAI Builder Prompt for use with Lovable, Bolt.new, v0 and similar platforms
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol server for building an investor agent
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Remote MCP server to integrate and validate self-hosted PayRam deployments.
MCP Security Weekly
Get CVE alerts and security updates for Autumn Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This is an unofficial MCP server for Autumn. It provides an easy interface to access the Autumn pricing API to manage your customers.
The MCP server has access to the OpenAPI.json specification for Autumn's API, which includes the following:
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.
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:
git clone this repobun install in the folder to install dependencies{
"mcpServers": {
// ...
"autumn": {
"command": "bun",
"args": [
"run",
"{YOUR ABSOLUTE PATH TO index.ts}",
"--apiKey=\"{YOUR API KEY}\""
]
}
}
}
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.




