Skip to content
LangChain

nowyourlink public Spotlights for LangChain

io.github.arneffm/nowyourlink

Anonymous read-only access to settled advertising Spotlights, with an MCP Apps card.

client:LangChain transport:streamable-http tools:5

Install nowyourlink public Spotlights in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

nowyourlink public Spotlights in other clients