Cache Key Explosion Auditor for LangChain
com.mcpscores/cache-key-explosion-auditor
Audits a sample of HTTP request URLs against explicit, documented cache-key standardization rules...
client:LangChain
transport:streamable-http
tools:1
Install Cache Key Explosion Auditor in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cache-key-explosion-auditor": {
"transport": "streamable_http",
"url": "https://mcp-factory.bowling-anthony.workers.dev/cache-key-explosion-auditor/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs