Visualizes Google Trends data via a Next.js web interface and exposes it as a tool for AI agents through an MCP server.
This project offers a dual approach to exploring Google Trends. It features a user-friendly Next.js web application for visualizing the last 12 months of relative interest for search terms. Simultaneously, it provides a Model Context Protocol (MCP) server that exposes the same trend data as a connectable tool for OpenAI or any MCP-compatible clients. Both components utilize SearchAPI.io to retrieve the underlying Google Trends information, enabling both direct interaction and programmatic integration for trend analysis.