Skip to main content
Glama
SirTenzin

Autumn MCP Server

by SirTenzin

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

지엑스피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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    Universal 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.
    1
    1
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    MCP server for the DataGate billing platform API, providing read-only tools to manage customers, invoices, products, agreements, sites, and payments.
    13
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    This 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 installation
    3
    182
    MIT

View all related MCP servers

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.

View all MCP Connectors

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