searchapi-mcp-server

searchapi-mcp-server

7

The project is a Model Context Protocol server designed to facilitate AI assistants in connecting to data sources such as Google and Bing via SearchAPI.site. It features a clean code architecture and supports both CLI and HTTP transports for diverse applications.

SearchAPI.site - MCP Server

This project provides a Model Context Protocol (MCP) server connecting AI assistants to various external data sources like Google and Bing through SearchAPI.site.

Available Platforms

  • Google Web, Image, YouTube Search
  • Bing Web Search

Supported Transports

  • stdio transport for CLI usage
  • Streamable HTTP transport for web clients

How to Use

  1. Clone the repository and install dependencies.
  2. Start the development server using either stdio or HTTP transport.

Architecture

The project follows a clean, layered architecture with separate responsibilities for CLI interfaces, tools, controllers, services, and utilities.