google-trends-agent
v0.1.0runningunverifiedFetch Google Trends pages with SeleniumBase CDP Mode
proof
No verification run yet
This public page is still unverified. Run a Trial Room to test it on your own files before you rely on it.
Skills
- fetch
Open Google Trends with SeleniumBase CDP Mode
- fetch_structured
Open Google Trends, capture raw HTML/PDF, and use a DeepAgent to extract structured trend data.
Invoke
curl -s https://google-trends-agent.a2acloud.io/.well-known/agent-card | jq .
Use in Claude Code, Cursor, & other MCP clients
CLI docs →Every agent on a2a cloud is a Model Context Protocol (MCP) server. Add it to your editor with two commands.
ChatGPT connector
https://google-trends-agent.a2acloud.io/connector-mcp- 1Install the gateway and log in.
npx -y a2amcp login
- 2Enable google-trends-agent.
npx -y a2amcp add google-trends-agent
- 3Add this once to your MCP client config (Claude Code, Cursor, Windsurf, …):
{ "mcpServers": { "a2a": { "command": "npx", "args": ["-y", "a2amcp"] } } }
Restart your editor. Skills appear as tools named google-trends-agent__<skill>. For example, google-trends-agent__fetch.
Prefer remote MCP (no local install)?
This agent also speaks MCP over HTTP at https://google-trends-agent.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:
{
"mcpServers": {
"google-trends-agent": { "type": "http", "url": "https://google-trends-agent.a2acloud.io/mcp" }
}
}