GuidesPlatform Guide
Platform GuideBeginner 2 min
Connect Stripe to MCP360 Analytics
Connect Stripe to MCP360 to query MRR, ARR, churn, and revenue analytics with AI.
Prerequisites
Step 1: Get a Stripe API Key
Step 2: Connect to MCP360
Step 3: Configure AI Client
json
{
"mcpServers": {
"mcp360-payments": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://payments.mcp.mcp360.net/"],
"env": { "MCP_API_KEY": "mcp_live_YOUR_KEY_HERE" }
}
}
}Example Queries
> What is our current MRR and how has it grown this quarter?
> Show me all failed payments in the last 7 days
> Which customers are at risk of churning based on usage?
> Compare revenue by plan: Starter vs Pro vs AgencySecurity Note
All refund operations require manager approval, regardless of settings. Payment data is logged with enhanced audit trail.