Social Media
postmcpai.com
Manages social media workspaces, connected profiles, profile analytics, and account token health.
ENDPOINT 1
https://mcp.postmcpai.com/mcp
MCP server metadata
- Name
- postmcpai-server
- Version
- 1.0.1
Known tools 17
get_user_infoRetrieve details of the logged-in user including subscription plan, credit balance, the active workspace, and the caller's role in it.
Inferred read-onlylist_workspacesList every workspace (project) the user belongs to, with the id to pass as workspaceId, the caller's role, and which one is the default.
Inferred read-onlyget_connected_accountsList every connected social profile in the workspace with the profileId needed to target it.
Inferred read-onlyget_profile_analyticsA connected profile's own statistics from its network: followers, following, post count, and - where the network reports it - views or page views, with the raw figures under the platform's own names.
Potential side effectsget_account_healthReport connections whose access token has expired or is about to, and which therefore need the user to reconnect.
Inferred read-onlylist_postsRetrieve scheduled, published, draft, and failed posts, newest first, with per-profile delivery status.
Inferred read-onlyget_postFetch a single post by id, including per-profile delivery status, the live URL of each published copy, and the error for any profile that failed.
Potential side effectsget_post_analyticsHow a published post is doing on each network it went to: views, likes, comments, shares, saves and clicks per profile, with the raw metrics under the platform's own names.
Potential side effectspreflight_postDry-run a post before creating it: checks copy against each platform's character limit, flags profiles that are not connected or need reconnecting, warns when a platform requires media, reports each target's video limit when a video is attached, and reports the credit cost against the workspace balance.
Potential side effectscreate_postSchedule or immediately publish a post to specific connected social profiles.
Potential side effectspublish_post_nowBroadcast an existing scheduled post immediately to its platforms.
Potential side effectsupdate_postUpdate the fields (content, target profiles, schedule date/time) of an existing post.
Potential side effectsreschedule_postMove a post to a different date and time, keeping its copy and target profiles.
Potential side effectsgenerate_imageGenerate an image for a post from a text prompt and return its hosted URL, ready to pass to create_post as mediaUrl.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.postmcpai-server]
url = "https://mcp.postmcpai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"postmcpai-server": {
"type": "http",
"url": "https://mcp.postmcpai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: postmcpai-server
Remote MCP URL: https://mcp.postmcpai.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"postmcpai-server": {
"url": "https://mcp.postmcpai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"postmcpai-server": {
"type": "http",
"url": "https://mcp.postmcpai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "postmcpai-server",
"transport": "streamable-http",
"url": "https://mcp.postmcpai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.