Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI โ†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
  • Remote MCP โ†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) โ†— (opens in a new tab)
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐ŸŽฎ Gaming
  3. Competitor Tracking API
Competitor Tracking API logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:05:26 PM

Competitor Tracking API

Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View RepositoryVisit Website

Track competitor brand demand across search, social and news. Free key at trendsapi.ai

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "competitor-tracking-api": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.trendsapi.ai/mcp",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ]
    }
  }
}

๐Ÿ’ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (3) Directory Badge Claim listing Alternatives๐ŸŽฎ More in Gaming

Capabilities & Tool Schemas (3) ~55 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Competitor Tracking API.

get_trends

Historical trend series for a keyword on one of 15 sources

get_growth

Growth % over 3M / 6M / 12M / 5Y windows

get_top_trends

21 live trending feeds (Google, TikTok, YouTube, X, Reddit, Amazon, Steam, Spotify...)

Documentation Overview

Trends MCP - trend data MCP server for Claude, Cursor, VS Code & ChatGPT

License: MIT API v1 MCP compatible Free tier

The Trends API MCP server. Query Google, TikTok, Amazon, Reddit, YouTube, Steam, npm and 30+ trend sources in natural language from any MCP-compatible AI. Same data, same API key, no local install - it is a hosted remote server.

Get a free API key (100 req/mo): https://trendsapi.ai/#get-key ยท REST docs: https://trendsapi.ai/#quickstart


Connect in 30 seconds

The same API key powers the Trends API MCP server, so Claude, Cursor, VS Code, ChatGPT and any MCP-compatible client can query this data in natural language.

+ Add to Cursor (one click)

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

config.json
{
  "mcpServers": {
    "trendsapi": {
      "url": "https://api.trendsapi.ai/mcp",
      "transport": "http",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

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

config.json
{
  "servers": {
    "trendsapi": {
      "type": "http",
      "url": "https://api.trendsapi.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Claude Desktop (claude_desktop_config.json):

config.json
{
  "mcpServers": {
    "trendsapi": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://api.trendsapi.ai/mcp", "--header", "Authorization:${AUTH_HEADER}"],
      "env": { "AUTH_HEADER": "Bearer YOUR_API_KEY" }
    }
  }
}

Claude.ai (browser): Settings -> Connectors -> Add custom connector -> https://api.trendsapi.ai/mcp

Then ask things like:

Code
How did "creatine gummies" grow on TikTok vs Google over the last 12 months?
What is trending on YouTube right now?

What you can ask

Code
Is "heatless curls" still growing on TikTok, or did it peak?
Compare 12-month growth of "creatine gummies" on Amazon vs Google.
What is trending on YouTube right now?
Which npm packages in the React ecosystem are gaining downloads fastest?

Tools

ToolWhat it doesNeeds a keyword?
get_trendsHistorical trend series for a keyword on one of 15 sourcesyes
get_growthGrowth % over 3M / 6M / 12M / 5Y windowsyes
get_top_trends21 live trending feeds (Google, TikTok, YouTube, X, Reddit, Amazon, Steam, Spotify...)no

Coverage

Sourcesource valueWhat it measures
Google Searchgoogle searchSearch volume
Google Imagesgoogle imagesImage search volume
Google Newsgoogle newsNews search volume
Google Shoppinggoogle shoppingShopping search volume
YouTubeyoutubeSearch volume
TikToktiktokHashtag volume
RedditredditSubreddit subscribers
AmazonamazonProduct search volume
WikipediawikipediaPage views
News volumenews volumeArticle mention volume
News sentimentnews sentimentPositive / negative score
App downloadsapp downloadsAndroid downloads (AppBrain)
App rankingsapp rankingsAndroid chart position
npmnpmWeekly package downloads
SteamsteamConcurrent players (monthly)

Live feeds

Feedtype value
Google TrendsGoogle Trends
Google News Top NewsGoogle News Top News
TikTok Trending HashtagsTikTok Trending Hashtags
TikTok Trending SearchesTikTok Trending Searches
TikTok Shop Hot ProductsTikTok Shop Hot Products
YouTube TrendingYouTube Trending
X (Twitter) TrendingX (Twitter) Trending
Reddit Hot PostsReddit Hot Posts
Reddit World NewsReddit World News
Wikipedia TrendingWikipedia Trending
Amazon Best Sellers Top RatedAmazon Best Sellers Top Rated
Amazon Best Sellers by CategoryAmazon Best Sellers by Category
App Store Top FreeApp Store Top Free
App Store Top PaidApp Store Top Paid
Google PlayGoogle Play
Top WebsitesTop Websites
Spotify Top PodcastsSpotify Top Podcasts
Steam Most PlayedSteam Most Played
GitHub Trending ReposGitHub Trending Repos
IMDb MOVIEmeterIMDb MOVIEmeter
Open Library Trending BooksOpen Library Trending Books

How it works

This is a remote MCP server hosted at https://api.trendsapi.ai/mcp. There is nothing to run locally and nothing to update. Your API key goes in the Authorization header; every MCP client above handles it natively or through mcp-remote.

Prefer raw REST? The same key works on POST https://api.trendsapi.ai/api - see the main repo.


Links

  • Docs & quickstart: https://trendsapi.ai/#quickstart
  • llms.txt (machine-readable API reference): https://trendsapi.ai/llms.txt
  • Pricing (free tier: 100 requests/month): https://trendsapi.ai/#pricing
  • Get an API key: https://trendsapi.ai/#get-key

License

MIT - see LICENSE. Data is served by Trends API; usage of the API itself is subject to the plan limits on your key.

Related MCP Servers

View all in Gaming View all alternatives
  • Unity MCP logoUnity MCP

    โƒฃ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - MCP Server for Unity Editor and for a game made with Unity

    ๐ŸŽฎ Gaming3 views
    Compare vs Unity MCP โ†’
  • Steam Trends API logoSteam Trends API

    Steam concurrent player trends for any game over time. Free key at trendsapi.ai

    ๐ŸŽฎ Gaming0 views
    Compare vs Steam Trends API โ†’
  • Unreal Ai Connection logoUnreal Ai Connection

    Drive the Unreal Engine 5.7 editor from any MCP client over a local TCP socket โ€” 105 editor-automation tools (72 native C++ + 33 bridge-side). Native C++ plugin + thin Python bridge, 50ms round-trips. 498 tests, MIT.

    ๐ŸŽฎ Gaming4 views
    Compare vs Unreal Ai Connection โ†’
  • U
    Unreal Engine API Documentation

    Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes.

    ๐ŸŽฎ Gaming0 views
    Compare vs Unreal Engine API Documentation โ†’

Frequently Asked Questions about Competitor Tracking API

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "competitor-tracking-api": { "command": "npx", "args": ["-y", "Competitor Tracking API"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCompetitor Tracking API AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/competitor-tracking-api?style=directory)](https://allmcps.com/mcp/competitor-tracking-api)
HTML Embed
<a href="https://allmcps.com/mcp/competitor-tracking-api"><img src="https://allmcps.com/api/badge/competitor-tracking-api?style=directory" alt="Competitor Tracking API on AllMCPs" /></a>

Technical Specs & Signals

Category๐ŸŽฎGaming
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit7d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 3, 2026
51Quality signal: Good ยท 51/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge โ€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐ŸŽฎ Gaming โ†’Best MCP servers for Gaming โ†’Alternatives to Competitor Tracking API โ†’Install in Claude DesktopInstall in CursorInstall in VS Code