Skip to content
LangChain

Seomely for LangChain

com.seomely/seomely

Which pages Google actually indexed, which dropped out and when, and why the rest did not.

client:LangChain transport:streamable-http

Install Seomely in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Seomely in other clients