Skip to content
LangChain

Social Fetch for LangChain

io.github.social-freak-ltd/socialfetch

Public social-data API and live docs for AI coding agents.

client:LangChain transport:streamable-http tools:250

Install Social Fetch in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "socialfetch": {
            "transport": "streamable_http",
            "url": "https://api.socialfetch.dev/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

All 250 tools →

Social Fetch in other clients