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 supported platforms
- TikTok
- Threads
Unified API
One integration. Supported platforms.
Stop maintaining multiple SDKs. Ampost gives you a single, predictable REST API for Instagram, Facebook, LinkedIn member publishing, TikTok, 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 where it matters.","media":[{"url":"https://cdn.example.com/demo.mp4","type":"video"}],"linkUrl":null,"platformOverrides":{}},
"platforms": ["instagram", "tiktok", "threads"]
}Multi-Platform Publishing
Publish to supported platforms without the headache.
Write your content once and let Ampost handle platform-specific formatting, media transcoding, and rate-limit compliance. Images, videos, carousels, stories, and LinkedIn member posts 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.
Review cached Facebook Page and Instagram Professional performance for Ampost and native/external content from one dashboard. Provider coverage and reporting delays are shown instead of estimated away.
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 1 social account and 50 posts per month.