ENDPOINT 1
https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY
MCP server metadata
- Name
- postproxy-mcp
- Version
- 1.17.0
Known tools 64
auth_statusCheck authentication status, API configuration, and workspace information
Inferred read-onlyprofile_groups_initialize_connectionGenerate a URL to connect a new social media profile to a profile group (initiates the OAuth/connect flow).
Inferred read-onlypost_delete_on_platformDelete a published post from social media platforms WITHOUT removing it from the database.
Potential side effectsqueues_getGet details of a single posting queue including its timeslots and post count
Potential side effectsprofile_comments_getGet a single profile comment (review or your reply) by Postproxy hashid or the platform's external_id (e.g.
Inferred read-onlyprofile_comments_createReply to an existing profile comment (Google Business review).
Inferred read-onlydm_chats_listList direct-message chats (conversations) for a DM-capable profile, ordered by most recent activity.
Potential side effectsdm_chat_createFind or create a chat for a participant on a DM-capable profile (idempotent — returns the existing chat if one already exists).
Potential side effectsdm_chat_getGet a single chat by Postproxy hashid or by the platform's external_conversation_id.
Inferred read-onlydm_message_getGet a single message by Postproxy hashid or by the platform's external_id.
Potential side effectsdm_comment_private_replySend a DM to the author of a comment, in reply to that comment (Meta 'Private Replies').
Potential side effectsgoogle_business_location_getRead a Google Business Profile location — name, description, website, phones, categories, address, hours, service area, service items, and metadata.
Inferred read-onlygoogle_business_location_updateUpdate fields on a Google Business Profile location.
Potential side effectsgoogle_business_categories_listResolve Google business category resource names (e.g.
Inferred read-onlygoogle_business_hours_updateSet opening hours on a Google Business Profile location.
Inferred read-onlygoogle_business_attributes_getRead the attributes currently set on a Google Business Profile location (payments, accessibility, service options, social links).
Inferred read-onlygoogle_business_attributes_availableList which attributes a location can actually set, with their value types.
Inferred read-onlygoogle_business_attributes_updateSet attributes on a Google Business Profile location.
Inferred read-onlygoogle_business_service_list_getRead the services offered by a Google Business Profile location.
Inferred read-onlygoogle_business_service_list_updateReplace the service list on a Google Business Profile location.
Inferred read-onlygoogle_business_food_menus_getRead food menus for a Google Business Profile location.
Inferred read-onlygoogle_business_food_menus_updateReplace the food menus on a Google Business Profile location.
Inferred read-onlygoogle_business_place_action_links_listList the action links on a Google Business Profile location — the 'Book online', 'Order online' and similar buttons.
Inferred read-onlygoogle_business_place_action_link_createAdd an action button to a Google Business Profile location.
Inferred read-onlygoogle_business_place_action_link_updateUpdate an existing action link on a Google Business Profile location.
Potential side effectsgoogle_business_place_action_link_deleteRemove an action link from a Google Business Profile location.
Potential side effectsgoogle_business_media_listList the photos and videos on a Google Business Profile location.
Inferred read-onlygoogle_business_media_createAdd a photo or video to a Google Business Profile location.
Inferred read-onlygoogle_business_media_deletePermanently remove a photo or video from a Google Business Profile location.
Potential side effectsCONNECT 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.
postproxy.dev is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.