Skip to content
LangChain

Moonlings — Local Business Intelligence for LangChain

ai.moonlings/moonlings

AI visibility + fact-checks (ChatGPT/Perplexity), review gaps & competitor scans, local SEO.

client:LangChain transport:streamable-http tools:8

Install Moonlings — Local Business Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

Moonlings — Local Business Intelligence in other clients