Skip to content
LangChain

HARJAP SINGH 3105 splitwise mcp for LangChain

ai.smithery/harjap-singh-3105-splitwise_mcp

Manage Splitwise balances, expenses, and groups from your workspace. Fetch friends and recent acti…

client:LangChain transport:streamable-http

Install HARJAP SINGH 3105 splitwise mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "harjap-singh-3105-splitwise_mcp": {
            "transport": "streamable_http",
            "url": "https://server.smithery.ai/@HARJAP-SINGH-3105/splitwise_mcp/mcp",
        }
})

tools = await client.get_tools()

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

HARJAP SINGH 3105 splitwise mcp in other clients