Mcp Plus Tard
@boreales
关于 Mcp Plus Tard
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论