Skip to main content
Glama

秋季 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 链接并复制正确的命令要容易得多,但如果你更大胆,以下是手动步骤:

  • 克劳德:

  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}\"" ] } } }
  • 任何其他应用程序:

如果您想手动运行,则必须安装Bun才能运行此 MCP 服务器。以下是其他支持命令的应用程序的命令:

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

您可以使用公钥或密钥,但某些功能可能无法使用公钥访问。

展示:

克劳德寻找顾客

克劳德找到一张发票

Claude 创建计费门户

Claude 正在读取 OpenAPI.json

Claude 理解 OpenAPI.json 的响应模式

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

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