aicoolies for LangChain
io.github.rasitakyol/aicoolies
Search and read the aicoolies developer-tools knowledge graph.
client:LangChain
transport:streamable-http
tools:11
Install aicoolies in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"aicoolies": {
"transport": "streamable_http",
"url": "https://aicoolies.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs