Skip to main content
Glama

Autumn MCP Server

秋のMCPサーバー

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

ツール

  • [x] 顧客の創造
  • [x] IDで顧客を取得する
  • [x] 顧客の権利を取得する
  • [x] 請求書の管理
  • [x] 請求ポータルのリンクを生成する

リソース

APIリファレンス

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

  • [x] /添付
  • [x] /資格あり
  • [x] /イベント
  • [x] /顧客
  • [x] /顧客/
  • [x] /顧客//請求ポータル

プロンプト

  • [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

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

顧客、資格、請求書を管理し、請求ポータル リンクを生成するために Autumn 価格設定 API にアクセスするためのインターフェイスを提供する非公式 MCP サーバーです。

  1. ツール
    1. リソース
      1. APIリファレンス
    2. プロンプト
      1. インストールと使用方法
        1. Smithery経由で自動的にインストールする
        2. 鍛冶屋なしのマニュアル
        3. ショーケース:

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        An MCP server that exposes HTTP methods defined in an OpenAPI specification as tools, enabling interaction with APIs via the Model Context Protocol.
        Last updated -
        8
        Python
        MIT License
      • A
        security
        F
        license
        A
        quality
        An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
        Last updated -
        39
        32
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server that enables scheduling, updating, deleting, and listing calendar appointments through Cal.com's Calendar API.
        Last updated -
        2
        JavaScript
      • A
        security
        A
        license
        A
        quality
        An MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.
        Last updated -
        20
        177
        Python
        GPL 3.0
        • Apple
        • Linux

      View all related MCP servers

      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