MCP web_search tool
The official scouts-ai-mcp package exposes SCOUTS-AI
as one Model Context Protocol tool named web_search.
It requires no API key and returns the same JSON shape as the HTTP API.
Install
pip install scouts-ai-mcp
scouts-ai-mcp
Package: pypi.org/project/scouts-ai-mcp.
Claude Desktop config
{
"mcpServers": {
"scouts-ai": {
"command": "scouts-ai-mcp"
}
}
}
HTTP transport
scouts-ai-mcp --transport http --host 127.0.0.1 --port 8765
Use HTTP mode when your host prefers a local MCP HTTP endpoint.
Tool contract
| Parameter | Default | Description |
|---|---|---|
query | required | Search query, 1–512 characters. |
lang | en | Result-language hint. |
page | 1 | Page number, 1–10. |
Use web_search for user-requested web lookups, citations, source discovery and freshness checks.
Works with MCP hosts
The server is designed for Claude Desktop, Cursor, Open WebUI,
Continue, Cline and other MCP-compatible hosts. Host setup differs,
but the command remains scouts-ai-mcp.
Need raw HTTP instead? See the Search API overview.