Connection check
auth required
postproxy
Publish, schedule, and manage social media posts across major platforms via the Postproxy API.
Tools
28
GitHub stars
—
Installs / wk
45
Licence
—
Transport
streamable-http, stdio
Last checked
27h ago
Tools & capabilities
28 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
auth_status
from source
Check authentication status, API configuration, and workspace information Check authentication status, API configuration, and workspace information
comments_get
from source
comments_hide
from source
comments_like
from source
comments_unlike
from source
dm_chat_archive
from source
dm_chat_get
from source
dm_message_unreact
from source
history_list
from source
List recent post jobs. Each entry includes the full content, created_at, scheduled_at (null if not scheduled), draft flag, internal status, and the platforms the post targets with… List recent post jobs. Each entry includes the full content, created_at, scheduled_at (null if not scheduled), draft flag, internal status, and the platforms the post targets with their status and published URLs
post_delete
from source
Delete a post from the database. By default does NOT remove from social media platforms. Pass delete_on_platform=true to also remove from all published platforms before DB deletion… Delete a post from the database. By default does NOT remove from social media platforms. Pass delete_on_platform=true to also remove from all published platforms before DB deletion.
post_delete_on_platform
from source
Delete a published post from social media platforms WITHOUT removing it from the database. Async via background job. Optionally narrow scope by post_profile_id (covers entire threa… Delete a published post from social media platforms WITHOUT removing it from the database. Async via background job. Optionally narrow scope by post_profile_id (covers entire thread for that profile), profile_id, or network. With no scope, deletes from all published platforms. Supported: Facebook, Threads, X (Twitter), LinkedIn, Pinterest, YouTube. NOT supported: Instagram, TikTok.
post_publish
from source
Publish a post to specified social media profiles. Supports text content, media attachments, scheduling, drafts, threads (X and Threads only), and platform-specific customization v… Publish a post to specified social media profiles. Supports text content, media attachments, scheduling, drafts, threads (X and Threads only), and platform-specific customization via the
post_publish_draft
from source
Publish a draft post. Only posts with draft status can be published using this endpoint Publish a draft post. Only posts with draft status can be published using this endpoint
post_stats
from source
Get stats snapshots for one or more posts. Returns all matching snapshots so you can see trends over time. Supports filtering by profiles/networks and timespan. Get stats snapshots for one or more posts. Returns all matching snapshots so you can see trends over time. Supports filtering by profiles/networks and timespan.
post_status
from source
Get status of a post by post ID. Returns the full content, scheduled_at (null if not scheduled), created_at, draft flag, internal status, per-platform status with published URLs, a… Get status of a post by post ID. Returns the full content, scheduled_at (null if not scheduled), created_at, draft flag, internal status, per-platform status with published URLs, and media details
post_update
from source
Update an existing post. Only drafts or scheduled posts (more than 5 min before publish) can be updated. Only send fields you want to change — omitted fields are left unchanged. Update an existing post. Only drafts or scheduled posts (more than 5 min before publish) can be updated. Only send fields you want to change — omitted fields are left unchanged.
profile_groups_initialize_connection
from source
Generate a URL to connect a new social media profile to a profile group (initiates the OAuth/connect flow). For bluesky, pass identifier + app_password. For telegram, pass bot_toke… Generate a URL to connect a new social media profile to a profile group (initiates the OAuth/connect flow). For bluesky, pass identifier + app_password. For telegram, pass bot_token. The returned URL should be opened by the user to complete the connection.
profile_groups_list
from source
List all profile groups accessible with your API key. Profile groups are organizational containers (e.g. per brand or client) that hold related social media profiles. Use the retur… List all profile groups accessible with your API key. Profile groups are organizational containers (e.g. per brand or client) that hold related social media profiles. Use the returned group
profiles_list
from source
List all available social media profiles for posting. Optionally filter by profile_group_id. List all available social media profiles for posting. Optionally filter by profile_group_id.
profiles_placements
from source
List available placements for a profile. For Facebook: business pages. For LinkedIn: personal profile and organizations. For Pinterest: boards. For Telegram: channels the bot can p… List available placements for a profile. For Facebook: business pages. For LinkedIn: personal profile and organizations. For Pinterest: boards. For Telegram: channels the bot can post to. For Google Business: locations (returned as full resource paths
profiles_stats
from source
queues_create
from source
Create a new posting queue with weekly timeslots. Use profiles.list to find the profile_group_id. Create a new posting queue with weekly timeslots. Use profiles.list to find the profile_group_id.
queues_get
from source
queues_list
from source
List all posting queues. Queues automatically schedule posts into recurring weekly timeslots with priority-based ordering. List all posting queues. Queues automatically schedule posts into recurring weekly timeslots with priority-based ordering.
queues_next_slot
from source
queues_update
from source
Update a queue Update a queue
summary_get
from source
Answer \ Answer \
upload_create
from source