Tools
SOCIAL MEDIA MANAGEMENT TOOLS
SOCIAL MEDIA MANAGEMENT TOOLS
BRAND MONITORING
LISTING MANAGEMENT
BY INDUSTRY




.png)


.png)

















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.
| Method | Endpoint | Description |
|---|---|---|
| POST | /brands/list | List all brands |
| POST | /brands/create | Create a new brand |
| POST | /accounts/list | List connected social profiles |
| POST | /publishing/create-post | Create or schedule a post |
| POST | /publishing/scheduled-list | List scheduled posts |
| POST | /publishing/edit-post | Edit a scheduled post |
| POST | /publishing/post-status | Check post publish status |
| POST | /inbox/list | List inbox messages |
| POST | /analytics/built-in | Performance report |
| POST | /analytics/comparison-report | Compare profiles |
| POST | /analytics/custom-reports-list | List custom reports |
| POST | /analytics/custom-report | Get custom report data |
| POST | /analytics/competitor-reports-list | List competitor reports |
| POST | /analytics/competitor-report | Get competitor benchmarks |
| POST | /analytics/cross-channel | Cross-channel analytics |
| POST | /analytics/job-status | Check analytics job status |
One header, two extras for REST. Rate limits scale with your plan, with custom tiers for enterprise.
| Dimension | Standard | Professional | Enterprise |
|---|---|---|---|
| Per minute | 30 | 90 | Custom |
| Daily credits | 5,000 | 15,000 | Custom |
| Concurrent | 2 | 10 | Custom |