{
  "markdown": "# what2post MCP server\n\nRead-only access to your [what2post](https://what2postapp.com) LinkedIn data - your\nsynced posts, profile engagement stats, follower growth, and growth goals - from any\nMCP-compatible AI client.\n\nThis is a **remote, hosted** server (Streamable HTTP). There is nothing to install:\npoint your client at the URL below and authenticate with your what2post API token.\n\n| | |\n|---|---|\n| **MCP endpoint** | `https://what2postapp.com/mcp` |\n| **Transport** | Streamable HTTP (remote, stateless) |\n| **Auth** | HTTP `Authorization: Bearer <token>` - your what2post API token from Settings (30-day expiry) |\n| **Connection guide** | https://what2postapp.com/docs/mcp |\n| **Registry** | [`io.github.theDestI/what2post`](https://registry.modelcontextprotocol.io) on the official MCP Registry |\n\nAlso listed on [Smithery](https://smithery.ai), [Glama](https://glama.ai/mcp), and [PulseMCP](https://www.pulsemcp.com).\n\n## Tools\n\nAll tools are read-only and scoped to your own account.\n\n| Tool | Description | Subscription |\n|------|-------------|:---:|\n| `list_my_posts` | List your synced LinkedIn posts, newest first | Required |\n| `get_my_profile_stats` | Engagement stats and recent posts for a profile | Required |\n| `get_my_growth` | Follower-growth stats over a time window | Free |\n| `get_my_goals` | Your growth goals with progress | Free |\n\n## Connect\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http what2post https://what2postapp.com/mcp \\\n  --header \"Authorization: Bearer <your what2post API token>\"\n```\n\n### Any MCP client (generic config)\n\n```json\n{\n  \"mcpServers\": {\n    \"what2post\": {\n      \"url\": \"https://what2postapp.com/mcp\",\n      \"headers\": { \"Authorization\": \"Bearer <your what2post API token>\" }\n    }\n  }\n}\n```\n\n## Getting a token\n\nSign in at [what2postapp.com](https://what2postapp.com), open **Settings**, and copy your\nAPI token (30-day expiry). Paste it into the `Authorization` header above.\n\n## Links\n\n- Website: https://what2postapp.com\n- Connection guide: https://what2postapp.com/docs/mcp\n- Privacy policy: https://what2postapp.com/privacy-policy\n- Support: support@what2postapp.com\n",
  "bytes": 2139,
  "sha": "75aa39678949f52a9704cd61fc977503755a8729577b7813dfdbf0fc8ca2c1c9",
  "repo_slug": "destilabs/what2post-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_thedesti_what2post_aa760e85/readme"
}