A minimal MCP server that exposes web search via Synthetic's API, providing a single search tool for local MCP clients.
{
"mcpServers": {
"baanishsynthetic-search": {
"command": "npx",
"args": [
"-y",
"@baanish/synthetic-search-mcp"
]
}
}
}