Skip to content
LangChain

Execute computer-vision-defect-mcp for LangChain

io.github.evozim/computer-vision-defect-mcp

Premium agentic endpoint for computer-vision-defect-mcp.

client:LangChain transport:sse

Install Execute computer-vision-defect-mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "computer-vision-defect-mcp": {
            "transport": "streamable_http",
            "url": "https://api.m2mcent.com/computer-vision-defect-mcp/sse",
        }
})

tools = await client.get_tools()

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

Execute computer-vision-defect-mcp in other clients