🔎 Search Overview
SearchMCP gives you Google Search results over a simple API. You can query the web, images, news, videos, and shopping — using dedicated endpoints for REST and MCP:
- REST →
POST https://api.searchmcp.io/v1/search
- MCP →
POST https://api.searchmcp.io/mcp
✨ What You Can Search
Search supports multiple result types:
- 🌐 Web — classic search results, titles, snippets, links
- 🖼 Images — images with thumbnails, dimensions, and source links
- 📰 News — news articles with publishers, snippets, and dates
- 📺 Videos — YouTube & web videos with thumbnails, duration, and channel info
- 🛒 Shopping — products with prices, ratings, and merchant links
Set the resultType
field in your request to control which type of results you want.
🤖 Connect Your LLM to the Web
SearchMCP is the missing piece for your AI agents and LLM workflows:
- Plug it into ChatGPT, Claude, LangChain, AutoGPT and more
- Give your LLM live access to the web
- Retrieve fresh, factual, up-to-date information
- Power agents, assistants, and apps with real-world knowledge
Learn more about Model Context Protocol (MCP) .
📚 Learn More
- Try it live in the API Reference
- See the request schema: SearchRequest
- See the response schema: SearchResponse
💡 Tip: The API Reference page is interactive — you can experiment with queries right from the docs.
Last updated on