← Registry

Social Media

postz.app

An MCP server for managing Postz social media accounts, scheduling posts, uploading media, and listing or updating posts.

1 endpoint11 known toolsFirst detected September 18, 2026Last detected September 18, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
postz
Version
1.3.0
Capabilities
tools

Known tools 11

list_accounts

List all connected social media accounts in your Postz account.

Inferred read-only
create_post

Create and schedule a social media post on Postz.

Potential side effects
update_post

Update an existing draft or scheduled post: change the caption, media, schedule time, target accounts, or toggle draft status.

Potential side effects
upload_media

Get a presigned upload URL for an image or video.

Potential side effects
list_posts

List your posts on Postz.

Inferred read-only
get_post

Get details of a specific post including platform results.

Potential side effects
delete_post

Delete a draft or scheduled post.

Potential side effects
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.

Inferred read-only
get_account_feeds

Get recent posts with metrics (views, likes, comments, shares) for a social media account, filtered to the last N days.

Inferred read-only
get_top_posts

Get the top-performing posts for an account ranked server-side by the chosen metric (engagement_rate, views, likes, comments, shares, saves) over the last N days.

Inferred read-only
get_all_accounts_summary

Get an aggregated analytics summary for every connected social account in one call, over the last N days.

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

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.