MCP.so
Sign In

Autumn MCP Server

@SirTenzin

About Autumn MCP Server

A simple MCP server for https://useautumn.com

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

SirTenzin

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "autumn-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@SirTenzin/autumn-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Autumn MCP Server?

Autumn MCP Server is an unofficial MCP server for Autumn, providing an interface to access the Autumn pricing API to manage your customers.

How to use Autumn MCP Server?

Install automatically via Smithery with npx -y @smithery/cli install @SirTenzin/autumn-mcp-server --client claude, or manually by cloning the repo, running bun install, and configuring the server with your API key using bun run {path to index.ts} --apiKey="{your api key}".

Key features of Autumn MCP Server

  • Create customers
  • Get customers by ID
  • Get a customer’s entitlements
  • Manage customer invoices
  • Generate billing portal links
  • Access Autumn’s OpenAPI.json specification

Use cases of Autumn MCP Server

  • Manage customer pricing data through an AI interface
  • Retrieve and view customer entitlement details
  • Create and manage customer invoices programmatically
  • Generate billing portal links for customers

FAQ from Autumn MCP Server

What does Autumn MCP Server do?

It provides an easy interface to the Autumn pricing API for managing customers, including entitlements, invoices, and billing portals.

How do I install Autumn MCP Server?

You can install it automatically via Smithery or manually by cloning the repository and running it with Bun.

What tools does Autumn MCP Server provide?

Tools include creating customers, getting customers by ID, retrieving entitlements, managing invoices, and generating billing portal links.

What are the runtime requirements for Autumn MCP Server?

You must have Bun installed to run this MCP server. You can use either a public or secret API key, though some features may not be accessible with the public key.

Comments

More Other MCP servers