BY INDUSTRY
SOCIAL MEDIA MANAGEMENT TOOLS
BRAND MONITORING
LISTING MANAGEMENT
AI AGENTS & AUTOMATION
No SDK needed — just a URL and your API key. The AI client handles the rest.
{ "mcpServers": { "eclincher": { "url": "https://app.eclincher.com/mcp", "headers": { "x-eclincher-api-key": "YOUR_API_KEY" } } } }
All endpoints are POST with JSON bodies. Standard auth, standard responses.
curl -X POST https://app.eclincher.com/api/v5/brands/list \ -H "x-eclincher-api-key: YOUR_API_KEY" \ -H "version: v5" \ -H "Content-Type: application/json"
All endpoints use POST. All responses are JSON. Full reference is in the developer docs.
One header, two extras for REST. Rate limits scale with your plan, with custom tiers for enterprise.