Features
Everything you need to scale social.
A developer-first unified social media API with multi-platform publishing, scheduling, MCP server integration, and analytics. Built for teams that ship.
Publish to
Unified API
One integration. Every platform.
Stop maintaining seven different SDKs. Ampost gives you a single, predictable REST API for Instagram, Twitter/X, Facebook, LinkedIn member publishing, TikTok, YouTube video publishing in beta, and Threads. Clean JSON payloads, consistent auth flows, and comprehensive error messages mean you ship faster.
POST /api/v1/posts HTTP/1.1
Host: api.ampost.io
Authorization: Bearer amp_live_xxxxxxxx
{
"content": {"text":"Ship once. Publish everywhere.","media":[{"url":"https://cdn.example.com/demo.mp4","type":"video"}],"linkUrl":null,"platformOverrides":{"youtube":{"settings":{"privacyStatus":"private"}}}},
"platforms": ["instagram", "tiktok", "youtube"]
}Multi-Platform Publishing
Publish everywhere without the headache.
Write your content once and let Ampost handle platform-specific formatting, media transcoding, and rate-limit compliance. Images, videos, carousels, stories, LinkedIn member posts, and YouTube beta video uploads all sit behind one API call.
Scheduling
Queue posts across timezones with precision.
Schedule content days, weeks, or months ahead. Ampost handles timezone conversion, daylight saving shifts, and queue conflicts so your posts go live exactly when you want — even when your servers are asleep.
MCP Server
Give your AI agent a social media superpower.
Ampost exposes a Model Context Protocol (MCP) server that lets AI agents create, schedule, and manage posts autonomously. Your agent gains structured tools for social publishing without writing a single line of custom integration code.
# Claude Desktop config
{
"mcpServers": {
"ampost": {
"url": "https://api.ampost.io/mcp",
"headers": {
"Authorization": "Bearer amp_live_..."
}
}
}
}Analytics
Measure what matters.
Track engagement, reach, and performance across every connected platform from a single dashboard. Aggregate metrics, export reports, and build data-driven content strategies without stitching together spreadsheets from six different apps.
Implementation paths
See the supporting docs around these features
The feature overview explains what Ampost does. These pages show how the API, MCP server, plans, and architecture connect to those capabilities.
Ready to ship social features?
Start building with Ampost today. Free tier includes full API access, scheduling, and multi-platform publishing.