marketintell for LangChain
ai.marketintell/marketintell
AI analyst desk for stocks, options & crypto with sourced trade setups and a public accuracy record.
client:LangChain
transport:streamable-http
runtime:npm
tools:17
Install marketintell in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"marketintell": {
"transport": "streamable_http",
"url": "https://api.marketintell.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs