← Registry

Social Media

postproxy.dev

Manage social media profiles and post content via API.

1 endpoint64 known toolsFirst detected June 5, 2026Last detected September 23, 2026

ENDPOINT 1

https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY

No auth detected

MCP server metadata

Name
postproxy-mcp
Version
1.17.0
Capabilities
tools

Known tools 64

auth_status

Check authentication status, API configuration, and workspace information

Inferred read-only
summary_get

Answer "what's the status?" in one call.

Inferred read-only
profile_groups_list

List all profile groups accessible with your API key.

Inferred read-only
profile_groups_initialize_connection

Generate a URL to connect a new social media profile to a profile group (initiates the OAuth/connect flow).

Inferred read-only
profiles_list

List all available social media profiles for posting.

Inferred read-only
upload_create

Create a temporary file upload URL for sandboxed environments.

Potential side effects
post_publish

Publish a post to specified social media profiles.

Potential side effects
post_status

Get status of a post by post ID.

Potential side effects
post_publish_draft

Publish a draft post.

Potential side effects
post_update

Update an existing post.

Potential side effects
post_delete

Delete a post from the database.

Potential side effects
post_delete_on_platform

Delete a published post from social media platforms WITHOUT removing it from the database.

Potential side effects
history_list

List recent post jobs.

Potential side effects
post_stats

Get stats snapshots for one or more posts.

Inferred read-only
profiles_placements

List available placements for a profile.

Inferred read-only
profiles_stats

Get the follower/engagement timeseries for a profile.

Inferred read-only
queues_list

List all posting queues.

Inferred read-only
queues_get

Get details of a single posting queue including its timeslots and post count

Potential side effects
queues_create

Create a new posting queue with weekly timeslots.

Potential side effects
queues_update

Update a queue's settings, timeslots, or pause/unpause it.

Potential side effects
queues_delete

Delete a posting queue.

Potential side effects
queues_next_slot

Get the next available timeslot for a queue

Inferred read-only
comments_list

List comments on a published post.

Potential side effects
comments_get

Get a single comment with its replies

Inferred read-only
comments_create

Create a comment or reply on a published post.

Potential side effects
comments_delete

Delete a comment from the platform asynchronously.

Potential side effects
comments_hide

Hide a comment on the platform asynchronously.

Inferred read-only
comments_unhide

Unhide a previously hidden comment on the platform asynchronously.

Inferred read-only
comments_like

Like a comment on the platform asynchronously.

Inferred read-only
comments_unlike

Remove a like from a comment on the platform asynchronously.

Potential side effects
profile_comments_list

List profile-scoped comments.

Inferred read-only
profile_comments_get

Get a single profile comment (review or your reply) by Postproxy hashid or the platform's external_id (e.g.

Inferred read-only
profile_comments_create

Reply to an existing profile comment (Google Business review).

Inferred read-only
profile_comments_delete

Delete your reply to a profile comment.

Potential side effects
dm_chats_list

List direct-message chats (conversations) for a DM-capable profile, ordered by most recent activity.

Potential side effects
dm_chat_create

Find or create a chat for a participant on a DM-capable profile (idempotent — returns the existing chat if one already exists).

Potential side effects
dm_chat_get

Get a single chat by Postproxy hashid or by the platform's external_conversation_id.

Inferred read-only
dm_messages_list

List messages in a chat, most recent first.

Inferred read-only
dm_message_send

Send an outbound direct message.

Potential side effects
dm_message_get

Get a single message by Postproxy hashid or by the platform's external_id.

Potential side effects
dm_message_edit

Edit a previously-sent outbound message on the platform.

Potential side effects
dm_message_react

Add a reaction from your business account to a message.

Potential side effects
dm_message_unreact

Remove your business account's reaction from a message.

Potential side effects
dm_chat_archive

Archive (mute) a chat.

Inferred read-only
dm_chat_unarchive

Unarchive (unmute) a chat.

Inferred read-only
dm_comment_private_reply

Send a DM to the author of a comment, in reply to that comment (Meta 'Private Replies').

Potential side effects
google_business_location_get

Read a Google Business Profile location — name, description, website, phones, categories, address, hours, service area, service items, and metadata.

Inferred read-only
google_business_location_update

Update fields on a Google Business Profile location.

Potential side effects
google_business_categories_list

Resolve Google business category resource names (e.g.

Inferred read-only
google_business_hours_update

Set opening hours on a Google Business Profile location.

Inferred read-only
google_business_attributes_get

Read the attributes currently set on a Google Business Profile location (payments, accessibility, service options, social links).

Inferred read-only
google_business_attributes_available

List which attributes a location can actually set, with their value types.

Inferred read-only
google_business_attributes_update

Set attributes on a Google Business Profile location.

Inferred read-only
google_business_service_list_get

Read the services offered by a Google Business Profile location.

Inferred read-only
google_business_service_list_update

Replace the service list on a Google Business Profile location.

Inferred read-only
google_business_food_menus_get

Read food menus for a Google Business Profile location.

Inferred read-only
google_business_food_menus_update

Replace the food menus on a Google Business Profile location.

Inferred read-only
google_business_place_action_links_list

List the action links on a Google Business Profile location — the 'Book online', 'Order online' and similar buttons.

Inferred read-only
google_business_place_action_link_create

Add an action button to a Google Business Profile location.

Inferred read-only
google_business_place_action_link_update

Update an existing action link on a Google Business Profile location.

Potential side effects
google_business_place_action_link_delete

Remove an action link from a Google Business Profile location.

Potential side effects
google_business_media_list

List the photos and videos on a Google Business Profile location.

Inferred read-only
google_business_media_create

Add a photo or video to a Google Business Profile location.

Inferred read-only
google_business_media_delete

Permanently remove a photo or video from a Google Business Profile location.

Potential side effects

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.postproxy-mcp]
url = "https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "postproxy-mcp": {
      "type": "http",
      "url": "https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: postproxy-mcp
Remote MCP URL: https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY

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": {
    "postproxy-mcp": {
      "url": "https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "postproxy-mcp": {
      "type": "http",
      "url": "https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "postproxy-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for postproxy.dev was fetched 2026-07-27T17:44:15.317Z and is being refreshed.

Trust status Trusted

postproxy.dev is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.