Skip to content
LangChain

Biorhythm MCP Server by RoxyAPI for LangChain

com.roxyapi/biorhythm

Biorhythm cycles, forecasts, critical days and compatibility for AI agents, one API key.

client:LangChain transport:streamable-http tools:6

Install Biorhythm MCP Server by RoxyAPI in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

Biorhythm MCP Server by RoxyAPI in other clients