MCP.so
登录

Autumn MCP Server

@SirTenzin

关于 Autumn MCP Server

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

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

SirTenzin

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器