← devpost.app

INDIVIDUAL MCP TOOL

reddit_get_post_comments

Read the comment tree of a reddit post (by post id, e.g.

devpost.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://devpost.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for reddit_get_post_comments 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

devpost.app

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.devpost]
url = "https://devpost.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "devpost": {
      "type": "http",
      "url": "https://devpost.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: devpost
Remote MCP URL: https://devpost.app/mcp

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": {
    "devpost": {
      "url": "https://devpost.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "devpost": {
      "type": "http",
      "url": "https://devpost.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "devpost",
  "transport": "streamable-http",
  "url": "https://devpost.app/mcp"
}
MCP Inspector

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

Related tools

  • list_accounts — List the connected social accounts (platform, handle, status, latest audience numbers such as followers or karma).
  • connect_account — Start connecting a social account.
  • set_sync_cadence — How often the scheduler syncs this account on its own: 180 (every 3 hours), 360 (every 6 hours), 720 (every 12 hours), 1440 (once a day), null (on demand only).
  • disconnect_account — Disconnect (remove) a connected social account and its stored tokens.
  • describe_platform — Get the PlatformDescriptor(s): content limits, required extra fields and destination rules.
  • get_composer_context — Get live account-specific publishing constraints, narrowing describe_platform.
  • search_destinations — Search/resolve posting destinations for an account (e.g.
  • review_post — Preflight final copy for platform distribution risks, engagement bait, overly promotional phrasing and repetition.