Skip to content
LangChain

STAS Running Coach for Claude for LangChain

run.stas/stas

Connect Claude to your Intervals.icu watch data for fitness, workout review, and plan writing.

client:LangChain transport:streamable-http

Install STAS Running Coach for Claude in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

STAS Running Coach for Claude in other clients