toolforte for LangChain
io.github.toinedotcom/toolforte
Exact IBAN, VAT, cron, regex answers; HTML/URL to hosted PDF or screenshot; agent memory; workflows.
client:LangChain
transport:streamable-http
runtime:npm
tools:14
Install toolforte in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"toolforte": {
"transport": "streamable_http",
"url": "https://toolforte.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs