Social Media
posterbot.app
PosterBot is an MCP server for social media publishing that provides product overview, supported platforms, pricing, competitor comparisons, and sandbox account provisioning.
ENDPOINT 1
https://posterbot.app/mcp
MCP server metadata
- Name
- posterbot
- Version
- 1.0.0
Known tools 11
get_product_overviewGet a plain-language overview of what PosterBot is, its key features, and who it is for.
Inferred read-onlylist_supported_platformsList the social networks PosterBot can publish to and how each connects (including which are live vs.
Potential side effectsget_pricingGet PosterBot's plans and limits (Free tier details and what paid tiers add).
Inferred read-onlycompare_alternativesCompare 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.
Inferred read-onlycreate_sandbox_accountProvision a fresh, self-serve PosterBot account for an agent (no human signup).
Inferred read-onlylist_integrationsList the social accounts connected to your PosterBot org (id, provider, name, status).
Inferred read-onlyget_platform_schemaGet TikTok's composing rules (caption limit, privacy levels, posting method, required/optional settings keys) so you can build a valid schedule_post call.
Inferred read-onlyget_connect_urlGet an OAuth URL for a human to connect a TikTok account to your org.
Inferred read-onlyschedule_postCreate a TikTok post as a draft, a scheduled post, or publish now.
Potential side effectsget_dashboard_statsGet a summary of your org's posting activity (totals by delivery status, connected integrations).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.