Skip to content
LangChain

Ranks Hawk for LangChain

io.github.climstefan/rankshawk

SEO competitor intelligence for AI agents: content gaps, backlink opportunities, AI-citation topics.

client:LangChain transport:streamable-http

Install Ranks Hawk in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Ranks Hawk in other clients