---
title: Introduction
description: Embed multi-platform social posting into your product with the Schedule & Chill REST API and MCP server.
seo_title: "Social media API and MCP server docs — Schedule & Chill"
published: 2026-06-07
updated: 2026-09-14
---

# Schedule & Chill API

Schedule & Chill schedules and publishes your social posts, and lets your AI tools do it for you. A native MCP server connects Claude Code, Cursor, Gemini CLI and other clients; a clean REST API covers the same ground from your own code.

Several platforms are live and more have adapters built but still sitting in their platforms' review queues. This page deliberately does not list them — call `GET /api/capabilities` for the live list rather than assuming, because it changes as approvals land.

## Two ways to integrate

- **REST API** — Standard HTTP + JSON. Create posts, upload media, manage connected accounts. Best for backends, cron jobs, and product features.
- **MCP server** — A native [Model Context Protocol](https://modelcontextprotocol.io) server so AI agents (Claude, ChatGPT, or your own) can schedule posts, browse media, and read your queue as tools. Best for agentic and chat-based products.

Both share the same authentication and the same underlying account.

## Base URL

```
https://schedulenchill.com/api
```

The MCP server lives at:

```
https://schedulenchill.com/mcp
```

## Supported platforms

X, LinkedIn (profiles and Pages), Facebook, Instagram, Pinterest, YouTube, and TikTok. See [Supported platforms](/help/developers/reference/platforms) for the exact identifiers.

## What you can do

- Schedule a post for later or publish immediately
- Post the same content to many platforms at once, or customize text per platform
- Attach images and video from a media library you manage over the API
- List, update, and cancel scheduled posts
- Read posting stats and connected accounts

## Next steps

- [Quickstart](/help/developers/quickstart) — schedule your first post in five minutes.
- [Authentication](/help/developers/authentication) — create an API key.
- [Core concepts](/help/developers/concepts) — how posts, platforms, and media fit together.
