Foundry/API for LangChain
io.github.angelus213/foundry-api
Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.
client:LangChain
transport:streamable-http
Install Foundry/API in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"foundry-api": {
"transport": "streamable_http",
"url": "https://prodapi.live/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs