ArtistAlly for LangChain
sh.alchemylab.artistally/conventions
Free fan-convention data for AI agents: dates, registration windows & table costs, US & Canada
client:LangChain
transport:streamable-http
tools:4
Install ArtistAlly in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"conventions": {
"transport": "streamable_http",
"url": "https://artistally.alchemylab.sh/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs