← posterbot.app
INDIVIDUAL MCP TOOL
schedule_post
Create a TikTok post as a draft, a scheduled post, or publish now.
LIVE ENDPOINT
https://posterbot.app/mcp
Connect to this endpoint to inspect the live schema for schedule_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.posterbot]
url = "https://posterbot.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"posterbot": {
"type": "http",
"url": "https://posterbot.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: posterbot
Remote MCP URL: https://posterbot.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": {
"posterbot": {
"url": "https://posterbot.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"posterbot": {
"type": "http",
"url": "https://posterbot.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "posterbot",
"transport": "streamable-http",
"url": "https://posterbot.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_product_overview— Get a plain-language overview of what PosterBot is, its key features, and who it is for.list_supported_platforms— List the social networks PosterBot can publish to and how each connects (including which are live vs.get_pricing— Get PosterBot's plans and limits (Free tier details and what paid tiers add).compare_alternatives— Compare PosterBot against the main alternatives (native schedulers, all-in-one suites, self-hosted tools) and explain who each is best for, including what PosterBot does not do.create_sandbox_account— Provision a fresh, self-serve PosterBot account for an agent (no human signup).list_integrations— List the social accounts connected to your PosterBot org (id, provider, name, status).get_platform_schema— Get TikTok's composing rules (caption limit, privacy levels, posting method, required/optional settings keys) so you can build a valid schedule_post call.get_connect_url— Get an OAuth URL for a human to connect a TikTok account to your org.