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] /客户//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

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.

非官方 MCP 服务器提供访问 Autumn 定价 API 的接口,用于管理客户、权利、发票和生成计费门户链接。

  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