← postmcpai.com

INDIVIDUAL MCP TOOL

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.

postmcpai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.postmcpai.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for generate_image and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent server

postmcpai.com

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.

Related tools

  • 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.
  • 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.
  • get_connected_accounts — List every connected social profile in the workspace with the profileId needed to target it.
  • 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.
  • get_account_health — Report connections whose access token has expired or is about to, and which therefore need the user to reconnect.
  • list_posts — Retrieve scheduled, published, draft, and failed posts, newest first, with per-profile delivery status.
  • 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.
  • 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.