404.directory for LangChain
io.github.mm-sheng/404-directory
Risk preflight for AI Agent tool actions and Polymarket settlement and execution checks.
client:LangChain
transport:streamable-http
runtime:npm
Install 404.directory in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"404-directory": {
"transport": "streamable_http",
"url": "https://404.directory/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs