shruwd mcp for LangChain
io.github.ilpr/shruwd-mcp
Set up a brand, read its AI-search visibility, and act on diagnostic findings.
client:LangChain
transport:streamable-http
runtime:npm
Install shruwd mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"shruwd-mcp": {
"transport": "streamable_http",
"url": "https://shruwd.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs