INDIVIDUAL MCP TOOL
instagram_post
Publish or schedule an Instagram image, Reel, or 2–10-item carousel through the standard post pipeline.
LIVE ENDPOINT
https://devpost.app/mcp
Connect to this endpoint to inspect the live schema for instagram_post 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.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.