Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Web Traffic

FreeNot checked

MCP server for live website traffic trend data. Track site visit trends and competitor traffic signals from Claude, Cursor, VS Code and more.

GitHubEmbed

About

MCP server for live website traffic trend data. Track site visit trends and competitor traffic signals from Claude, Cursor, VS Code and more.

README

Web Traffic MCP Works with Claude Works with Cursor

Web traffic trend data for AI assistants Track website visit trends for any domain or company. Measure audience growth, detect traffic spikes from product launches or press coverage, and compare competitors side by side - all from your AI.

Full docs and live demo: https://trendsmcp.ai/web-traffic-data

Part of Trends MCP -- the MCP server for live trend data across 12+ sources. See the main repo: https://github.com/trendsmcp/trends-mcp


Get started in 2 steps

Step 1: Get your free API key at trendsmcp.ai 100 requests/month, no credit card required.

Step 2: Add to your AI client (replace YOUR_API_KEY):

+ Add to Cursor (one click)

Cursor / Windsurf / Cline   (~/.cursor/mcp.json or equivalent)

{
  "mcpServers": {
    "trends-mcp": {
      "url": "https://api.trendsmcp.ai/mcp",
      "transport": "http",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

VS Code / GitHub Copilot   (.vscode/mcp.json)

{
  "servers": {
    "trends-mcp": {
      "type": "http",
      "url": "https://api.trendsmcp.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Claude Desktop   (claude_desktop_config.json)

{
  "mcpServers": {
    "trends-mcp": {
      "url": "https://api.trendsmcp.ai/mcp",
      "transport": "http",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Claude.ai (browser)   Settings -> Connectors -> Add custom connector:

https://api.trendsmcp.ai/mcp

Example query

After connecting, ask your AI:

get_trends(keyword='shopify.com', source='webtraffic', data_mode='weekly')

Available tools

Tool What it does
get_trends Time-series for a keyword on this source
get_growth Growth % over 1W, 1M, 3M, 6M, 1Y periods
get_top_trends What is trending right now on this source
get_ranked_trends Top topics ranked by volume

FAQ

What web traffic data does Trends MCP provide?

Normalized website visit trend data sourced from SimilarWeb estimates. Returns monthly traffic trends, growth rates, and historical time series for any domain.

Can I compare multiple domains at once?

Yes. Pass a list of domains and get comparative traffic growth metrics back in a structured response - useful for competitive benchmarking.

How accurate are the traffic estimates?

Traffic estimates are sourced from SimilarWeb panel data and are directionally accurate for medium-to-large sites. Small sites with under ~50K monthly visits may have lower data quality scores.

Can I query a company name instead of a domain?

Yes. The system resolves common company names to their primary domain automatically.


All data sources

Trends MCP covers 12+ sources in one connection: Google Search, YouTube, TikTok, Reddit, Amazon, Wikipedia, News Sentiment, Web Traffic, App Downloads, Steam, npm, and more.

Browse all: https://trendsmcp.ai/data-sources


License

MIT © Trends MCP

from github.com/trendsmcp-ai/web-traffic-mcp

Installing Web Traffic

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/trendsmcp-ai/web-traffic-mcp

FAQ

Is Web Traffic MCP free?

Yes, Web Traffic MCP is free — one-click install via Unyly at no cost.

Does Web Traffic need an API key?

No, Web Traffic runs without API keys or environment variables.

Is Web Traffic hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Web Traffic in Claude Desktop, Claude Code or Cursor?

Open Web Traffic on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Web Traffic with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs