MCP is an open standard that enables AI assistants to securely interact with external tools and data sources. Learn more at modelcontextprotocol.io.
Supported AI Tools
- Claude Desktop — Anthropic’s desktop application
- Cursor — AI-powered code editor
- VS Code — With MCP extension
- Claude Code CLI — Command-line interface
What You Can Do
Once connected, your AI assistant can manage your entire Partnero program:Partners
List, search, create, update, archive, and restore partners
Customers
Manage customers, view transactions and stats
Transactions
List, create, and manage transactions (triggers commissions)
Leads
List, manage, convert, or reject leads
Rewards
View rewards and balances
Program
Access program overview and settings
Setup
Get Your API Key
- Log in to Partnero
- Go to Integration → MCP
- Generate and copy your API key
Configure Your AI Tool
Choose your AI tool and add the configuration below. Replace
YOUR_API_KEY with your actual API key.- Claude Desktop
- Cursor
- VS Code
- Claude Code CLI
Add to your Claude Desktop configuration file:macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.jsonExample Prompts
Once connected, you can interact with Partnero using natural language:Partner Management
Partner Management
- “Show me my top 10 partners by performance”
- “Create a new partner with email [email protected]”
- “Search for partners named John”
- “Archive partner partner_abc”
Customer Management
Customer Management
- “How many customers were referred this month?”
- “Create a customer for [email protected] and link them to partner partner_abc”
- “Get details for customer cust_123”
Transactions
Transactions
- “Get transaction history for customer cust_123”
- “What’s the total pending commission amount?”
- “Show me all transactions from last week”
Program Overview
Program Overview
- “Give me an overview of my program”
- “What are my current commission rates?”
- “Show me program statistics”
Rate Limits
| Resource | Limit |
|---|---|
| Tool calls | 360 requests/minute |
| SSE connections | 5 per IP/minute |
Troubleshooting
401 Unauthorized
401 Unauthorized
Tool Not Appearing
Tool Not Appearing
- Restart your AI application completely
- Verify the MCP configuration file is in the correct location
- Check for JSON syntax errors in your configuration
429 Too Many Requests
429 Too Many Requests
- Wait 60 seconds before making more requests
- Reduce request frequency
- Batch multiple operations into single requests when possible
Connection Issues
Connection Issues
- Ensure Node.js 18+ is installed:
node --version - Check your internet connection
- Verify the MCP endpoint URL is correct:
https://api.partnero.com/mcp
Next Steps
API Reference
Explore the full REST API for programmatic access
AI Prompts
Copy-paste prompts for AI coding assistants
