Publish, schedule, and manage social media posts across major platforms via the Postproxy API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Postproxy.
google_business_location_getRead the listing — name, description, website, phones, categories, address, hours, service area, metadata
google_business_location_updateUpdate listing fields (`title`, `websiteUri`, `phoneNumbers`, `categories`, `storefrontAddress`, `serviceArea`, `labels`, `latlng`, `openInfo`, `profile`, `storeCode`)
google_business_categories_listResolve category resource names (`categories/gcid:*`) for a region — needed for any `categories` patch
google_business_hours_updateSet `regularHours`, `specialHours` and `moreHours
google_business_attributes_getRead attributes currently set
google_business_attributes_availableList which attributes this listing can set, with value types
MCP (Model Context Protocol) server for integrating Postproxy API with Claude Code. This server provides tools for publishing posts, checking statuses, and managing social media profiles through Claude Code.
Claude Code stores MCP server configuration under ~/.claude/plugins/.
After installing postproxy-mcp, Claude will automatically detect the server on restart.
After installing postproxy-mcp, register it with Claude Code using the claude mcp add command:
Replace your-api-key with your actual Postproxy API key.
The configuration will be automatically saved to ~/.claude/plugins/. After running this command:
For non-technical users, you can use the interactive setup command:
or
This will guide you through the setup process step by step and register the server using claude mcp add automatically.
auth_statusCheck authentication status, API configuration, and workspace information.
Parameters: None
Returns:
summary_getAnswer "what's the status?" in one call — an activity snapshot for a time window instead of separate history_list / comments_list / dm_chats_list round trips.
Parameters:
window (string, optional): 24h (default), 7d, or 30dfrom (string, optional): ISO 8601 timestamp or bare date starting an explicit range. Overrides window, and the *_previous counts come back nullto (string, optional): End of the explicit range. Defaults to now when only from is givenprofile_group_id (string, optional): Report on a single group. Omit to cover every group the key can reachReturns:
Notes:
by_platform counts per-network deliveries, so a 3-item X thread is 3 under twitter.engagement is lifetime-to-date for posts published in the window, not engagement earned during it — it sums each post's newest stats snapshot. A post published minutes ago may have no snapshot yet and won't be in posts_with_insights. Keys are the normalized metrics listed in Stats Fields by Platform.awaiting_reply counts describe current state, not the window — they don't change when you change window. They look back 30 days, returned as window.backlog_from. A comment counts as replied only when the reply came from you (via Postproxy or the profile itself); chats_awaiting_reply is derived from message timestamps, since Postproxy has no read/unread state.reply_window_closing counts chats with under 6 hours of their 24h messaging window left. Networks without a window (Telegram, Bluesky) are excluded.engagement is null when insights are off for the account; dms is null when DMs are off.profile_groups_listList all profile groups accessible with your API key. Profile groups are organizational containers (e.g. per brand or client) that hold related profiles. Use a group's id to filter profiles_list by profile_group_id.
Parameters: None
Returns:
profiles_listList all available social media profiles for posting.
Parameters:
profile_group_id (string, optional): If provided, only profiles in this group are returned (use profile_groups_list to find group IDs)Returns:
profiles_placementsList available placements for a profile. For Facebook profiles, placements are business pages. For LinkedIn profiles, placements include the personal profile and organizations. For Pinterest profiles, placements are boards. For Telegram profiles, placements are channels the bot can post to. For Google Business profiles, placements are locations, returned as full resource paths (accounts/X/locations/Y) to pass as location_id. Available for facebook, linkedin, pinterest, telegram, and google_business profiles.
Parameters:
profile_id (string, required): Profile hashidReturns (LinkedIn example):
Notes:
chat_id is required on every postlocation_id is required on every post and on every google_business_* toolprofiles_statsGet the follower/engagement timeseries for a profile. Snapshots are captured roughly every 23 hours, so you can plot follower growth and other trends over time. The stats fields are platform-native (not normalized) — see Stats Fields by Platform in the post_stats section for shape and add-on profile-level keys (followers_count, followersCount, etc.) per network.
Parameters:
profile_id (string, required): Profile hashidplacement_id (string, conditional): Required for facebook, linkedin, telegram, and google_business profiles. Get it from profiles_placements. Omit for instagram, threads, youtube, twitter, tiktok, pinterest, and bluesky.from (string, optional): ISO 8601 timestamp — only include snapshots recorded at or after this timeto (string, optional): ISO 8601 timestamp — only include snapshots recorded at or before this timeReturns (LinkedIn example):
For non-placement networks (e.g. Bluesky), omit placement_id:
post_publishPublish a post to specified social media profiles.
Parameters:
content (string, required): Post content textprofiles (string[], required): Array of profile IDs (hashids) or platform names (e.g., "linkedin", "instagram", "twitter"). When using platform names, posts to the first connected profile for that platform.schedule (string, optional): ISO 8601 scheduled timemedia (string[], optional): Array of media URLs or local file pathsidempotency_key (string, optional): Idempotency key for deduplicationrequire_confirmation (boolean, optional): If true, return summary without publishingdraft (boolean, optional): If true, creates a draft post that won't publish automaticallyqueue_id (string, optional): Queue ID to add the post to. The queue will automatically assign a timeslot. Do not use together with schedule.queue_priority (string, optional): Priority when adding to a queue: high, medium (default), or lowplatforms (object, optional): Platform-specific parameters. Key is platform name (e.g., "instagram", "youtube", "tiktok"), value is object with platform-specific options. See Platform Parameters Reference for full documentation.Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/postproxy)<a href="https://allmcps.com/mcp/postproxy"><img src="https://allmcps.com/api/badge/postproxy?style=directory" alt="Postproxy on AllMCPs" /></a>