kariops pulse for LangChain
io.github.dohertykariann-code/kariops-pulse
Track your brand's visibility in AI search across Claude, ChatGPT, Perplexity, and Gemini.
client:LangChain
transport:streamable-http
Install kariops pulse in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"kariops-pulse": {
"transport": "streamable_http",
"url": "https://pulse.kariops.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs