Mcp Plus Tard
@boreales
About Mcp Plus Tard
No overview available yet
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
5Vérifie que la clef API Plus Tard fournie est valide. Utilise ce tool si l'utilisateur veut diagnostiquer un problème d'authentification ou simplement confirmer que sa clef est active. Retourne aussi la date de création et d'expiration de la clef.
Liste tous les comptes réseaux sociaux connectés à Plus Tard. Utilise ce tool pour savoir quels comptes sont disponibles avant de planifier un post.
Planifie un post sur un seul réseau social via Plus Tard. Utilise ce tool quand l'utilisateur veut programmer, publier ou scheduler du contenu sur Facebook, Instagram, LinkedIn, X/Twitter, TikTok, Threads, Bluesky ou Google My Business. IMPORTANT : - Un appel = un réseau. Pour publier sur plusieurs réseaux, appelle ce tool plusieurs fois. - AVANT D'APPELER ce tool : appelle d'abord list_accounts (ou get_user pour la vue détaillée) pour obtenir le page_id correct. - Le `page_id` à passer ici est l'identifiant EXTERNE du compte sur le réseau social (champ `accountId` / `page_id` retourné par list_accounts, ex. "1097653263583548"), PAS l'identifiant interne Plus Tard (champ `id` / `internal_id`, ex. "34"). Confondre les deux crée un post mal rattaché et apparaissant comme "compte déconnecté". - Pour les providers sans sous-comptes (Twitter, LinkedIn, TikTok, Threads, Bluesky, Google), utilise le `providerId` retourné par get_user. - Instagram exige au moins une image ou vidéo dans image_posts. - planned_at doit être une date/heure UTC future au format ISO8601 (ex: 2026-05-01T10:00:00Z).
Crée un nouvel utilisateur Plus Tard et retourne une URL OAuth permettant de connecter ses comptes de réseaux sociaux. Utilise ce tool quand l'utilisateur veut onboarder un nouveau client ou se créer un compte. Email et langue sont optionnels — la langue par défaut est 'fr'. L'URL OAuth doit être ouverte dans un navigateur par l'utilisateur final pour qu'il connecte ses réseaux. Elle est valable 24h.
Récupère les informations d'un utilisateur Plus Tard par son id, incluant ses providers connectés (Facebook, Instagram, LinkedIn, etc.) et leurs sous-comptes (pages Facebook, comptes Instagram pro...). Utilise ce tool avant schedule_post pour identifier le bon page_id à utiliser : pour Facebook/Instagram, c'est l'id du sous-compte (providers[].accounts[].id) ; pour les autres providers (LinkedIn, Twitter, TikTok, Threads, Bluesky), c'est providers[].providerId.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
Nginx UI
0xJackyYet another WebUI for Nginx

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov
Comments