MCP Server Overview
The SearchMCP MCP server brings Google search results to your AI agents via the Model Context Protocol .
It works with Claude Desktop, ChatGPT, LangChain, Semantic Kernel, AutoGen, and any framework or client that supports MCP transports.
🔌 Endpoints
-
Recommended:
POST https://api.searchmcp.io/mcp
— StreamableHTTP (modern, full support) -
Legacy (not recommended):
GET https://api.searchmcp.io/sse
— Server-Sent Events streamPOST https://api.searchmcp.io/message
— SSE message endpoint
👉 Use the modern /mcp
endpoint for all new integrations.
Authenticate with your X-API-Key
.
📚 API Reference
👉 Request and response models are identical to REST — see the interactive API Reference.
- Request Schema: SearchRequest
- Response Schema: SearchResponse
🚀 Quickstart
Try it directly from the CLI:
npx mcp-remote https://api.searchmcp.io/mcp --header "x-api-key: smcp_<YOUR_API_KEY>"
🌐 Integrations
SearchMCP MCP integrates seamlessly with major agent ecosystems:
- Claude Desktop — Setup guide · Official docs
- ChatGPT — Setup guide · Official docs
- AI SDK for Node.js — Setup guide · NPM package
- LangChain — Setup guide · Official docs
- MCP Remote CLI — Setup guide · Official docs
Last updated on