keyword research for LangChain
io.github.dataleadspro/keyword-research
Keyword ideas and question discovery for any seed term - volumes, difficulty, and SERP intent.
client:LangChain
transport:streamable-http
tools:2
Install keyword research in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"keyword-research": {
"transport": "streamable_http",
"url": "https://data.dataleads.pro/mcp/keyword-research",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs