Skip to content
LangChain

Thisispaper for LangChain

io.github.zaxarovcom/thisispaper

Search 2,500+ curated architecture, design, photography and art projects. Free tier, no signup.

client:LangChain transport:streamable-http runtime:npm tools:10

Install Thisispaper in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

Thisispaper in other clients