← postz.app

INDIVIDUAL MCP TOOL

list_accounts

List all connected social media accounts in your Postz account.

postz.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.postz.app/mcp?key=pz_xxx

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

postz.app

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.postz]
url = "https://mcp.postz.app/mcp?key=pz_xxx"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "postz": {
      "type": "http",
      "url": "https://mcp.postz.app/mcp?key=pz_xxx"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: postz
Remote MCP URL: https://mcp.postz.app/mcp?key=pz_xxx

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": {
    "postz": {
      "url": "https://mcp.postz.app/mcp?key=pz_xxx"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "postz": {
      "type": "http",
      "url": "https://mcp.postz.app/mcp?key=pz_xxx"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "postz",
  "transport": "streamable-http",
  "url": "https://mcp.postz.app/mcp?key=pz_xxx"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • create_post — Create and schedule a social media post on Postz.
  • update_post — Update an existing draft or scheduled post: change the caption, media, schedule time, target accounts, or toggle draft status.
  • upload_media — Get a presigned upload URL for an image or video.
  • list_posts — List your posts on Postz.
  • get_post — Get details of a specific post including platform results.
  • delete_post — Delete a draft or scheduled post.
  • get_account_analytics — Get analytics summary for a social media account over the last N days: total views, likes, comments, shares, saves, and average engagement rate.
  • get_account_feeds — Get recent posts with metrics (views, likes, comments, shares) for a social media account, filtered to the last N days.