quantifyme for LangChain
ai.quantifyme/quantifyme
Describe a trading strategy in plain English and deploy a live signal model in one call. No signup.
client:LangChain
transport:streamable-http
tools:13
Install quantifyme in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"quantifyme": {
"transport": "streamable_http",
"url": "https://mcp.quantifyme.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs