Skip to content
LangChain

Genesis Social for LangChain

io.github.junoventures/genesis-social

Genesis Social — directory of places, events, and listings.

client:LangChain transport:streamable-http tools:26

Install Genesis Social in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "genesis-social": {
            "transport": "streamable_http",
            "url": "https://www.genesis.social/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 26 tools →

Genesis Social in other clients