Skip to content
LangChain

marketplace for LangChain

com.jojapi/marketplace

Search the JoJ API marketplace, read endpoint docs, and call any API with one key via one gateway.

client:LangChain transport:streamable-http tools:4

Install marketplace in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "marketplace": {
            "transport": "streamable_http",
            "url": "https://mcp.jojapi.com",
        }
})

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

marketplace in other clients