Metadata-Version: 2.4
Name: niche-google-trends-mcp
Version: 0.1.0
Summary: MCP server for Google Trends keyword validation and demand analysis
Project-URL: Homepage, https://github.com/duanchao/niche-demand-discovery
Project-URL: Repository, https://github.com/duanchao/niche-demand-discovery
Author: duanchao
License-Expression: Apache-2.0
Keywords: demand-discovery,google-trends,indie-hacker,mcp,niche
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: pytrends>=4.9.0
Description-Content-Type: text/markdown

# google-trends-mcp

MCP server for Google Trends keyword validation and demand analysis. No API key needed.

## Setup

```bash
uvx google-trends-mcp
```

## Tools

| Tool | Description |
|------|-------------|
| `trends_interest_over_time` | Keyword search interest over time (0-100 scale) |
| `trends_related_queries` | Related and rising queries for a keyword |
| `trends_compare` | Compare interest across multiple keywords |
| `trends_trending_searches` | Today's real-time trending searches |

## MCP Config

```json
{
  "mcpServers": {
    "google-trends-mcp": {
      "command": "uvx",
      "args": ["google-trends-mcp"]
    }
  }
}
```
