Stoory Hire Specialist for LangChain
io.github.stoorybot/stoory-mcp
Find and hire a human specialist from the Stoory marketplace, right from chat.
client:LangChain
transport:streamable-http
tools:4
Install Stoory Hire Specialist in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"stoory-mcp": {
"transport": "streamable_http",
"url": "https://mcp.stoory.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs