trendspyg

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

trendspyg

trendspyg

Free, open-source Python library for Google Trends data: trending now plus keyword interest over time, related queries, and interest by region. A maintained pytrends alternative with CLI and API.
bash
export UVX_TRENDSPYG='uvx --from "trendspyg[mcp]" trendspyg-mcp'
免费的开源Python库,用于获取Google Trends数据:涵盖当前热门话题,以及关键词的时间趋势关注度、相关查询和区域关注度。这是一个维护中的pytrends替代方案,支持CLI和API。
bash
export UVX_TRENDSPYG='uvx --from "trendspyg[mcp]" trendspyg-mcp'

List available tools

列出可用工具

bash
alias trendspyg-list="npx -y mcporter list --stdio '$UVX_TRENDSPYG'"
trendspyg-list --all-parameters
bash
alias trendspyg-list="npx -y mcporter list --stdio '$UVX_TRENDSPYG'"
trendspyg-list --all-parameters

Get the schema of the specified tool

获取指定工具的架构

trendspyg-list --json | jq '.tools[] | select(.name == "<tool_name>")'
undefined
trendspyg-list --json | jq '.tools[] | select(.name == "<tool_name>")'
undefined

Call specified tool

调用指定工具

bash
alias trendspyg-call="npx -y mcporter call --stdio '$UVX_TRENDSPYG'"
trendspyg-call --tool <tool_name> --args '{"key":"val"}'
bash
alias trendspyg-call="npx -y mcporter call --stdio '$UVX_TRENDSPYG'"
trendspyg-call --tool <tool_name> --args '{"key":"val"}'

About
mcporter

关于
mcporter

To improve compatibility, use
npx -y mcporter
instead of
mcporter
when executing commands.
为提升兼容性,执行命令时请使用
npx -y mcporter
而非
mcporter