Skip to content
LangChain

Red String for LangChain

xyz.redstringapp/red-string

Revenue research and pipeline tools for agencies: scouting, contact intel, ABM, cadences, briefs.

client:LangChain transport:streamable-http

Install Red String in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "red-string": {
            "transport": "streamable_http",
            "url": "https://app.redstringapp.xyz/mcp",
        }
})

tools = await client.get_tools()

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

Red String in other clients