Skip to content
LangChain

marketinque — launch plan & backlink index for LangChain

com.marketinque/launch-plan

A 349-step SaaS launch plan and 958 backlink sources as tools an agent reads, acts on and records.

client:LangChain transport:streamable-http tools:8

Install marketinque — launch plan & backlink index in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

marketinque — launch plan & backlink index in other clients