Skip to content
LangChain

Rescuegroups for LangChain

io.github.pipeworx-io/rescuegroups

RescueGroups.org MCP — adoptable animals and the rescues/shelters that list

client:LangChain transport:streamable-http

Install Rescuegroups in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "rescuegroups": {
            "transport": "streamable_http",
            "url": "https://gateway.pipeworx.io/rescuegroups/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Rescuegroups in other clients