Autumn MCP Server
Servidor MCP de otoño
Este es un servidor MCP no oficial de Autumn . Ofrece una interfaz sencilla para acceder a la API de precios de Autumn y gestionar a tus clientes.
Herramientas
[x] Creando clientes
[x] Obtener clientes por ID
[x] Obtener los derechos de un cliente
[x] Gestionar sus facturas
[x] Generar un enlace al portal de facturación para ellos
Recursos
Referencia de API
El servidor MCP tiene acceso a la especificación OpenAPI.json para la API de Autumn, que incluye lo siguiente:
[x] /adjuntar
[x] /titulado
[x] /eventos
[x] /clientes
[x] /clientes/:id
[x] /clientes/:id/portal_de_facturacion
Indicaciones
[x] Aviso de creación de IA (Lovable, Bolt.new, v0, etc.)
Instalación y uso
Instalación automática a través de Smithery
Para instalar Autumn MCP Server para Claude Desktop automáticamente a través de Smithery :
npx -y @smithery/cli install @SirTenzin/autumn-mcp-server --client claudeTambién funciona con: Cursor, Windsurf, Witsy, Enconvo, Goose y SpinAI .
Manual sin herrería
Es mucho más fácil visitar el enlace de Smithery mencionado anteriormente y simplemente copiar el comando correcto, pero si eres más atrevido, aquí están los pasos manuales:
Claude:
git cloneeste repositorioEjecute
bun installen la carpeta para instalar las dependenciasCopiar la ruta absoluta a "index.ts"
Agregue lo siguiente a su claude_desktop_config.json o equivalente a su aplicación de IA:
{
"mcpServers": {
// ...
"autumn": {
"command": "bun",
"args": [
"run",
"{YOUR ABSOLUTE PATH TO index.ts}",
"--apiKey=\"{YOUR API KEY}\""
]
}
}
}Cualquier otra aplicación:
Si desea ejecutarlo manualmente, debe tener instalado Bun para ejecutar este servidor MCP. Aquí está el comando para otras aplicaciones que lo admiten:
bun run {absolute path to index.ts} --apiKey="{your api key}"Puede utilizar su clave pública o secreta, pero es posible que algunas funciones no sean accesibles mediante la clave pública.
Escaparate:





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