Metadata-Version: 2.4
Name: google-trends-mcp
Version: 1.0.2
Summary: MCP Server for Google Trends keyword analysis via pytrends
Author-email: Chanont <chanont025@gmail.com>
License: MIT
Project-URL: Repository, https://github.com/chanont025/GoogleTrend
Project-URL: Issues, https://github.com/chanont025/GoogleTrend/issues
Keywords: mcp,google-trends,pytrends,keyword-analysis
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp[cli]>=1.0.0
Requires-Dist: pytrends>=4.9.2
Requires-Dist: pandas>=2.0.0
Requires-Dist: tabulate>=0.9.0
Dynamic: license-file

# Google Trends MCP Server

MCP Server สำหรับวิเคราะห์ Keyword ผ่าน Google Trends (pytrends)

## Installation

```bash
pip install google-trends-mcp
```

หรือใช้ `uvx`:
```bash
uvx google-trends-mcp
```

## Usage

Server นี้มี 10 tools ให้ใช้:

1. **interest_over_time** - ดูความนิยมของ keyword ตามช่วงเวลา
2. **interest_by_region** - ดูความนิยมของ keyword ตามภูมิภาค
3. **related_topics** - ดู topic ที่เกี่ยวข้อง
4. **related_queries** - ดู query ที่เกี่ยวข้อง
5. **trending_searches** - ดู keyword ที่กำลัง trending
6. **realtime_trending** - ดู trending แบบ realtime
7. **suggestions** - ดูคำแนะนำ keyword
8. **categories** - ดูรายการ category ทั้งหมด
9. **historical_hourly** - ดูข้อมูลรายชั่วโมงย้อนหลัง
10. **compare_keywords** - เปรียบเทียบ keyword หลายตัว

## Example

```python
# ดูความนิยม "AI" ใน US ในช่วง 12 เดือนที่ผ่านมา
interest_over_time(
    keywords=["AI"],
    timeframe="today 12-m",
    geo="US"
)
```

## License

MIT License

## Author

Chanont (chanont025@gmail.com)
