Connect your agent

Get a key, paste one prompt. Your agent does the rest.

1Get your API key

stm_live_••••••••••••••••••••••••••
Create your free key

50 free cached results every 30 days — no card.

2Paste this prompt

The prompt · paste into any agent
Help me install the Stormy Social Data MCP and explain what it can do.

1. Add the MCP server https://stormy.ai/mcp (Streamable HTTP). REST base https://stormy.ai/api/v1. Read https://stormy.ai/llms.txt and GET https://stormy.ai/api/v1/capabilities first so you understand the full tool surface.
2. Get me a key WITHOUT making me copy anything:
   a. POST https://stormy.ai/api/connect/start (no auth) → { verify_url, poll_url }.
   b. Open verify_url in my browser so I can click Approve.
   c. Poll poll_url every 3 seconds (up to 5 minutes) until {"status":"ready","key":"..."}.
   d. Save the key as STORMY_API_KEY and send it as a bearer token — never put it in committed code, prompts, or URLs.
3. Then explain to me, in plain language, what Stormy can do: which social networks it covers, the search / profile / posts / verified-email / durable-job tools, and how the free preview and usage-based pricing work.
4. To prove it is live, fetch 5 YouTube results about a topic I care about and show the results plus the usage receipt.

No key yet? The prompt fetches one for you — your browser opens and you click Approve.

Prefer a manual install?

Add the server yourself and send your key as a bearer token.

claude mcp add --transport http stormy https://stormy.ai/mcp \
  --header "Authorization: Bearer $STORMY_API_KEY"

Good first asks

  • Using cached data, find 10 roofing creators on YouTube. Return profile URLs, follower counts, and the exact usage receipt.

  • Estimate the cost, then find 100 current roofing creators in Ohio across TikTok, Instagram, and YouTube. Use durable jobs and return one deduplicated table.

  • 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.

  • Look up this creator profile, summarize the last 20 public posts, identify recurring commercial themes, and cite the source URLs.

MCP documentation