Combined for LangChain
com.trycombined/combined
Query synced business data with scoped, read-only SQL and freshness through MCP.
client:LangChain
transport:streamable-http
Install Combined in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"combined": {
"transport": "streamable_http",
"url": "https://platform.trycombined.com/mcp?account_id={account_id}",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs