Create an API key in your account, connect one endpoint, and ask in natural language. Stormy handles provider selection, cache policy, rate limits, billing receipts, and normalized output.Create an API key →
01
OAuth rollout
ChatGPT
Public ChatGPT connectors require Stormy OAuth 2.1. The connector recipe is ready; public authorization is the remaining deployment step.
Name: Stormy Social Data
MCP URL: https://mcp.stormy.ai/mcp
Authentication: OAuth 2.1 (pending public rollout)
02
~/.codex/config.toml
Codex
Set STORMY_API_KEY in your environment, then add this server block.
The MCP contract teaches the agent when to use cache, estimate spend, create a durable job, wait through provider cooldowns, batch emails, and stop. Destructive cancellation can remain approval-gated by the client.
Prompt 01
Using cached data, find 10 roofing creators on YouTube. Return profile URLs, follower counts, and the exact usage receipt.
Prompt 02
Estimate the cost, then find 100 current roofing creators in Ohio across TikTok, Instagram, and YouTube. Use durable jobs, never duplicate nonterminal work, and return one deduplicated table.
Prompt 03
Find 50 current home-improvement creators with at least 10,000 followers and their verified emails. Split email lookup into batches of at most 25 and include every usage receipt.
Prompt 04
Look up this creator profile, summarize the last 20 public posts, identify recurring commercial themes, and cite the source URLs.
Prompt 05
Recover my latest running social-data job. Honor poll_after_seconds, do not start replacement work, and report the current status or final result.