io.github.ainode-tech/search-router
io.github.ainode-tech/search-router4 web-search tiers (x402 USDC on Base) - simple/medium/deep/cached. Free health.
Tools · 5
Health check. Returns server status and optional echo.
Simple factual web search via Brave (lookups, definitions, short queries). Fixed $0.003/call.
Default web search via Brave for ambiguous or general queries. Fixed $0.008/call.
Deep research search via Exa (academic, boolean, multi-source synthesis). Fixed $0.015/call.
Cache-only lookup; returns SEARCH_CACHE_MISS error if not in cache. Fixed $0.002/call.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.ainode-tech/search-router": {
"url": "https://search.api.ainode.tech/mcp",
"transport": "streamable-http"
}
}
}