Skip to content
LangChain

pubscope for LangChain

org.pubscope/pubscope

Journal intelligence: indexing, quartile, APC, trust score, measured publication times

client:LangChain transport:streamable-http tools:4

Install pubscope in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

pubscope in other clients