REST API + MCP

Your social stack as an API

A complete REST API, official MCP server, and webhooks. Schedule posts, manage media, read analytics, and plug in AI agents — across 8 social platforms from one endpoint.

Everything you need — in one API

Productive primitives instead of raw endpoints. Designed for agents, friendly for developers.

Create & schedule posts

Per-platform content, Reels/Stories/Shorts settings, automatic staggering.

Unified analytics

Views, likes, shares, reach across every platform in one call. Flexible date filters.

Media management

Multi-part uploads, image generation, format transcoding, global CDN.

Account management

Read every connected account, token status, and ready-to-use platforms.

Realtime webhooks

React to publish, failure, engagement, and token-expiry events. HMAC-signed.

MCP tools

The entire eWasl surface exposed as MCP tools for Claude, ChatGPT, Cursor, OpenClaw.

Quick start

Publish your first post in under two minutes.

curl -X POST https://api.ewasl.com/v1/posts \
  -H "Authorization: Bearer $EWASL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "platforms": ["instagram", "tiktok", "twitter"],
    "content": "We just launched! \u{1F680}",
    "media": ["https://cdn.ewasl.com/media/launch.jpg"],
    "schedule_at": "2026-06-01T09:00:00Z"
  }'

Fine-grained scopes

API keys with explicit permissions. Request only what you need; revoke any time.

posts:read

Read posts, drafts, and schedules.

posts:write

Create, update, delete posts.

analytics:read

Access unified metrics and performance reports.

media:write

Upload and transcode media.

ads:read

Read Meta + Google Ads data (beta).

ads:write

Modify campaigns (audited and capped).

API is included

Full REST API + MCP + Webhooks ship with Professional ($49/mo) and above.

  • Unlimited keys
  • Generous limits (1000 req/min)
  • Webhooks at no extra charge
  • Official MCP support for Claude / ChatGPT / Cursor / OpenClaw
  • Complete docs + working examples
  • Email + chat technical support
See plans

Start building on eWasl

Your first key is ready in a minute. 14-day free trial.