Agent Rescue
io.github.santismm/agent-rescueCross-session idempotency, URLs as schema-validated JSON, and a record of missing capabilities.
Tools · 3
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 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…
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…
Similar MCP servers embedding-nearest
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"
}
}
}