# what2post [Health: Active]

**Category:** 🌐 Social Media  
**Repository:** https://github.com/destilabs/what2post-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/what2post-2

## Description
Read-only access to your what2post LinkedIn data: posts, profile stats, follower growth and goals.

## Tools
Capabilities this server exposes over MCP:

- **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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "what2post": {
    "url": "https://what2postapp.com"
  }
}
```

## Documentation & README

# what2post MCP server

Read-only access to your [what2post](https://what2postapp.com) 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`](https://registry.modelcontextprotocol.io) on the official MCP Registry |

Also listed on [Smithery](https://smithery.ai), [Glama](https://glama.ai/mcp), and [PulseMCP](https://www.pulsemcp.com).

## 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

```bash
claude mcp add --transport http what2post https://what2postapp.com/mcp \
  --header "Authorization: Bearer <your what2post API token>"
```

### Any MCP client (generic config)

```json
{
  "mcpServers": {
    "what2post": {
      "url": "https://what2postapp.com/mcp",
      "headers": { "Authorization": "Bearer <your what2post API token>" }
    }
  }
}
```

## Getting a token

Sign in at [what2postapp.com](https://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

