Wever Labs Agentic Rails for LangChain
com.weverlabs/agentic-rails
Agentic rails for complex workflows with receipts, fees, and MCP tool access.
client:LangChain
transport:streamable-http
Install Wever Labs Agentic Rails in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentic-rails": {
"transport": "streamable_http",
"url": "https://weverlabs.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs