ReplyNodes for LangChain
com.replynodes/mcp
Web MCP: scrape/crawl sites, web search, brand assets, app stores, YouTube, Reddit, Hacker News.
client:LangChain
transport:streamable-http
tools:54
Install ReplyNodes in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://mcp.replynodes.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- youtube_search
- youtube_video
- youtube_channel
- youtube_comments
- youtube_playlist
- youtube_related
- youtube_transcript
- get_fetcher_healthz
- get_fetcher_readyz
- get_v1_hackernews_capabilities
- hackernews_stories_top
- hackernews_stories_new
- hackernews_stories_best
- hackernews_stories_ask
- hackernews_stories_show
- hackernews_stories_job
- hackernews_search
- hackernews_item
- hackernews_user
- app
- list
- search
- developer
- privacy