サーバー

What2post
@destilabs
Read-only access to your what2post LinkedIn data: synced posts, profile engagement stats, follower growth, and growth goals. Remote, Streamable HTTP server with four read-only tools. Authenticate with your what2post API token (from Settings) as an HTTP Bearer token.
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"what2post": {
"url": "https://what2postapp.com/mcp",
"headers": {
"Authorization": "Bearer <your what2post API token>"
}
}
}
}