ChangeDetection.io MCP Server for LangChain
io.github.rusty4444/changedetection-mcp
MCP server for ChangeDetection.io website monitoring and change history.
client:LangChain
transport:stdio
runtime:pypi
Install ChangeDetection.io MCP Server in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"changedetection-mcp": {
"transport": "stdio",
"command": "uvx",
"args": ["changedetection-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs