Skip to content
LangChain

iDevice Wearables for LangChain

io.github.ralphieusa/idevice-wearables

Wearable tech roadmaps: Apple, Meta, Samsung, Google, Oura. Claims, timelines, analysis.

client:LangChain transport:streamable-http tools:6

Install iDevice Wearables in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

iDevice Wearables in other clients