Social Media
postz.app
An MCP server for managing Postz social media accounts, scheduling posts, uploading media, and listing or updating posts.
ENDPOINT 1
https://mcp.postz.app/mcp?key=pz_xxx
MCP server metadata
- Name
- postz
- Version
- 1.3.0
Known tools 11
update_postUpdate an existing draft or scheduled post: change the caption, media, schedule time, target accounts, or toggle draft status.
Potential side effectsget_account_analyticsGet analytics summary for a social media account over the last N days: total views, likes, comments, shares, saves, and average engagement rate.
Inferred read-onlyget_account_feedsGet recent posts with metrics (views, likes, comments, shares) for a social media account, filtered to the last N days.
Inferred read-onlyget_top_postsGet 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-onlyget_all_accounts_summaryGet an aggregated analytics summary for every connected social account in one call, over the last N days.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.