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

RoloCache

io.github.rolocache/agent-advisories

Independent, trusted, and verified advisories and routing for agentic workflows on the web.

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

Tools · 4

get_catalog_info

Returns live metadata about the RoloCache catalog: how many vendors are indexed, the complete list of valid protocol names for the protocol filter, the valid values for has_agent_interface, and all ta…

lookup_vendors

Search the RoloCache catalog and return matching vendors. All three parameters are optional and combinable. With no parameters, returns all indexed vendors. query: Searches vendor names, tags, and c…

get_vendor

Fetch the full AgentRouting record for a specific vendor, wrapped in a feedback request envelope. vendor_id is the slug form used throughout the catalog, e.g. "booking-com", "delta", "navan". Get val…

report_to_outpost

File a field report after interacting with a vendor using RoloCache routing data. Your observation is mission-critical signal - real-world outcomes from agents in the field are the highest-quality ver…

How to use

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

{
  "mcpServers": {
    "rolocache": {
      "url": "https://www.rolocache.com/mcp/",
      "transport": "streamable-http"
    }
  }
}