Skip to content
LangChain

Niche — Editorial Intelligence for LangChain

com.nicheangle/niche

Find the stories worth writing about: discover emerging stories, rank the angle, draft from sources.

client:LangChain transport:streamable-http tools:25

Install Niche — Editorial Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

All 25 tools →

Niche — Editorial Intelligence in other clients