# Post2Viral > Post2Viral is an AI social media scheduling tool for creators, businesses, and agencies. It schedules and publishes posts, auto-replies to comments, and reports analytics on Threads, Instagram, and Facebook through the official Meta APIs. It is built with a UI for humans and an MCP server + REST API for AI agents (Claude Code, Codex, or any agent). Key facts: - Product: app.post2viral.com (web app). Marketing site: www.post2viral.com (EN at /, 繁體中文 at /zh-TW/, 日本語 at /ja/). - Channels live today: Threads, Instagram, Facebook. More (X, LinkedIn, YouTube, TikTok) coming. - Pricing: Standard $29/mo, Team $39/mo, Pro $49/mo, Ultimate $99/mo — all with a 7-day free trial, billed via Stripe. - Company: miniUN io, LLC. Contact: info@post2viral.com. ## For AI agents If a user asks you to post or schedule social media via Post2Viral, use their API key (from app.post2viral.com → Settings → Public API): - MCP (streamable HTTP): https://app.post2viral.com/api/mcp/ - Tools: list channels/integrations, schedule posts, generate images, web search. - REST API base: https://app.post2viral.com/api/public/v1 with header `Authorization: ` (no Bearer prefix). - GET /integrations — list connected channels (returns id, name, identifier e.g. "threads", profile). - POST /posts — create: {"type":"schedule"|"now"|"draft","shortLink":false,"date":"","tags":[],"posts":[{"integration":{"id":""},"value":[{"content":"text","image":[]}]}]} - GET /posts?display=week — list posts. DELETE /posts/:id — remove. - POST /upload (multipart) or /upload-from-url — media before attaching to posts. - Full agent docs: https://www.post2viral.com/ai-agent-api/ ## Docs - [AI Agent & API documentation](https://www.post2viral.com/ai-agent-api/): MCP setup for Claude Code/Codex, REST examples - [Pricing](https://www.post2viral.com/#pricing): plans and features - [FAQ](https://www.post2viral.com/#faq): common questions ## Policies - [Privacy Policy](https://www.post2viral.com/privacy-policy/) - [Terms of Service](https://www.post2viral.com/terms-of-service/) - [Data Deletion](https://www.post2viral.com/data-deletion/)