Skip to content
LangChain

Vila Buarque for LangChain

io.github.junoventures/vilabuarque-sampa-br

Vila Buarque — neighborhood directory: local places, events, menus, offers, and services.

client:LangChain transport:streamable-http tools:28

Install Vila Buarque in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "vilabuarque-sampa-br": {
            "transport": "streamable_http",
            "url": "https://vilabuarque.sampa.br/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

All 28 tools →

Vila Buarque in other clients