website to json for LangChain
io.github.dataleadspro/website-to-json
Turn any webpage into structured JSON with CSS-selector schemas - strings select text, attributes
client:LangChain
transport:streamable-http
tools:1
Install website to json in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"website-to-json": {
"transport": "streamable_http",
"url": "https://data.dataleads.pro/mcp/website-to-json",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs