MCP Google Server
by adenot
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GOOGLE_API_KEY | Yes | Your Google API key for Custom Search API | |
GOOGLE_SEARCH_ENGINE_ID | Yes | Your Google Custom Search Engine ID (cx) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search | Perform a web search query |
read_webpage | Fetch and extract text content from a webpage |