Google Search
JSON →Web search and webpage content extraction using the Google Custom Search API.
Install
npx -y @smithery/cli Tools · 2
- search Perform web searches using Google Custom Search API. Search the entire web or specific sites, control number of results (1-10), and get structured results with title, link, and snippet.
- read_webpage Extract content from any webpage. Fetch and parse webpage content, extract page title and main text, clean content by removing scripts and styles, and return structured data with title, text, and URL.
Environment variables
GOOGLE_API_KEYGOOGLE_SEARCH_ENGINE_ID
Links
★ 66 GitHub stars