Skip to content
LangChain

stellara mcp for LangChain

it.natlex/stellara-mcp

Swiss Ephemeris for AI agents: exact natal charts, transits, synastry and birth-place resolution

client:LangChain transport:streamable-http runtime:npm

Install stellara mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "stellara-mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.stellara.natlex.it/mcp",
        }
})

tools = await client.get_tools()

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

stellara mcp in other clients