Syncing...

Social infrastructure for
your code

One API for every social platform. Publish, read, and analyze — from your code, your agent, or your automation.

npm $ npm install @embedsocial/sdk
Request
// Claude agent via MCP
Agent: "Publish our update to
Instagram and LinkedIn"

→ invisible.publish({
  platforms: ["instagram", "linkedin"],
  caption: "We just shipped 🚀"
})
200 OK
{
  "batch_id": "batch_mcp_8f3k",
  "results": [
    { "platform": "instagram", "status": "published" },
    { "platform": "linkedin",  "status": "published" }
  ],
  "autonomous": true
}

Trusted by teams building on EmbedSocial

SocialFlowLatticeBloomStackshiftPostGridWaverly

Start with your photos.
Ship everywhere.

Watch how EmbedSocial connects your code to every social platform in under two minutes.

2 min overview
Capabilities

Everything you need.
Nothing you don't.

One unified interface. Every social platform. Human or machine.

One API, all platforms

Instagram, TikTok, Facebook, LinkedIn. Same endpoint, same format. Swap the platform string and ship.

Developer-first DX

Clean REST. Predictable JSON. TypeScript and Python SDKs. Webhook support. Feels like infrastructure should.

MCP-native

Ships with a Model Context Protocol server. Claude, GPT, and any agent framework connects in seconds.

Publishing API

Schedule posts, publish media, manage drafts across platforms. Full publishing workflow, one integration.

Automation-ready

n8n, Make, Zapier, and Pipedream nodes built in. Plug into existing workflows without writing code.

Vibe-coder friendly

Drop into Cursor, Bolt, or v0. AI-friendly SDK designed for natural language workflows.

Integrations

Connects to
everything.

From code editors to agent frameworks to no-code platforms. One API, every social network.

  • MCP server for Claude and any AI agent
  • n8n, Make, Zapier nodes built in
  • Works with Cursor, Bolt, Claude Code
  • OAuth managed — no token refresh logic
EMBED SOCIAL App MCP n8n Zapier Cursor 🐍 SDK

Three steps. Five minutes.

01

Get your API key

Sign up free. Key generated instantly. No approval queue, no waiting.

02

Connect platforms

OAuth handled by us. Link your social accounts in a few clicks.

03

Start publishing

One POST request. From your code, your agent, or your automation.

Use cases

What you can build

From publishing dashboards to autonomous agents — see what's possible.

Publishing dashboard

Build a full cross-platform publishing UI. Schedule, preview, publish — all through one API.

View docs

Analytics & insights

Pull engagement, reach, and follower data across all platforms. Build your own analytics layer.

View docs

AI agent publishing

Let Claude, GPT, or any MCP-compatible agent publish autonomously. No human in the loop required.

View MCP docs

Automation workflows

Connect n8n, Make, or Zapier. Every blog post, product launch, or event auto-published everywhere.

View integrations

What developers are saying

"Replaced 3 integrations with one. Our publishing pipeline went from 2 weeks of dev time to 2 hours."

Alex Chen

CTO, SocialFlow

"Connected the MCP server to Claude. We were publishing across 4 platforms autonomously within an hour. No custom code."

Sam Liu

AI Engineer, Lattice

"Set up automated posting through n8n without bugging engineering once. This is how APIs should work."

Maya Rodriguez

Growth Lead, Bloom

FAQ

Frequently asked questions

Which social platforms do you support?

Instagram, TikTok, Facebook, LinkedIn, X (Twitter), and YouTube. We add new platforms as they open their APIs. Same endpoint, same format — just change the platform string.

How does the MCP server work?

EmbedSocial ships a Model Context Protocol server that lets AI agents like Claude, GPT, or any LangChain-compatible agent publish to social platforms autonomously. Install it, point your agent at it, done.

Do I need to handle OAuth myself?

No. We handle all OAuth flows, token refresh, and credential management. You connect your social accounts once through our dashboard, and the API handles the rest.

What's the pricing model?

Free tier with generous limits to start building. Usage-based pricing as you scale. No per-platform charges — one plan covers all networks.

Can I use this with no-code tools?

Yes. We have native nodes for n8n, Make, and Zapier. You can build complete social media workflows without writing a single line of code.

How is this different from Buffer or Hootsuite?

Those are end-user tools with UIs. EmbedSocial is infrastructure — a headless API designed for developers, agents, and automations to build on top of. Think Stripe for social media.

What about rate limits and reliability?

We manage rate limits per platform so you don't have to. Built-in retry logic, queue management, and 99.9% uptime SLA. We've been running social infrastructure at scale for 15+ years.

Why EmbedSocial

15 years of social infrastructure.
Now it's yours.

Built by the team behind EmbedSocial. Our users kept saying: "I need this inside my own product." We'd already solved every platform headache — OAuth, rate limits, format differences. So we opened it up.

15+ Years
6 Networks
0 OAuth you build
24/7 Maintained

Start building now

Free forever. Your code, your agent, your automation.

$ npm install @embedsocial/sdk