← Registry

API Tools

trendsmcp.ai

Provides an API server for AI assistants and agents to fetch and analyze trending topics.

21 endpoints42 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://www.trendsmcp.ai/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.trendsmcp-ai]
url = "https://www.trendsmcp.ai/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "trendsmcp-ai": {
      "type": "http",
      "url": "https://www.trendsmcp.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: trendsmcp-ai
Remote MCP URL: https://www.trendsmcp.ai/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "trendsmcp-ai": {
      "url": "https://www.trendsmcp.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "trendsmcp-ai": {
      "type": "http",
      "url": "https://www.trendsmcp.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "trendsmcp-ai bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "trendsmcp-ai",
  "transport": "streamable-http",
  "url": "https://www.trendsmcp.ai/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://amazon.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://amazon.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://amazon.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://amazon.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://amazon.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://amazon.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://amazon.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://app-store.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://app-store.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://app-store.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://app-store.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://app-store.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://app-store.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://app-store.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 4

https://competitor-tracking.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://competitor-tracking.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://competitor-tracking.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://competitor-tracking.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://competitor-tracking.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://competitor-tracking.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://competitor-tracking.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 5

https://content-strategy.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://content-strategy.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://content-strategy.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://content-strategy.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://content-strategy.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://content-strategy.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://content-strategy.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 6

https://crypto.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://crypto.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://crypto.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://crypto.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://crypto.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://crypto.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://crypto.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 7

https://ecommerce.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://ecommerce.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://ecommerce.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://ecommerce.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://ecommerce.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://ecommerce.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://ecommerce.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 8

https://google-trends.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://google-trends.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://google-trends.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://google-trends.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://google-trends.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://google-trends.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://google-trends.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 9

https://market-research.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://market-research.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://market-research.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://market-research.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://market-research.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://market-research.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://market-research.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 10

https://news-sentiment.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://news-sentiment.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://news-sentiment.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://news-sentiment.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://news-sentiment.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://news-sentiment.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://news-sentiment.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 11

https://news-volume.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://news-volume.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://news-volume.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://news-volume.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://news-volume.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://news-volume.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://news-volume.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 12

https://npm.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://npm.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://npm.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://npm.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://npm.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://npm.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://npm.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 13

https://reddit.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://reddit.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://reddit.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://reddit.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://reddit.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://reddit.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://reddit.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 14

https://seo.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
trendsmcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.trendsmcp]
url = "https://seo.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trendsmcp": {
      "type": "http",
      "url": "https://seo.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trendsmcp
Remote MCP URL: https://seo.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "trendsmcp": {
      "url": "https://seo.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trendsmcp": {
      "type": "http",
      "url": "https://seo.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trendsmcp",
  "transport": "streamable-http",
  "url": "https://seo.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 15

https://spotify.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
trendsmcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.trendsmcp]
url = "https://spotify.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trendsmcp": {
      "type": "http",
      "url": "https://spotify.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trendsmcp
Remote MCP URL: https://spotify.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "trendsmcp": {
      "url": "https://spotify.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trendsmcp": {
      "type": "http",
      "url": "https://spotify.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trendsmcp",
  "transport": "streamable-http",
  "url": "https://spotify.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 16

https://steam.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
trendsmcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.trendsmcp]
url = "https://steam.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trendsmcp": {
      "type": "http",
      "url": "https://steam.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trendsmcp
Remote MCP URL: https://steam.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "trendsmcp": {
      "url": "https://steam.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trendsmcp": {
      "type": "http",
      "url": "https://steam.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trendsmcp",
  "transport": "streamable-http",
  "url": "https://steam.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 17

https://tiktok.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
trendsmcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.trendsmcp]
url = "https://tiktok.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trendsmcp": {
      "type": "http",
      "url": "https://tiktok.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trendsmcp
Remote MCP URL: https://tiktok.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "trendsmcp": {
      "url": "https://tiktok.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trendsmcp": {
      "type": "http",
      "url": "https://tiktok.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trendsmcp",
  "transport": "streamable-http",
  "url": "https://tiktok.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 18

https://api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 19

https://wikipedia.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://wikipedia.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://wikipedia.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://wikipedia.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://wikipedia.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://wikipedia.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://wikipedia.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 20

https://x-twitter.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://x-twitter.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://x-twitter.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://x-twitter.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://x-twitter.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://x-twitter.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://x-twitter.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 21

https://youtube.api.trendsmcp.ai/mcp

No auth detected

MCP server metadata

Name
paradox-intelligence-trends-mcp
Version
1.0.0
Capabilities
toolspromptsresources

Known tools 3

trends___get_growth

Point-to-point growth for a keyword on one or more sources.

Inferred read-only
trends___get_time_series

Full historical series for one keyword and one source (0-100 values, plus volume when available).

Inferred read-only
trends___get_top_trends

Live top-trending board for exactly one feed type.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.paradox-intelligence-trends-mcp]
url = "https://youtube.api.trendsmcp.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://youtube.api.trendsmcp.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: paradox-intelligence-trends-mcp
Remote MCP URL: https://youtube.api.trendsmcp.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "paradox-intelligence-trends-mcp": {
      "url": "https://youtube.api.trendsmcp.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "paradox-intelligence-trends-mcp": {
      "type": "http",
      "url": "https://youtube.api.trendsmcp.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "paradox-intelligence-trends-mcp",
  "transport": "streamable-http",
  "url": "https://youtube.api.trendsmcp.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.