Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Social Media
  3. What2post
  4. README

What2post README

The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the What2post listing page.

Back to What2post View source on GitHub

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 endpointhttps://what2postapp.com/mcp
TransportStreamable HTTP (remote, stateless)
AuthHTTP Authorization: Bearer <token> - your what2post API token from Settings (30-day expiry)
Connection guidehttps://what2postapp.com/docs/mcp
Registryio.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.

ToolDescriptionSubscription
list_my_postsList your synced LinkedIn posts, newest firstRequired
get_my_profile_statsEngagement stats and recent posts for a profileRequired
get_my_growthFollower-growth stats over a time windowFree
get_my_goalsYour growth goals with progressFree

Connect

Claude Code

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

Any MCP client (generic config)

config.json
{
  "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