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] /顧客/: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 リンクにアクセスして正しいコマンドをコピーする方がはるかに簡単ですが、もっと大胆な場合は、手動で行う手順は次のとおりです。
クロード:
このリポジトリ
git cloneフォルダ内で
bun install実行して依存関係をインストールします。「index.ts」への絶対パスをコピーします
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}"公開キーまたは秘密キーのいずれかを使用できますが、一部の機能は公開キーを使用してアクセスできない場合があります。
ショーケース:





This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceUniversal 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.11MIT
- Alicense-qualityCmaintenanceMCP server that provides tools for automating AWS Pricing Calculator estimate generation.MIT
- AlicenseBqualityCmaintenanceMCP server for the DataGate billing platform API, providing read-only tools to manage customers, invoices, products, agreements, sites, and payments.13MIT

BillingServ MCPofficial
AlicenseAqualityBmaintenanceThis 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 installation3182MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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