Skip to content
LangChain

Pinheiros for LangChain

io.github.junoventures/pinheiros-sampa-br

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

client:LangChain transport:streamable-http tools:28

Install Pinheiros in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "pinheiros-sampa-br": {
            "transport": "streamable_http",
            "url": "https://pinheiros.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 →

Pinheiros in other clients