INDIVIDUAL MCP TOOL
get_instagram_profile
Get an Instagram account's profile stats: followers, follows, media count, bio.
LIVE ENDPOINT
https://getsocialclaw.com/mcp
Connect to this endpoint to inspect the live schema for get_instagram_profile 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.socialclaw]
url = "https://getsocialclaw.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"socialclaw": {
"type": "http",
"url": "https://getsocialclaw.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: socialclaw
Remote MCP URL: https://getsocialclaw.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": {
"socialclaw": {
"url": "https://getsocialclaw.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"socialclaw": {
"type": "http",
"url": "https://getsocialclaw.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "socialclaw",
"transport": "streamable-http",
"url": "https://getsocialclaw.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_accounts— List connected social accounts in the SocialClaw workspace.account_capabilities— Get publish capabilities and provider rules for connected accounts: what media is allowed, text limits, and whether publishing is currently possible.connect_account— Start connecting a new social account.upload_asset— Upload media (image or video) to SocialClaw hosted storage.validate_schedule— Validate a schedule document against provider rules, media limits, account state, and publish times WITHOUT creating any posts.preview_campaign— Preview how a campaign schedule document expands into concrete posts and steps without creating anything.apply_schedule— Create a publishing run from a schedule document.publish_draft— Publish a previously created draft run, optionally at a given ISO-8601 start time.