ResultRail by LarryBuildsAI for LangChain
io.github.larrylemonbot/resultrail
Five-to-twelve-cent source-attributed public URL and domain result packs for AI agents.
client:LangChain
transport:streamable-http
tools:3
Install ResultRail by LarryBuildsAI in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"resultrail": {
"transport": "streamable_http",
"url": "https://proofbeforepay.vercel.app/resultrail/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs