← postproxy.dev
INDIVIDUAL MCP TOOL
profile_groups_list
List all profile groups accessible with your API key.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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-dev]
url = "https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"postproxy-dev": {
"type": "http",
"url": "https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: postproxy-dev
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-dev": {
"url": "https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"postproxy-dev": {
"type": "http",
"url": "https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "postproxy-dev",
"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 informationprofile_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 published post by post IDpost_publish_draft— Publish a draft post.post_update— Update an existing post.