Integration guideHosted MCPEight networks

Connect editors &
automations to publishing

Works with Claude, Cursor, Windsurf, and other MCP-ready assistants.

Four MCP tools for diagnostics, media, and posting across TikTok, Instagram, YouTube, LinkedIn, Facebook, X, Threads, and Pinterest. Scheduling, analytics, deletes, and glue logic stay on our HTTPS API with n8n, Zapier, Make, Bolt, or your own runners.

~/.cursor/mcp.json

{
  "mcpServers": {
    "status200-uploads": {
      "url": "https://mcp.status200uploads.com/mcp",
      "headers": {
        "Authorization": "Bearer rl_your_api_key"
      }
    }
  }
}
Model Context ProtocolMCP

Remote MCP URL + headers

Agents connect over HTTPS.

Cursor reads MCP definitions from ~/.cursor/mcp.json (global) or .cursor/mcp.json in a project. Use the hosted URL, not a filesystem path.

  1. 1KeysGenerate rl_* once in Dashboard → API Management.
  2. 2SnippetPaste the JSON on the right. Cursor sends the Bearer header with MCP initialize.
  3. 3Reload MCPRestart Cursor or reload MCP panel so the gateway picks up the new server.

.cursor/mcp.json

{
  "mcpServers": {
    "status200-uploads": {
      "url": "https://mcp.status200uploads.com/mcp",
      "headers": {
        "Authorization": "Bearer rl_your_api_key"
      }
    }
  }
}

Interactive preview

One message Post Everywhere

Watch the composer type and send, then tool calls. Each API step shows Working... then Success, Queued, or Failed inline; longer assistant replies appear in the thread. One wrap-up per example. this is how realistic and effortless working with Status 200 Uploads through MCP can look in practice.

MCP prompt playground, demo

Typing in composer below...

Simulated composer; demo types automatically

Hey. Before we post anything, can you confirm which API endpoints this workspa
Check APIs

What the hosted MCP exposes

Four registered tools grouped by publishing, media, and diagnostics. Profiles, deletes, polls, listing tabs, and other automation-heavy routes ship on /docs/api.

MCP tool names grouped under publishing, media, and diagnostics
GroupMCP tools (monospace names)Notes
Publishingstatus200_create_post, status200_create_post_site_v2Edge `api-posts` routes plus queued-friendly site `/api/v2/posts`.
Mediastatus200_upload_media_from_urlQueue remote assets into reusable file IDs.
Diagnosticsstatus200_server_infoConfirm bases + masked key hint before deeper calls.

Automations via n8n, Zapier, and Make cover the broader REST cookbook above: profiles, deletes, polls, and tab-specific routes live in Full API docs.

What is MCP?

The Model Context Protocol lets assistants open a small, typed bridge to your tooling. Status 200 uploads exposes four MCP tools for diagnostics, media ingestion, and post creation; the rest of our product stays on honest REST curves you automate below.

  • Quick setup

    Paste one JSON snippet, restart MCP in your IDE, and reuse the hosted endpoint; same pattern Cursor, Claude-compatible clients, and Windsurf workflows expect.

    Platform workbench →
  • Bearer per workspace

    Each teammate sends their own rl_* dashboard key over HTTPS during MCP initialize.

    MCP reference →
  • Four focused tools

    The bridge exposes publishing + media primitives; everything else maps to documented REST curves you can automate with n8n, Zapier, or Make from the platform workbench tabs.

    Platform workbench →

Ship MCP + REST from one workspace

Hosted gateway for assistants, curls for pipelines; social accounts and rl_* billing stay unified no matter where you automate.