deadchannel for LangChain
io.github.plus8bit/deadchannel
Check an x402 endpoint before you pay it: verdict, risk score and what is wrong. $0.005 in USDC.
client:LangChain
transport:stdio
runtime:npm
Install deadchannel in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"deadchannel": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "deadchannel-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs