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

Agent Rescue

io.github.santismm/agent-rescue

Cross-session idempotency, URLs as schema-validated JSON, and a record of missing capabilities.

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

Tools · 3

check_and_claim

Atomically check whether an action identified by a key was already performed, and claim it if not. Use it before performing a non-idempotent action that may have completed in an earlier attempt (a pay…

fetch_structured

Fetch a public URL and return its content as JSON validated against the schema you pass. Use it when you need data from a page and cannot parse it reliably yourself. Do not use it for URLs requiring a…

request_capability

Record a specific need that none of the tools available to you can cover. Today it almost always answers that the capability is unavailable, and suggests alternatives only when they genuinely exist; i…

How to use

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

{
  "mcpServers": {
    "agent_rescue": {
      "url": "https://agent-rescue.vercel.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}