ENDPOINT 1
https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY
Known tools 45
auth_statusCheck authentication status, API configuration, and workspace information
profile_groups_listList all profile groups accessible with your API key.
profile_groups_initialize_connectionGenerate a URL to connect a new social media profile to a profile group (initiates the OAuth/connect flow).
profiles_listList all available social media profiles for posting.
upload_createCreate a temporary file upload URL for sandboxed environments.
post_publishPublish a post to specified social media profiles.
post_statusGet status of a published post by post ID
post_publish_draftPublish a draft post.
post_updateUpdate an existing post.
post_deleteDelete a post from the database.
post_delete_on_platformDelete a published post from social media platforms WITHOUT removing it from the database.
history_listList recent post jobs
post_statsGet stats snapshots for one or more posts.
profiles_placementsList available placements for a profile.
profiles_statsGet the follower/engagement timeseries for a profile.
queues_listList all posting queues.
queues_getGet details of a single posting queue including its timeslots and post count
queues_createCreate a new posting queue with weekly timeslots.
queues_updateUpdate a queue's settings, timeslots, or pause/unpause it.
queues_deleteDelete a posting queue.
queues_next_slotGet the next available timeslot for a queue
comments_listList comments on a published post.
comments_getGet a single comment with its replies
comments_createCreate a comment or reply on a published post.
comments_deleteDelete a comment from the platform asynchronously.
comments_hideHide a comment on the platform asynchronously.
comments_unhideUnhide a previously hidden comment on the platform asynchronously.
comments_likeLike a comment on the platform asynchronously.
comments_unlikeRemove a like from a comment on the platform asynchronously.
profile_comments_listList profile-scoped comments.
profile_comments_getGet a single profile comment (review or your reply) by Postproxy hashid or the platform's external_id (e.g.
profile_comments_createReply to an existing profile comment (Google Business review).
profile_comments_deleteDelete your reply to a profile comment.
dm_chats_listList direct-message chats (conversations) for a DM-capable profile, ordered by most recent activity.
dm_chat_createFind or create a chat for a participant on a DM-capable profile (idempotent — returns the existing chat if one already exists).
dm_chat_getGet a single chat by Postproxy hashid or by the platform's external_conversation_id.
dm_messages_listList messages in a chat, most recent first.
dm_message_sendSend an outbound direct message.
dm_message_getGet a single message by Postproxy hashid or by the platform's external_id.
dm_message_editEdit a previously-sent outbound message on the platform.
dm_message_reactAdd a reaction from your business account to a message.
dm_message_unreactRemove your business account's reaction from a message.
dm_chat_archiveArchive (mute) a chat.
dm_chat_unarchiveUnarchive (unmute) a chat.
dm_comment_private_replySend a DM to the author of a comment, in reply to that comment (Meta 'Private Replies').