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/billing_portal
提示
[x] AI Builder Prompt(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}\""
]
}
}
}任何其他应用程序:
如果您想手动运行,则必须安装Bun才能运行此 MCP 服务器。以下是其他支持命令的应用程序的命令:
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