45 lines
1011 B
JSON
45 lines
1011 B
JSON
{
|
|
"id": "google-trends",
|
|
"name": "Google Trends",
|
|
"type": "mcp_local",
|
|
"scope": "global",
|
|
"icon_small": "google-trends/icon_sm.png",
|
|
"icon_large": "google-trends/icon_lg.png",
|
|
"user_description": "Current trending topics by country, keyword search interest history, related queries, and regional interest maps. Powered by trendspyg \u2014 no API key required.",
|
|
"requires": [
|
|
"PYTHON"
|
|
],
|
|
"tags": [
|
|
"trends",
|
|
"mcp",
|
|
"local",
|
|
"google",
|
|
"search",
|
|
"analytics"
|
|
],
|
|
"auth": {
|
|
"type": "none"
|
|
},
|
|
"folder": "google-trends",
|
|
"version": 1,
|
|
"version_string": "1.0.0",
|
|
"version_release_date": "2026-07-22",
|
|
"tools": [
|
|
{
|
|
"name": "status",
|
|
"display_name": "Status Check"
|
|
},
|
|
{
|
|
"name": "get_trending",
|
|
"display_name": "Get Trending Topics"
|
|
},
|
|
{
|
|
"name": "get_interest_over_time",
|
|
"display_name": "Interest Over Time"
|
|
},
|
|
{
|
|
"name": "explore",
|
|
"display_name": "Explore Keyword"
|
|
}
|
|
]
|
|
} |