Skip to content
LangChain

uploadcare for LangChain

io.usefulapi/uploadcare

Manage Uploadcare files, groups and webhooks; upload and store files.

client:LangChain transport:streamable-http

Install uploadcare in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "uploadcare": {
            "transport": "streamable_http",
            "url": "https://uploadcare.usefulapi.io/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

uploadcare in other clients