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 informationread:customers
- View customer dataread:subscriptions
- View subscription detailsread:plans
- View plan informationread:metrics
- Access analytics and reportsread:transactions
- View transaction historyread:reviews
- View app reviewsread:flows
- View flowsread:affiliates
- View affiliate data
Write scopes:
write:customers
- Create/update customer informationwrite:plans
- Manage app planswrite: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