← Registry

Social Media

postmcpai.com

Manages social media workspaces, connected profiles, profile analytics, and account token health.

1 endpoint17 known toolsFirst detected September 3, 2026Last detected September 13, 2026

ENDPOINT 1

https://mcp.postmcpai.com/mcp

No auth detected

MCP server metadata

Name
postmcpai-server
Version
1.0.1
Capabilities
tools

Known tools 17

get_user_info

Retrieve details of the logged-in user including subscription plan, credit balance, the active workspace, and the caller's role in it.

Inferred read-only
list_workspaces

List 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-only
get_connected_accounts

List every connected social profile in the workspace with the profileId needed to target it.

Inferred read-only
get_profile_analytics

A 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 effects
get_account_health

Report connections whose access token has expired or is about to, and which therefore need the user to reconnect.

Inferred read-only
list_posts

Retrieve scheduled, published, draft, and failed posts, newest first, with per-profile delivery status.

Inferred read-only
get_post

Fetch 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 effects
get_post_analytics

How 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 effects
preflight_post

Dry-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 effects
create_post

Schedule or immediately publish a post to specific connected social profiles.

Potential side effects
publish_post_now

Broadcast an existing scheduled post immediately to its platforms.

Potential side effects
delete_post

Cancel and delete a scheduled or failed post from the database.

Potential side effects
update_post

Update the fields (content, target profiles, schedule date/time) of an existing post.

Potential side effects
reschedule_post

Move a post to a different date and time, keeping its copy and target profiles.

Potential side effects
reset_stuck_post

Release a post left stuck mid-publish so it can be retried.

Potential side effects
generate_image

Generate an image for a post from a text prompt and return its hosted URL, ready to pass to create_post as mediaUrl.

Potential side effects
multicall

Run several PostMCP tools in one request, in the order given.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.