Skip to content
LangChain

Execute deepvoice-guard-mcp for LangChain

io.github.evozim/deepvoice-guard-mcp

Premium agentic endpoint for deepvoice-guard-mcp.

client:LangChain transport:sse

Install Execute deepvoice-guard-mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Execute deepvoice-guard-mcp in other clients