Skip to main content

Intro

Autumn MCP connects AI assistants to Autumn’s billing, customer, plan, balance, and log tools.

Starter prompt

Use Autumn MCP for this request.

- Always start with autumn://docs/concepts to understand Autumn's data model.
- Use autumn://docs/plan-management for pricing setup, plan creation, plan updates, and plan modeling.
- Use autumn://docs/billing for attaching plans, updating subscriptions, cancellations, schedules, trials, and billing state changes.
- Use autumn://docs/logs for API request logs, Stripe webhook timelines, customer request histories, and log analytics.
- Use https://docs.useautumn.com/llms.txt to find product docs if the MCP resources do not answer something.
- Preview billing changes before applying them, and ask for approval before any destructive write.

Setup

Autumn MCP can be installed in any MCP client with the server URL:
https://mcp.useautumn.com/mcp
You do not need an API key. By default, your MCP client opens an Autumn sign-in flow and connects to your organization. For a long-lived setup, you can also use an Autumn secret key with Bearer auth:
{
  "headers": {
    "Authorization": "Bearer am_sk_test_..."
  }
}
Install with one clickOr add to ~/.cursor/mcp.json:
{
  "mcpServers": {
    "autumn": {
      "url": "https://mcp.useautumn.com/mcp"
    }
  }
}

Using MCP

Autumn MCP exposes tools and resources. Ask your agent to read the relevant Autumn MCP resource before it acts:
  • Start with autumn://docs/concepts to understand Autumn’s data model.
  • Use autumn://docs/plan-management for pricing setup, plan creation, and plan updates.
  • Use autumn://docs/billing for attaching plans, updating subscriptions, cancellations, schedules, trials, and billing state changes.
  • Use autumn://docs/logs for API request logs, Stripe webhook timelines, customer request histories, and log analytics.

Resources

ResourceUse for
autumn://docs/conceptsAutumn concepts and object relationships
autumn://docs/plan-managementCreating and updating pricing plans
autumn://docs/billingBilling actions and preview-first workflows
autumn://docs/logsRequest logs, Stripe webhooks, and log analytics