DEVELOPER PLATFORM

Build Social Media into your App, Agent, or Workflow

Publish posts, manage inbox, and pull analytics across 8 social networks - one API, one integration. The Eclincher API and MCP server give you a single entry point to every channel that matters.
Trusted by Marketing Leaders of The Most Recognized Brands Worldwide

Connect via MCP, REST, or Both

MCP for AI agents. REST for apps and automation. Same API key, same data, same Eclincher account.
MCP SERVER · FOR AI AGENTS

Connect Claude, Cursor, or Windsurf

No SDK needed — just a URL and your API key. The AI client handles the rest.

Server URL https://app.eclincher.com/mcp
Transport Streamable HTTP
mcp-config.json
{
  "mcpServers": {
    "eclincher": {
      "url": "https://app.eclincher.com/mcp",
      "headers": {
        "x-eclincher-api-key": "YOUR_API_KEY"
      }
    }
  }
}
REST API · FOR APPS & AUTOMATION

Call Eclincher from any language

All endpoints are POST with JSON bodies. Standard auth, standard responses.

Base URL https://app.eclincher.com/api/v5
Auth x-eclincher-api-key header
terminal
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"

Every Endpoint, in One Table.

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 /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

Simple Auth. Generous Limits

One header, two extras for REST. Rate limits scale with your plan, with custom tiers for enterprise.

Authentication
All API and MCP requests require one header. For direct REST API calls, also include the version and content-type headers.
x-eclincher-api-key
Your API key from Settings → API
version
Always set to v5
Content-Type
application/json
Rate limits
API calls are weighted by operation type. Rate limit headers are included in every response.
Dimension Standard Professional Enterprise
Per minute 30 90 Custom
Daily credits 5,000 15,000 Custom
Concurrent 2 10 Custom

Get your API Key in 60 Seconds

14-day free trial. Full API access from minute one.