Docs MCPs Get started

Get started

Connect your AI tools to Mantle’s MCP servers securely using OAuth. Just add the configuration below and authorize when prompted.

Quick setup

Getting started with Mantle MCPs takes just a few minutes:

1. Configure Your AI Tool

Add the Mantle MCP servers to your AI tool’s configuration. Here’s an example for Cursor IDE or Claude Desktop:

{
  "mcpServers": {
    "mantle-core": {
      "url": "https://mcp.heymantle.com/core"
    },
    "mantle-growth": {
      "url": "https://mcp.heymantle.com/growth"
    }
  }
}

2. Authorize your AI tool

When you first try to use the MCPs, your AI tool will authenticate and ask you to select your organization in Mantle. Once you approve, you’re all set!

Available scopes

When you authorize the MCP connection, you grant access to specific scopes:

Read scopes:

  • read:apps - View app information
  • read:customers - View customer data
  • read:subscriptions - View subscription details
  • read:plans - View plan information
  • read:metrics - Access analytics and reports
  • read:transactions - View transaction history
  • read:reviews - View app reviews
  • read:flows - View flows
  • read:affiliates - View affiliate data

Write scopes:

  • write:customers - Create/update customer information
  • write:plans - Manage app plans
  • write:flows - Create/edit flows

Security

  • User-delegated access - Tokens are tied to your Mantle account, not a shared API key
  • Revocable at any time - Disconnect the MCP in your AI tool settings
  • Organization-isolated - Your tokens only access your organization’s data
  • Audit logging - All MCP requests are logged for security and debugging