INDIVIDUAL MCP TOOL
lookup_profile
Look up one profile URL, handle, or channel ID and return normalized public fields plus a usage receipt.
LIVE ENDPOINT
https://stormy.ai/mcp
Connect to this endpoint to inspect the live schema for lookup_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.stormy-social-data]
url = "https://stormy.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stormy-social-data": {
"type": "http",
"url": "https://stormy.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stormy-social-data
Remote MCP URL: https://stormy.ai/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": {
"stormy-social-data": {
"url": "https://stormy.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stormy-social-data": {
"type": "http",
"url": "https://stormy.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stormy-social-data",
"transport": "streamable-http",
"url": "https://stormy.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_people— Search one social network and return normalized public results, source URLs, and a usage receipt.get_video_transcript— Everything said in a YouTube video, as text.find_emails— Find verified contact emails for 1-25 Instagram, TikTok, or YouTube profiles.estimate_price— Return the authoritative rate card and maximum workflow estimate without spending credits.account_status— Show entitlements, remaining prepaid usage, and the checkout or top-up URL.describe_social_data— Return the machine-readable platform, field, pricing, reliability, and workflow contract.start_social_job— Queue fresh, bulk, or email work with durable retries and status.get_social_job— Return status, progress, exact poll timing, result/error, and the complete timeline.