Cover image
servidor de otoño-MCP
Public

servidor de otoño-MCP

Try Now
2025-03-17

Un servidor MCP simple forhttps: //useautumn.com

3 years

Works with Finder

2

Github Watches

1

Github Forks

5

Github Stars

Autumn MCP Server

smithery badge

This is an unofficial MCP server for Autumn. It provides an easy interface to access the Autumn pricing API to manage your customers.

Tools

  • Creating customers
  • Getting customers by ID
  • Getting a customers entitlements
  • Managing their invoices
  • Generate a billing portal link for them

Resources

API Reference

The MCP server has access to the OpenAPI.json specification for Autumn's API, which includes the following:

  • /attach
  • /entitled
  • /events
  • /customers
  • /customers/:id
  • /customers/:id/billing_portal

Prompts

  • AI Builder Prompt (Lovable, Bolt.new, v0 etc...)

Installation and Usage

Installing automatically via Smithery

To install Autumn MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @SirTenzin/autumn-mcp-server --client claude

It also works for: Cursor, Windsurf, Witsy, Enconvo, Goose and SpinAI.

Manual without Smithery

Its much easier to visit the above Smithery link and just copy the correct command, but if you are more daring, here's the manual steps:

  • Claude:
  1. git clone this repo
  2. Run bun install in the folder to install dependencies
  3. Copy the absolute path to "index.ts"
  4. Add the following to your claude_desktop_config.json or equivalent to your AI app:
{
	"mcpServers": {
        // ...
		"autumn": {
			"command": "bun",
			"args": [
				"run",
				"{YOUR ABSOLUTE PATH TO index.ts}",
				"--apiKey=\"{YOUR API KEY}\""
			]
		}
	}
}
  • Any other app:

If you want to run manually, you must have Bun installed to run this MCP server. Here's the command for other apps that support commands instead:

bun run {absolute path to index.ts} --apiKey="{your api key}"

You may use either your public or secret key, but some features may not be accessible using the public key.

Showcase:

Claude finding a customer

Claude finding an invoice

Claude creating a billing portal

Claude reading the OpenAPI.json

Claude understanding the response schema from the OpenAPI.json

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • https://tovuti.be
  • Oede knorrepot die vasthoudt an de goeie ouwe tied van 't boerenleven

  • ANGEL LEON
  • A world class elite tech co-founder entrepreneur, expert in software development, entrepreneurship, marketing, coaching style leadership and aligned with ambition for excellence, global market penetration and worldy perspectives.

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • OffchainLabs
  • Implementación de la prueba de estaca Ethereum

  • huahuayu
  • Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.

  • deemkeen
  • Controle su MBOT2 con un combo de potencia: MQTT+MCP+LLM

  • zhaoyunxing92
  • 本项目是一个钉钉 MCP (Protocolo del conector de mensajes )服务 , 提供了与钉钉企业应用交互的 API 接口。项目基于 Go 语言开发 支持员工信息查询和消息发送等功能。 支持员工信息查询和消息发送等功能。

  • ravitemer
  • Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)

    Reviews

    5 (1)
    Avatar
    user_BCBgKTAH
    2025-04-16

    As a dedicated user of autumn-mcp-server, I can confidently say it has revolutionized my server management workflow. SirTenzin's meticulous design and robust functionality provide a seamless experience, making it a must-have for anyone in need of a reliable server solution. Highly recommended! Check it out at https://github.com/SirTenzin/autumn-mcp-server.