Social Trends Intelligence MCP for LangChain
io.github.foundrynet/social-intel-mcp
Trending topics, cross-platform sentiment, viral content, community pulse & brand mentions.
client:LangChain
transport:streamable-http
Install Social Trends Intelligence MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"social-intel-mcp": {
"transport": "streamable_http",
"url": "https://social-intel-mcp-production.up.railway.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs