binstockly tools for LangChain
com.binstockly/binstockly-tools
Binstockly: the monthly US search demand across the sheets this product ships, read from monthly...
client:LangChain
transport:stdio
runtime:npm
Install binstockly tools in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"binstockly-tools": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@ellul-estate/binstockly-com-binstockly-tools-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs