abutly tools for LangChain
com.abutly/abutly-tools
Abutly: the monthly searches, read from search (a month), served as an agent-callable dataset...
client:LangChain
transport:stdio
runtime:npm
Install abutly tools in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"abutly-tools": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@ellul-estate/abutly-com-abutly-tools-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs