openfolio for LangChain
io.github.dodenbach/openfolio
Agent-native MCP server over 49M+ US public and government records, privacy-first, always current.
client:LangChain
transport:streamable-http
Install openfolio in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"openfolio": {
"transport": "streamable_http",
"url": "https://dtodenbach--pq-api-serve.modal.run/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs