INDIVIDUAL MCP TOOL
get_connected_accounts
List every connected social profile in the workspace with the profileId needed to target it.
LIVE ENDPOINT
https://mcp.postmcpai.com/mcp
Connect to this endpoint to inspect the live schema for get_connected_accounts 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.postmcpai-server]
url = "https://mcp.postmcpai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"postmcpai-server": {
"type": "http",
"url": "https://mcp.postmcpai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: postmcpai-server
Remote MCP URL: https://mcp.postmcpai.com/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": {
"postmcpai-server": {
"url": "https://mcp.postmcpai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"postmcpai-server": {
"type": "http",
"url": "https://mcp.postmcpai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "postmcpai-server",
"transport": "streamable-http",
"url": "https://mcp.postmcpai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_user_info— Retrieve details of the logged-in user including subscription plan, credit balance, the active workspace, and the caller's role in it.list_workspaces— List every workspace (project) the user belongs to, with the id to pass as workspaceId, the caller's role, and which one is the default.get_profile_analytics— A connected profile's own statistics from its network: followers, following, post count, and - where the network reports it - views or page views, with the raw figures under the platform's own names.get_account_health— Report connections whose access token has expired or is about to, and which therefore need the user to reconnect.list_posts— Retrieve scheduled, published, draft, and failed posts, newest first, with per-profile delivery status.get_post— Fetch a single post by id, including per-profile delivery status, the live URL of each published copy, and the error for any profile that failed.get_post_analytics— How a published post is doing on each network it went to: views, likes, comments, shares, saves and clicks per profile, with the raw metrics under the platform's own names.preflight_post— Dry-run a post before creating it: checks copy against each platform's character limit, flags profiles that are not connected or need reconnecting, warns when a platform requires media, reports each target's video limit when a video is attached, and reports the credit cost against the workspace balance.