URLs-LE for LangChain
io.github.nolindnaidoo/urls-le
Extract URLs from documentation, configuration and code, with their protocol and position.
client:LangChain
transport:stdio
runtime:npm
Install URLs-LE in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"urls-le": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "urls-le-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs