Real-time social media datafor AI agents
Get a key, paste one prompt — your agent installs Stormy and starts finding people, posts, and verified emails.
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.50 results free every 30 days — no card.
Across every network
@buildwithalex
184K followers · Ohio
@roofinginsights
156K subscribers
Midwest Exteriors
6.2K followers · Columbus
- Find people
- Look up profiles
- Track posts & videos
- Get verified emails
Pay per result from $0.01 — see pricing
Try it right here
Pick a network and a call, then run it against the live API — no key, no signup.
https://stormy.ai/api/v1/searchSearch creators and profiles by topic or keyword.
{
"platform": "tiktok",
"query": "fitness coach",
"limit": 3
}Press Run to call the live API.It shows its working
Every result carries the exact detail that decided it. Rejections come back too — passing two of three tells you which filter to loosen.
- @bolaceyconstruction951 followers
Roofing | Siding | Baths📍Ohio
- is an actual roofing contractor or roofing company — metRoofing | Siding | Baths
- operates in Ohio — met📍Ohio
- posts their own project work — not metnone
- @roofprosplus545 followers
Roof Pros Plus
- is an actual roofing contractor or roofing company — met🛠️ Gutters, Fascias & Soffits
- operates in Ohio — not met🇨🇦 Made in Ontario for Ontario
- posts their own project work — metposts_count: 671
- @roof__expert19,216 followers
Roof_Expert_Dmitry
- is an actual roofing contractor or roofing company — metRoofing content🎥 is here👇🔨
- operates in Ohio — not metSeattle WA📍🇺🇸
- posts their own project work — metNew REELS🎞 every day📆
- @roofingpov_25,008 followers
Bruce P | Roofing POV
- is an actual roofing contractor or roofing company — met23 | SoCal Roofer
- operates in Ohio — not metSoCal Roofer
- posts their own project work — metPOV • Rooftops • Tools
returned as match_evidence on every result from POST /search and POST /jobs
Everything in one API
People, profiles, posts, and verified emails — one REST + MCP contract.
Find the right people
Search by topic, niche, or handle across every network at once.
@buildwithalex
184K · Ohio
@roofinginsights
156K subscribers
Midwest Exteriors
6.2K · Columbus
Resolve any profile
A handle or URL becomes a full profile.
184K
followers
2.3M
likes
312
posts
Verified contact emails
Charged only when an email is actually found.
alex@buildwithalex.com
verified · $0.15
Native MCP support
works in every agentclaude mcp add --transport http stormy https://stormy.ai/mcp \
--header "Authorization: Bearer $STORMY_API_KEY"Track posts & videos
liveFresh posts, views, and engagement deltas.
New teardown video
▲ +340Storm-damage walkthrough
▲ +6.1KConnect your agent
One line per client. Same contract over REST at https://stormy.ai/api/v1.
stm_live_••••••••••••••••••••••••••50 free cached results every 30 days — no card.
claude mcp add --transport http stormy https://stormy.ai/mcp \
--header "Authorization: Bearer $STORMY_API_KEY"Find people
Describe who you need. Get a ranked list.
Ask like you would ask a person — a niche, a place, a size.
POST /api/v1/search
Roofing creators in Ohio with 50k+ subscribers
Complete| Channel | Subscribers | Videos | Engagement |
|---|---|---|---|
| @buildwithalex | 184K | 412 | High |
| @roofinginsights | 156K | 890 | High |
| @theroofstrategist | 98K | 1240 | Medium |
| @midwestexteriors | 61K | 233 | High |
Usage-based pricing
Pay per returned result — one credit is one cent. $50/month includes $25 of usage.
Cached result
profiles and posts already indexed
$0.01
Fresh profile
current profile data from the source
$0.05
Fresh discovery
per matching person returned
$0.08
Verified email
charged only when an email is found
$0.15
Live estimate
100 people
$23.00
- Fresh discovery
- $8.00
- Verified emails
- up to $15.00
Maximum shown — email attempts without a verified result cost $0.
Ask for the people. Get the data.
Create a free key and make your first call in under a minute.