INDIVIDUAL MCP TOOL
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).
LIVE ENDPOINT
https://devpost.app/mcp
Connect to this endpoint to inspect the live schema for set_sync_cadence 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
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.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.create_post— Create content on any platform with one standard input, validated against the PlatformDescriptor AND the chosen destination's own rules (a subreddit's required flair, title words, body policy and media limits) — the errors name exactly what to fix, so call get_composer_context with the destination first to get them right.