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.

What is the Model Context Protocol (MCP)?

MCP is an open standard that allows AI systems to securely and contextually connect with external tools and data sources.

What transports are supported by the SearchAPI.site MCP Server?

The server supports stdio and Streamable HTTP transports.

How can I start the server in development mode?

You can start the server in development mode using the command npm run dev:server for stdio transport or npm run dev:server:http for HTTP transport.