INDIVIDUAL MCP TOOL
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).
LIVE ENDPOINT
https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY
Connect to this endpoint to inspect the live schema for dm_chat_create and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.
Related tools
auth_status— Check authentication status, API configuration, and workspace informationsummary_get— Answer "what's the status?" in one call.profile_groups_list— List all profile groups accessible with your API key.profile_groups_initialize_connection— Generate a URL to connect a new social media profile to a profile group (initiates the OAuth/connect flow).profiles_list— List all available social media profiles for posting.upload_create— Create a temporary file upload URL for sandboxed environments.post_publish— Publish a post to specified social media profiles.post_status— Get status of a post by post ID.