服务器

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>"
}
}
}
}