Vi Assistant by Vultax for LangChain
io.github.christopherzyx/vultax-research
Vi market evidence, hypothetical price scenarios and published Vultax research.
client:LangChain
transport:streamable-http
tools:5
Install Vi Assistant by Vultax in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"vultax-research": {
"transport": "streamable_http",
"url": "https://vultax.com/vi-mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs