Skip to content
LangChain

Stellarhound — stargazing forecasts, dark-sky sites & aurora for LangChain

com.stellarhound/stellarhound-mcp

Live stargazing forecasts: per-night sky scores, dark-sky sites, aurora & light pollution anywhere.

client:LangChain transport:streamable-http tools:5

Install Stellarhound — stargazing forecasts, dark-sky sites & aurora in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "stellarhound-mcp": {
            "transport": "streamable_http",
            "url": "https://stellarhound.com/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

Stellarhound — stargazing forecasts, dark-sky sites & aurora in other clients