Skip to content
Back to search
100
MCP live v0.1.1 MCP 2025-11-25 streamable-http

io.github.ainode-tech/search-router

io.github.ainode-tech/search-router

4 web-search tiers (x402 USDC on Base) - simple/medium/deep/cached. Free health.

Uptime
100.0%
1 direct probes · 30d
Response
234ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

health

Health check. Returns server status and optional echo.

web_search_simple

Simple factual web search via Brave (lookups, definitions, short queries). Fixed $0.003/call.

web_search_medium

Default web search via Brave for ambiguous or general queries. Fixed $0.008/call.

web_search_deep

Deep research search via Exa (academic, boolean, multi-source synthesis). Fixed $0.015/call.

web_search_cached

Cache-only lookup; returns SEARCH_CACHE_MISS error if not in cache. Fixed $0.002/call.

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"
    }
  }
}