streamable-httpupdated 2mo ago
Read-only access to your what2post LinkedIn data - your synced posts, profile engagement stats, follower growth, and growth goals - from any MCP-compatible AI client.
What can you do with what2post?
what2post MCP server
Read-only access to your what2post LinkedIn data - your synced posts, profile engagement stats, follower growth, and growth goals - from any MCP-compatible AI client.
This is a remote, hosted server (Streamable HTTP). There is nothing to install: point your client at the URL below and authenticate with your what2post API token.
| MCP endpoint | https://what2postapp.com/mcp |
| Transport | Streamable HTTP (remote, stateless) |
| Auth | HTTP Authorization: Bearer <token> - your what2post API token from Settings (30-day expiry) |
| Connection guide | https://what2postapp.com/docs/mcp |
| Registry | io.github.theDestI/what2post on the official MCP Registry |
Also listed on Smithery, Glama, and PulseMCP.
Tools
All tools are read-only and scoped to your own account.
| Tool | Description | Subscription |
|---|---|---|
list_my_posts |
List your synced LinkedIn posts, newest first | Required |
get_my_profile_stats |
Engagement stats and recent posts for a profile | Required |
get_my_growth |
Follower-growth stats over a time window | Free |
get_my_goals |
Your growth goals with progress | Free |
Connect
Claude Code
claude mcp add --transport http what2post https://what2postapp.com/mcp \
--header "Authorization: Bearer <your what2post API token>"
Any MCP client (generic config)
{
"mcpServers": {
"what2post": {
"url": "https://what2postapp.com/mcp",
"headers": { "Authorization": "Bearer <your what2post API token>" }
}
}
}
Getting a token
Sign in at what2postapp.com, open Settings, and copy your
API token (30-day expiry). Paste it into the Authorization header above.
Links
- Website: https://what2postapp.com
- Connection guide: https://what2postapp.com/docs/mcp
- Privacy policy: https://what2postapp.com/privacy-policy
- Support: support@what2postapp.com
Install
Add what2post to your client. Pick the one you use.
claude mcp add --transport http what2post https://what2postapp.com/mcpcodex mcp add what2post --url https://what2postapp.com/mcp{
"mcpServers": {
"what2post": {
"url": "https://what2postapp.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"what2post": {
"type": "http",
"url": "https://what2postapp.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"what2post": {
"url": "https://what2postapp.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"what2post": {
"serverUrl": "https://what2postapp.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
what2post exposes 4 tools to a connected agent.
- list_my_posts
- List your synced LinkedIn posts, newest first
- get_my_profile_stats
- Engagement stats and recent posts for a profile
- get_my_growth
- Follower-growth stats over a time window
- get_my_goals
- Your growth goals with progress
Score
65 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust9/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 65 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jun 28, 2026 |
| 1.0.0 | Jun 24, 2026 |