streamable-httpMITupdated 21d ago
Hosted MCP at https://api.trendsapi.ai/mcp. Same three operations and catalogs as REST. Token: trendsapi.ai/#get-key.
What can you do with Competitor Tracking API?
Remote MCP server
Hosted MCP at https://api.trendsapi.ai/mcp. Same three operations and catalogs as REST. Token: trendsapi.ai/#get-key.
REST contract: trendsapi-ai/trendsapi.
Tools
| MCP tool | REST mode |
Required | Returns |
|---|---|---|---|
get_trends |
get_time_series |
source, keyword |
Weekly history |
get_growth |
get_growth |
source, keyword |
Percent change |
get_top_trends |
get_top_trends |
type |
Live ranked feed |
Sources, feeds, and keyword formats: hub keyword sources and live feeds.
app downloads / app rankings still need an Android bundle ID (com.openai.chatgpt).
Cursor
~/.cursor/mcp.json:
{
"mcpServers": {
"trend-feeds": {
"url": "https://api.trendsapi.ai/mcp",
"transport": "http",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
}
VS Code
.vscode/mcp.json:
{
"servers": {
"trend-feeds": {
"type": "http",
"url": "https://api.trendsapi.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
}
Claude Desktop
{
"mcpServers": {
"trend-feeds": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.trendsapi.ai/mcp", "--header", "Authorization:${AUTH_HEADER}"],
"env": { "AUTH_HEADER": "Bearer YOUR_TOKEN" }
}
}
}
Claude.ai: Settings → Connectors → Add custom connector → https://api.trendsapi.ai/mcp.
No local production server in this repo.
License
MIT. See LICENSE.
Install
Add Competitor Tracking API to your client. Pick the one you use.
claude mcp add --transport http competitor-tracking-api https://competitor-tracking.api.trendsapi.ai/mcpcodex mcp add competitor-tracking-api --url https://competitor-tracking.api.trendsapi.ai/mcp{
"mcpServers": {
"competitor-tracking-api": {
"url": "https://competitor-tracking.api.trendsapi.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"competitor-tracking-api": {
"type": "http",
"url": "https://competitor-tracking.api.trendsapi.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"competitor-tracking-api": {
"url": "https://competitor-tracking.api.trendsapi.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"competitor-tracking-api": {
"serverUrl": "https://competitor-tracking.api.trendsapi.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
Competitor Tracking API exposes 3 tools to a connected agent.
- get_trends
- `get_time_series`
- get_growth
- `get_growth`
- get_top_trends
- `get_top_trends`
Score
73 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust16/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 13 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Aug 18, 2026 |
| 1.0.0 | Aug 3, 2026 |