Skip to content
LangChain

climbpast for LangChain

io.github.archievi/climbpast

Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools.

client:LangChain transport:streamable-http

Install climbpast in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "climbpast": {
            "transport": "streamable_http",
            "url": "https://climbpast.com/api/mcp",
        }
})

tools = await client.get_tools()

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

climbpast in other clients