Skip to content
LangChain

convertfilefast for LangChain

io.github.mltcorp/convertfilefast

Convert files, run PDF/image tools, create billing links, and report feedback.

client:LangChain transport:streamable-http runtime:pypi tools:18

Install convertfilefast in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

convertfilefast in other clients