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
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Developer Tools MCP servers
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Comments