Skip to content
Skip to Content
SearchMCP Server Overview

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 stream POST 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.


🚀 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:

Last updated on