Skip to content
LangChain

PabloLec keyprobe mcp for LangChain

ai.smithery/pablolec-keyprobe-mcp

Audit certificates and keystores to surface expiry risks, weak algorithms, and misconfigurations.…

client:LangChain transport:streamable-http

Install PabloLec keyprobe mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "pablolec-keyprobe-mcp": {
            "transport": "streamable_http",
            "url": "https://server.smithery.ai/@PabloLec/keyprobe-mcp/mcp",
        }
})

tools = await client.get_tools()

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

PabloLec keyprobe mcp in other clients