ViralQuery for LangChain
io.github.tfcbot/viralquery
Protected research briefs, bounded scrolls, and private video feeds for agents.
client:LangChain
transport:streamable-http
Install ViralQuery in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"viralquery": {
"transport": "streamable_http",
"url": "https://viralquery.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs