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
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
コメント