NudgeHost for LangChain
com.nudgehost/file-hosting
File hosting for agents. Upload any file, get a public link in seconds.
client:LangChain
transport:streamable-http
Install NudgeHost in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"file-hosting": {
"transport": "streamable_http",
"url": "https://www.nudgehost.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs