openapi security contract lint for LangChain
io.github.jmshinhwa/openapi-security-contract-lint
Finds the lines in an OpenAPI file that publish an endpoint with no authentication, an API key in th
client:LangChain
transport:stdio
runtime:npm
Install openapi security contract lint in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"openapi-security-contract-lint": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@readystack/openapi-security-contract-lint"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs