SimilarWeb Insights
Give it a list of domains, get back their traffic, audience and competitor data from SimilarWeb.
- Tool
similarweb_insights- Cost
- 2 credits
- Category
- Traffic & SEO Intelligence
- Required input
- domains (array)
- Returns
- Total visits, engagement rates, traffic sources, competitor performance
What it does
- Returns website traffic stats and audience insights from SimilarWeb — total visits, engagement rates, top traffic sources and competitor performance.
domainsis an array, not a single string. Pass["stripe.com", "google.com"]even when you only want one domain.- This is the audience and competitor member of the traffic family. Choose it when you care where the traffic comes from, not just how much there is.
Which traffic tool to use
| Tool | Cost | Use it for |
|---|---|---|
find_company_website_traffic | 1 credit | A traffic number. Provider-agnostic waterfall, the cheapest option |
semrush_insights | 2 credits | SEO — organic keywords and backlinks. Takes one domain |
similarweb_insights | 2 credits | Audience, traffic sources and competitors. Takes an array of domains |
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
domains | array | Yes | e.g. ["stripe.com", "google.com"] |
How to use it
Connect the MCP server
Follow the setup guide for your client. Browser sign-in, no API key.
Pull one domain
Get SimilarWeb insights for the domains ["acme.com"].Compare an account to its competitors
Get SimilarWeb insights for ["acme.com", "competitor-a.com", "competitor-b.com"].
Compare total visits and engagement, and tell me which one is growing.Read the channel mix before you pitch
For acme.com, break down top traffic sources. Are they paid-heavy or
organic-heavy? Write a one-line opener based on the answer.Example prompts
| Ask your client | What you get back |
|---|---|
| ”SimilarWeb insights for acme.com” | Visits, engagement, traffic sources |
| ”Compare acme.com against these two competitors” | One record per domain, side by side |
| ”Where does acme.com’s traffic come from?” | Top traffic sources for the domain |
| ”What keywords does acme.com rank for?” | Not this tool — use semrush_insights |
Best prompting practices
- Always pass an array. A bare string is the most common failure on this tool.
["acme.com"], not"acme.com". - Batch the comparison set into one call. Putting the account and its competitors in the same
domainsarray is what makes the competitor read useful. - Say “audience” or “traffic sources” or “competitors”. That phrasing routes your client here rather than to the SEO tool.
- Screen with the cheap tool first.
find_company_website_trafficat 1 credit is enough to disqualify a domain before you spend 2 here. - Ask for the comparison, not the table. “Which of these three is growing fastest” is the output you can use in an email.
Output
{
"domains": [
{
"domain": "acme.com",
"total_visits": 184000,
"top_traffic_sources": ["direct", "organic search", "referral"]
}
]
}Credits and limits
2 credits per call. Run check_credits (free) before a large batch.
Low-traffic domains sit below SimilarWeb’s reporting threshold and come back
thin or empty. That is a coverage limit, not a sign the site has no visitors —
fall back to find_company_website_traffic
for a provider-agnostic number.
Related tools
| Tool | Use it instead when |
|---|---|
find_company_website_traffic | You only need a traffic number — 1 credit, cheapest option |
semrush_insights | You need organic keywords or backlinks — 2 credits |
find_company_techstack | You want the technologies behind the site — 1 credit |
b2b_ads_search | The channel mix looks paid-heavy and you want the ads themselves |
Next steps
- All MCP tools — the full catalogue with credit costs
- TAM Sourcing — workflows that chain this tool into account qualification
Keep learning
Two courses take these tools past the reference page — clustered by GTM job, then chained into workflows.
SyncGTM MCP Mini CourseBeginnerMCP server · 8 lessons · 1h 31mAll 50 MCP tools clustered by GTM job — lead sourcing, CRM enrichment, social signals, account research, scraping — with copy-paste workflow prompts.AI-Powered GTMIntermediateApp + MCP · 19 lessons · 3h 6mWhere AI earns its cost, how to think in MCP tool chains, and three agentic builds — warm outbound, meeting research, CRM repair.