← postproxy.dev

INDIVIDUAL MCP TOOL

comments_like

Like a comment on the platform asynchronously.

postproxy.devnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for comments_like and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

postproxy.dev

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 information
  • summary_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.