Skip to main content
Glama
SirTenzin

Autumn MCP Server

by SirTenzin

秋のMCPサーバー

鍛冶屋のバッジ

これはAutumnの非公式MCPサーバーです。顧客管理のためにAutumnの料金APIに簡単にアクセスできるインターフェースを提供します。

ツール

  • [x] 顧客の創造

  • [x] IDで顧客を取得する

  • [x] 顧客の権利を取得する

  • [x] 請求書の管理

  • [x] 請求ポータルのリンクを生成する

リソース

APIリファレンス

MCP サーバーは、Autumn の API の OpenAPI.json 仕様にアクセスできます。これには次のものが含まれます。

  • [x] /添付

  • [x] /資格あり

  • [x] /イベント

  • [x] /顧客

  • [x] /顧客/:ID

  • [x] /顧客/:id/請求ポータル

プロンプト

  • [x] AI ビルダープロンプト (Lovable、Bolt.new、v0 など)

インストールと使用方法

Smithery経由で自動的にインストールする

Smithery経由で Claude Desktop 用の Autumn MCP Server を自動的にインストールするには:

npx -y @smithery/cli install @SirTenzin/autumn-mcp-server --client claude

また、 Cursor、Windsurf、Witsy、Enconvo、Goose、SpinAIでも動作します。

鍛冶屋なしのマニュアル

上記の Smithery リンクにアクセスして正しいコマンドをコピーする方がはるかに簡単ですが、もっと大胆な場合は、手動で行う手順は次のとおりです。

  • クロード:

  1. このリポジトリgit clone

  2. フォルダ内でbun install実行して依存関係をインストールします。

  3. 「index.ts」への絶対パスをコピーします

  4. claude_desktop_config.json または AI アプリの同等のファイルに次のコードを追加します。

{
	"mcpServers": {
        // ...
		"autumn": {
			"command": "bun",
			"args": [
				"run",
				"{YOUR ABSOLUTE PATH TO index.ts}",
				"--apiKey=\"{YOUR API KEY}\""
			]
		}
	}
}
  • その他のアプリ:

手動で実行する場合は、このMCPサーバーを実行するためにBunがインストールされている必要があります。コマンドをサポートする他のアプリの場合は、以下のコマンドを使用します。

bun run {absolute path to index.ts} --apiKey="{your api key}"

公開キーまたは秘密キーのいずれかを使用できますが、一部の機能は公開キーを使用してアクセスできない場合があります。

ショーケース:

顧客を見つけるクロード

請求書を見つけるクロード

クロードが請求ポータルを作成

OpenAPI.json を読んでいるクロード

OpenAPI.jsonからのレスポンススキーマを理解するClaude

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Universal billing gateway for MCP servers. Add Stripe subscription billing to any MCP server with one line of code. Supports tiered plans, usage tracking, and automatic access control.
    1
    1
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    MCP server for the DataGate billing platform API, providing read-only tools to manage customers, invoices, products, agreements, sites, and payments.
    13
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    This is an MCP server for the BillingServ API. Once it's set up, your AI assistant can look up customers, invoices, orders, packages, and reports straight from your BillingServ installation
    3
    182
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server integrating with Stripe - tools for customers, products, payments, and more.

  • A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r

  • Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SirTenzin/autumn-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server