11-engine MCP search server for AI agents. Free, zero API keys needed. Waterfall, verify, extract.
claude mcp add agent-search-mcp -- npx -y agent-search-mcp
claude_desktop_config.json
{
"mcpServers": {
"agent-search-mcp": {
"command": "npx",
"args": [
"-y",
"agent-search-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-search-mcp": {
"command": "npx",
"args": [
"-y",
"agent-search-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-search-mcp": {
"command": "npx",
"args": [
"-y",
"agent-search-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-search-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-search-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-search-mcp": {
"command": "npx",
"args": [
"-y",
"agent-search-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.lennney--agent-search-mcp/reviews or the review_server meta-tool.
POST /mcp