SearchAPI.site - MCP Server
@mrgoonie
About SearchAPI.site - MCP Server
TypeScript Model Context Protocol (MCP) server boilerplate providing search API tools/resources. Includes CLI support and extensible structure for connecting AI systems (LLMs) to external data sources (Google, Bing, etc.) via SearchAPI.site
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"searchapi-mcp-server": {
"command": "npx",
"args": [
"mcp-eval",
"src/evals/evals.ts",
"src/tools/searchapi.tool.ts"
],
"env": {
"OPENAI_API_KEY": "your-key"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is SearchAPI.site - MCP Server?
SearchAPI.site - MCP Server is a Model Context Protocol (MCP) server that connects AI assistants to external data sources (Google, Bing, etc.) via SearchAPI.site. It is built with TypeScript, follows a layered architecture, and supports both stdio and Streamable HTTP transports.
How to use SearchAPI.site - MCP Server?
Use the CLI directly (e.g., npm run dev:cli -- search-google --query "..." --api-key "...") or configure the MCP client to use the server via stdio or Streamable HTTP transport, providing an API key from SearchAPI.site.
Key features of SearchAPI.site - MCP Server
- Connects AI assistants to Google and Bing search
- Supports Google Web, Image, and YouTube search
- Supports Bing Web search (more platforms planned)
- Offers both stdio and Streamable HTTP transports
- Built with TypeScript for type safety and maintainability
Use cases of SearchAPI.site - MCP Server
- Enable an AI assistant to fetch web search results from Google or Bing
- Retrieve image search results programmatically
- Get YouTube video search results for content curation
FAQ from SearchAPI.site - MCP Server
What platforms are currently supported?
Google Web, Image, and YouTube search; Bing Web search. Other platforms (Maps, Reddit, etc.) are marked as not yet available.
How do I get an API key for SearchAPI.site?
Create an API key at SearchAPI.site/profile.
What transports are available?
stdio (default for CLI) and Streamable HTTP (for web‑based clients). SSE is deprecated.
What are the runtime requirements?
Node.js 18.x or later and Git.
Where does data live?
The server acts as a proxy to SearchAPI.site; search data is fetched from external APIs and returned to the client. No local storage is mentioned.
Frequently asked questions
What platforms are currently supported?
Google Web, Image, and YouTube search; Bing Web search. Other platforms (Maps, Reddit, etc.) are marked as not yet available.
How do I get an API key for SearchAPI.site?
Create an API key at [SearchAPI.site/profile](https://searchapi.site/profile).
What transports are available?
stdio (default for CLI) and Streamable HTTP (for web‑based clients). SSE is deprecated.
What are the runtime requirements?
Node.js 18.x or later and Git.
Where does data live?
The server acts as a proxy to SearchAPI.site; search data is fetched from external APIs and returned to the client. No local storage is mentioned.
Basic information
More Developer Tools MCP servers
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.

Perfex CRM
themesicTurn Perfex CRM into an AI-ready workspace. This MCP server exposes your full REST API to Claude, ChatGPT and any AI agent, so leads, invoices and tasks are one prompt away.

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata
LocalCan
LocalCanGives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control. Part of LocalCan, the ngrok alternative for Mac, Windows and Linux. Free plan.

Hermoso
HermosoHermoso is a remote MCP server that runs a full marketing operation from your agent: research competitor ads, generate image and video ads, publish to social channels, and build and manage paid campaigns. 718 tools (306
Comments