← Registry

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.

1 endpoint11 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

https://posterbot.app/mcp

No auth detected

MCP server metadata

Name
posterbot
Version
1.0.0
Capabilities
tools

Known tools 11

get_product_overview

Get a plain-language overview of what PosterBot is, its key features, and who it is for.

Inferred read-only
list_supported_platforms

List the social networks PosterBot can publish to and how each connects (including which are live vs.

Potential side effects
get_pricing

Get PosterBot's plans and limits (Free tier details and what paid tiers add).

Inferred read-only
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.

Inferred read-only
create_sandbox_account

Provision a fresh, self-serve PosterBot account for an agent (no human signup).

Inferred read-only
list_integrations

List the social accounts connected to your PosterBot org (id, provider, name, status).

Inferred read-only
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.

Inferred read-only
get_connect_url

Get an OAuth URL for a human to connect a TikTok account to your org.

Inferred read-only
schedule_post

Create a TikTok post as a draft, a scheduled post, or publish now.

Potential side effects
list_posts

List your recent posts and their per-platform delivery statuses.

Inferred read-only
get_dashboard_stats

Get a summary of your org's posting activity (totals by delivery status, connected integrations).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.