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.

コメント

「その他」の他のコンテンツ