MCP server proxy for Google Programmable Search Engine
Overview
what is MCP Server?
MCP Server is a simple server that acts as a proxy for the Google Programmable Search Engine, allowing users to fetch search results in JSON format.
how to use MCP Server?
To use MCP Server, set up the server by configuring your Google API key and Custom Search Engine ID, then run the server and make requests to the /search endpoint with your query.
key features of MCP Server?
- Proxies requests to Google Custom Search API.
- Returns search results as raw JSON.
- Simple HTTP endpoint for easy integration.
use cases of MCP Server?
- Integrating Google search capabilities into applications.
- Fetching search results for data analysis.
- Building custom search interfaces for websites.
FAQ from MCP Server?
- What do I need to run MCP Server?
You need Node.js, npm, a Google API key, and a Custom Search Engine ID.
- How do I make a search request?
Use the endpoint
/search?q=your+search+termsto get results.
- What happens if I don't provide a query?
The server will return a 400 error if the
qparameter is missing.