LIVE ENDPOINT
https://mcp.postz.app/mcp?key=pz_xxx
Connect to this endpoint to inspect the live schema for upload_media 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
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
list_accounts— List all connected social media accounts in your Postz account.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.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.