Model Context Protocol

The social media MCP server

Schedule & Chill ships a native Model Context Protocol server at https://schedulenchill.com/mcp. Connect Claude, ChatGPT, or any MCP client with an API key and your agent gains 19 tools to schedule, edit, cancel, and inspect posts across X, LinkedIn, LinkedIn Pages, Facebook, Instagram, YouTube, TikTok, and Pinterest — no glue code.

Last updated August 7, 2026

Quick Answer

The short version

Endpoint https://schedulenchill.com/mcp, streamable HTTP.

Auth — the same API keys as the REST API, sent as a bearer token.

Surface — 19 tools, 4 read-only resources, 2 prompts.

Platforms — X, LinkedIn, LinkedIn Pages, Facebook, Instagram, YouTube, TikTok, Pinterest.

Price — included on every plan, free. No separate MCP meter.

Connect in one config block

Generate a key under Settings → API Keys, drop this into your MCP client, restart it.

{
    "mcpServers": {
        "schedulenchill": {
            "url": "https://schedulenchill.com/mcp",
            "headers": {
                "Authorization": "Bearer YOUR_API_KEY"
            }
        }
    }
}

Then ask your agent “what social accounts do I have connected?” — that calls get_accounts and confirms the link works.

19 tools your agent gets

Every tool is typed, documented, and maintained alongside the REST API.

ToolWhat it does
schedule_post

Create a post for one or many accounts, now or at a future time.

update_post

Edit a draft or scheduled post before it publishes.

get_post

Retrieve one post with per-account delivery status and errors.

list_scheduled

Read the upcoming queue so the agent knows what is already planned.

cancel_post

Cancel a scheduled post the agent or user decides against.

publish_now

Send a draft, scheduled or failed post immediately instead of waiting.

retry_post

Resend only the channels that failed, leaving published ones untouched.

duplicate_post

Copy a post — content, channels and media — into a new draft.

delete_post

Remove a post in any state. Soft delete, so nothing is lost.

restore_post

Undo a cancel or delete and bring the post back.

get_accounts

List connected accounts with ids, platforms, and handles.

get_groups

List channel groups so the agent can target a set of accounts at once.

get_queue_slots

Read the next open slots in the posting schedule to offer real times.

list_posts

List posts by status — the queue, drafts, published or failed.

get_capabilities

Discover live platforms, their native option schemas, and media limits.

browse_media

Search the media library for an image or video to attach.

upload_media

Ingest a file into the media library from a public URL.

get_stats

Read publishing stats across accounts and time ranges.

get_analytics

Read real engagement — reach, impressions, likes, top posts — by channel.

4 read-only resources

Context an agent can pull in without changing anything.

schedulenchill://accounts/connected

Active connected accounts.

schedulenchill://schedule/upcoming

The next 20 scheduled posts.

schedulenchill://media/library

The 20 most recent media files.

schedulenchill://get-started

Onboarding context for a fresh agent.

2 prompts

Ready-made templates an MCP client can offer the user.

content_idea

Generate post ideas for a niche.

draft_post

Draft a post about a topic, sized and toned for the target platforms.

A typical agent flow

1. Discover

get_accounts returns where the agent is allowed to post, with real ids.

2. Attach

browse_media finds an existing asset, or upload_media ingests one from a URL.

3. Schedule

schedule_post takes the content, target accounts, and an optional publish time.

4. Verify

list_scheduled confirms the queue; get_post shows per-account delivery status.

Frequently asked questions

MCP and social posting — what builders ask

Give your agent a mouth

Create a free account, generate an API key, and connect the MCP server in two minutes.

Start free

Free · No credit card · No trial timer