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 10 tools to schedule, edit, cancel, and inspect posts across X, LinkedIn, LinkedIn Pages, Facebook, Instagram, YouTube, TikTok, and Pinterest — no glue code.

Last updated July 26, 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 — 10 tools, 4 read-only resources, 2 prompts.

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

Price — included on every plan, from $99/month. 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.

10 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.

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.

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.

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

Start your free trial, generate an API key, and connect the MCP server in two minutes.

Start Free Trial

7-day free trial · Card required · Cancel anytime