Skip to content
LangChain

Chapa for LangChain

io.github.juan294/chapa

Read, compare, and verify public developer impact profiles and Chapa badges.

client:LangChain transport:streamable-http tools:9

Install Chapa in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "chapa": {
            "transport": "streamable_http",
            "url": "https://chapa.thecreativetoken.com/api/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

Chapa in other clients