Let your AI agent publish, read, and reply across every social platform — from a single API and MCP server.
No credit card · 10,000 free actions / month
One integration, not fifteen.
Stop wiring up a different SDK, OAuth dance, and rate limit for every network. Same request shape everywhere — no per-API quirks.
$ npx -y @plugkit/mcp install
// one call, every connected platform const pk = new PlugKit(process.env.PLUGKIT_KEY) await pk.publish({ accounts: ["instagram", "tiktok", "x"], text: "We just shipped.", })
One OAuth flow per platform. We store and refresh the tokens for you.
pk.accounts.connect("instagram")
Same request shape for every platform. No per-API quirks to learn.
pk.publish({ accounts, text })
Get a unified result and a webhook per delivery. Done.
{ status: "delivered" }
Post once, deliver everywhere. Media, threads, and scheduling included out of the box.
Read and reply to messages across every platform from one endpoint.
A drop-in MCP server so any agent can act on social out of the box.
Real-time delivery events and metrics for every post and message.
import { PlugKit } from "@plugkit/sdk" const pk = new PlugKit({ apiKey: process.env.PLUGKIT_KEY }) // one call, every connected platform await pk.publish({ accounts: ["instagram", "tiktok", "x", "linkedin"], content: { text: "Shipping something big today.", media: ["https://cdn.app/launch.mp4"], }, })
from plugkit import PlugKit pk = PlugKit(api_key=os.environ["PLUGKIT_KEY"]) # one call, every connected platform pk.publish( accounts=["instagram", "tiktok", "x", "linkedin"], content={ "text": "Shipping something big today.", "media": ["https://cdn.app/launch.mp4"], }, )
curl https://api.plugkit.ai/v1/publish \ -H "Authorization: Bearer $PLUGKIT_KEY" \ -d '{"accounts":["instagram","tiktok","x"], "content":{"text":"Shipping something big today."}}'
platforms, one API
to reach them all
median publish latency
10,000 actions a month on the house. No per-platform fees, no seats, no surprises.
Ship your first cross-platform post in under five minutes.
Get your API keyOne plug for every platform your agent touches.