Skip to content
LangChain

SINTEGRA: PB for LangChain

io.github.mcp-dir/sintegra_pb-mcp

SINTEGRA: PB, official-source lookup. Platform-hosted, pay per query with prepaid credit.

client:LangChain transport:streamable-http tools:7

Install SINTEGRA: PB in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "sintegra_pb-mcp": {
            "transport": "streamable_http",
            "url": "https://api.mcp.ai/p_sintegra_pb",
        }
})

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

SINTEGRA: PB in other clients