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/청구_포털
프롬프트
[x] AI 빌더 프롬프트(Lovable, Bolt.new, v0 등...)
설치 및 사용
Smithery를 통해 자동 설치
Smithery를 통해 Claude Desktop용 Autumn MCP Server를 자동으로 설치하려면:
지엑스피1
다음 앱에도 적용됩니다: Cursor, Windsurf, Witsy, Enconvo, Goose 및 SpinAI .
대장장이 없는 매뉴얼
위의 Smithery 링크를 방문하여 올바른 명령을 복사하는 것이 훨씬 쉽지만, 더 대담하다면 다음과 같은 수동 단계를 따르세요.
클로드:
git clone이 저장소종속성을 설치하려면 폴더에서
bun install실행하세요."index.ts"의 절대 경로를 복사하세요
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}"공개 키나 비밀 키를 사용할 수 있지만, 일부 기능은 공개 키를 사용해서는 액세스할 수 없습니다.
유리 진열장:





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