Willform Agent for LangChain
ai.willform/willform-agent
Deploy containers on Kubernetes with x402 billing. 9 workload types and source builds.
client:LangChain
transport:streamable-http
Install Willform Agent in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"willform-agent": {
"transport": "streamable_http",
"url": "https://agent.willform.ai/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs