Muralists Directory for LangChain
eu.muralists/directory
Search the curated directory of professional muralists and street artists in Europe.
client:LangChain
transport:streamable-http
tools:4
Install Muralists Directory in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"directory": {
"transport": "streamable_http",
"url": "https://mcp.muralists.eu/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs