# Trends MCP

Real-time trend data from Google Trends (Search, Images, News, Shopping), YouTube, TikTok, Reddit, Amazon, Wikipedia, X (Twitter), LinkedIn, Spotify, GitHub, Steam, npm, App Store, news sentiment and…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add trendsmcp/trends-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list trendsmcp/trends-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get trendsmcp/trends-mcp trendsMCP___get_growth

# Call a tool
npx -y @smithery/cli@latest tool call trendsmcp/trends-mcp trendsMCP___get_growth '{}'
```

## Direct MCP Connection

Endpoint: `https://trends-mcp--trendsmcp.run.tools`

## Tools (4)

- `trendsMCP___get_growth` — Analyze growth trends in normalized (0-100 scale) alternative data for investment intelligence. Calculates point-to-poi…
- `trendsMCP___get_ranked_trends` — Retrieve ranked top trends using precomputed growth columns from the latest materialized views. Supports keyword, catal…
- `trendsMCP___get_top_trends` — Retrieve the current top trending items for a specific data source. Returns the latest ranked list for the requested ty…
- `trendsMCP___get_trends` — Retrieve normalized (0-100 scale) historical time series data for detailed analysis. Returns full historical data point…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get trendsmcp/trends-mcp <tool-name>
```
