MCP.so
Sign In
M

Mcp Plus Tard

@boreales

About Mcp Plus Tard

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

boreales

Submitted by

Boréales Créations

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "plus-tard": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.plus-tard.com/mcp/",
        "--header",
        "X-Api-Key:${PLUS_TARD_TOKEN}"
      ],
      "env": {
        "PLUS_TARD_TOKEN": "your_plus_tard_api_key"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mcp Plus Tard?

Mcp Plus Tard connects AI assistants like Claude, Cursor, and n8n to the Plus Tard social media scheduling platform. It enables users to schedule posts on Facebook, Instagram, LinkedIn, X/Twitter, TikTok, Threads, Bluesky, and Google My Business through natural conversation.

How to use Mcp Plus Tard?

Add the production endpoint https://mcp.plus-tard.com/mcp/ as a custom connector in Claude Desktop, Claude Code, Claude.ai, Cursor, or n8n. Authentication uses the X-Api-Key header with your Plus Tard API key. For development or self-hosting, clone the repository, set environment variables, and run with uvicorn.

Key features of Mcp Plus Tard

  • Five MCP tools: validate_api_key, list_accounts, schedule_post, register_user, get_user
  • Two MCP resources: plus-tard://accounts and plus-tard://users/{id}
  • Streamable HTTP transport via FastAPI
  • Authentication per-request via X-Api-Key header (no server-side token storage)
  • Self-hostable with Docker and nginx-proxy
  • Anti-DNS rebinding protection

Use cases of Mcp Plus Tard

  • Schedule a Facebook post on a specific page by simply describing it to an AI assistant
  • List all connected social media accounts from a single conversation
  • Register a new Plus Tard user and get an OAuth URL
  • Validate an API key and retrieve its metadata
  • Self-host the MCP server with custom domain and TLS

FAQ from Mcp Plus Tard

What runtime dependencies does Mcp Plus Tard require?

Python 3.12+, FastAPI 0.115+, httpx, pydantic v2, and the mcp[fastapi] package for Streamable HTTP transport.

Where is user data stored?

No data is stored on the MCP server. Each request carries its own X-Api-Key, which is forwarded to the Plus Tard API. Sessions are not maintained.

Which hosts are allowed for the MCP endpoint?

By default, only mcp.plus-tard.com, localhost, and 127.0.0.1 are allowed. Custom domains must be added to TransportSecuritySettings.allowed_hosts in main.py.

How is authentication handled?

Authentication is per-request via the X-Api-Key HTTP header. No tokens are stored server-side. If a key leaks, revoke it from your Plus Tard account settings.

Does Mcp Plus Tard log API keys or post content?

No. The server does not log the content of posts or API tokens. Structured logging (JSON, without tokens or content) is on the roadmap.

Comments

More Other MCP servers