MCP.so
Sign In

ChartMogul's MCP Server

@chartmogul

About ChartMogul's MCP Server

The MCP server for ChartMogul

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-chartmogul": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/your/local/chartmogul-mcp-server",
        "run",
        "main.py"
      ],
      "env": {
        "CHARTMOGUL_TOKEN": "<YOUR-CHARTMOGUL-TOKEN>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is ChartMogul MCP Server?

ChartMogul MCP Server is a Model Context Protocol server that provides tools for interacting with the ChartMogul API. It enables users to manage customers, contacts, subscriptions, sales opportunities, plans, and retrieve analytics metrics (MRR, ARR, churn rates, LTV). This server is designed for SaaS teams using Claude Desktop to access and manage their ChartMogul data.

How to use ChartMogul MCP Server?

Install via uv and configure in the Claude Desktop config file (claude_desktop_config.json) with a CHARTMOGUL_TOKEN environment variable. Provide the path to the server directory and restart Claude Desktop to use the available tools.

Key features of ChartMogul MCP Server

  • Manage customers, contacts, and subscriptions
  • Create and update sales opportunities and tasks
  • Retrieve all key metrics (MRR, ARR, ARPA, ASP)
  • List and filter data sources, plans, and plan groups
  • Add tags and custom attributes to customers
  • Log customer notes and call activities

Use cases of ChartMogul MCP Server

  • Pull real-time subscription metrics into conversations with Claude
  • Update customer records and add notes from chat
  • Create and track sales opportunities without leaving Claude
  • Manage subscription plans and plan groups programmatically

FAQ from ChartMogul MCP Server

How do I set up the server?

Add the JSON configuration with the uv command and your ChartMogul API token to Claude Desktop's config file, then restart the desktop app.

What authentication is required?

You need a CHARTMOGUL_TOKEN environment variable containing your ChartMogul API token.

What runtime does the server require?

The server runs with Python and uv. For development, Node.js and npm are also needed for the MCP inspector.

Frequently asked questions

How do I set up the server?

Add the JSON configuration with the `uv` command and your ChartMogul API token to Claude Desktop's config file, then restart the desktop app.

What authentication is required?

You need a `CHARTMOGUL_TOKEN` environment variable containing your ChartMogul API token.

What runtime does the server require?

The server runs with Python and `uv`. For development, Node.js and npm are also needed for the MCP inspector.

Comments

Basic information

Category

Other

License

MIT license

Transports

stdio

Author

chartmogul

More Other MCP servers