Aggiunto connector Google Trends (mcp_local) — trendspyg, nessuna API key

This commit is contained in:
2026-07-22 22:46:08 +01:00
parent 9236f668ec
commit 5f254d9a96
8 changed files with 509 additions and 1 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"id": "google-trends",
"name": "Google Trends",
"version": 1,
"version_string": "1.0.0",
"version_release_date": "2026-07-22",
"type": "mcp_local",
"scope": "global",
"launch_command": "python3 google_trends_mcp.py",
"transport": "stdio",
"requires": ["PYTHON"],
"tags": ["trends", "mcp", "local", "google", "search", "analytics"],
"dependencies": [
"trendspyg>=0.7.0"
],
"setup_instructions": [
"Install dependencies: pip install -r requirements.txt",
"Run: python3 google_trends_mcp.py"
],
"docs": [
{
"lang": "en",
"description": "Google Trends — current trending topics, keyword interest over time, related queries, and interest by region. Powered by trendspyg (no API key needed).",
"llm_short_description": "Google Trends — current trending topics by country, keyword search interest history (0-100 scale), related queries, and regional interest maps. No API key required."
}
],
"auth": {
"type": "none"
},
"mcp_config": {
"command": "python3",
"args": ["google_trends_mcp.py"]
},
"homepage": "https://trends.google.com",
"icon_small": "icon_sm.png",
"icon_large": "icon_lg.png"
}