ForInvest MCP Server for LangChain
io.github.foreksgithub/forinvest-mcp
Financial data and analysis tools for Turkish BIST and international markets via MCP.
client:LangChain
transport:streamable-http
Install ForInvest MCP Server in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"forinvest-mcp": {
"transport": "streamable_http",
"url": "https://mcp.forinvest.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs