best keyword research api for LangChain
com.jojapi/best-keyword-research-api
Best Keyword Research API: This Keyword Tool API Find millions of keyword suggestions for your SEO..
client:LangChain
transport:streamable-http
tools:1
Install best keyword research api in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"best-keyword-research-api": {
"transport": "streamable_http",
"url": "https://mcp.jojapi.com/best-keyword-research-api",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs