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를 자동으로 설치하려면:

지엑스피1

다음 앱에도 적용됩니다: Cursor, Windsurf, Witsy, Enconvo, Goose 및 SpinAI .

대장장이 없는 매뉴얼

위의 Smithery 링크를 방문하여 올바른 명령을 복사하는 것이 훨씬 쉽지만, 더 대담하다면 다음과 같은 수동 단계를 따르세요.

  • 클로드:
  1. git clone 이 저장소
  2. 종속성을 설치하려면 폴더에서 bun install 실행하세요.
  3. "index.ts"의 절대 경로를 복사하세요
  4. AI 앱의 claude_desktop_config.json 또는 이와 동등한 파일에 다음을 추가하세요.
{ "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}"

공개 키나 비밀 키를 사용할 수 있지만, 일부 기능은 공개 키를 사용해서는 액세스할 수 없습니다.

유리 진열장:

고객을 찾는 클로드

클로드가 송장을 찾다

청구 포털을 만드는 클로드

OpenAPI.json을 읽는 Claude

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.

고객, 자격, 송장을 관리하고 청구 포털 링크를 생성하기 위한 가을 가격 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