Skip to content
Back to search
90
MCP live v0.1.0 MCP 2025-11-25 streamable-http

io.github.ainode-tech/cache-proxy

io.github.ainode-tech/cache-proxy

LLM caching proxy (x402 USDC on Base) - exact + semantic cache. Free health.

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

Tools · 2

health

Health check. Returns server status and optional echo.

cache_query

Send an LLM request through the caching proxy. Returns cached response if available, otherwise proxies to upstream LLM.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.ainode-tech/cache-proxy": {
      "url": "https://cache.api.ainode.tech/mcp",
      "transport": "streamable-http"
    }
  }
}