{
"name": "openapi-mcp-server",
"keywords": [
"openapi",
"mcp",
"server",
"proxy"
],
"version": "2.0.1",
"license": "MIT",
"type": "module",
"bin": {
"slop-mcp": "index.js",
"openapi-mcp-server": "index.js"
},
"description": "MCP server for interacting with openapisearch.com API",
"main": "index.js",
"files": [
"index.js",
"README.md"
],
"scripts": {
"postinstall": "chmod +x index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"undici": "^5.28.4"
},
"engines": {
"node": ">=16.17.0"
}
}