Skip to main content
Glama

CyberMCP

by ricauts
package.json1.27 kB
{ "name": "cybermcp", "version": "0.2.0", "description": "Cybersecurity API Testing with Model Context Protocol", "type": "module", "main": "dist/index.js", "bin": { "cybermcp": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node --esm src/index.ts", "test": "jest", "test-server": "node scripts/test-server.js", "test-tools": "node scripts/test-tools.js", "test-interactive": "node scripts/interactive-test.js", "quick-start": "node scripts/quick-start.js", "inspector": "npx @modelcontextprotocol/inspector ./dist/index.js" }, "keywords": [ "cybersecurity", "api", "testing", "mcp", "security", "penetration-testing", "vulnerability-assessment" ], "author": "ricauts", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "axios": "^1.7.7", "zod": "^3.23.8", "jwt-decode": "^4.0.0", "cheerio": "^1.0.0", "crypto": "^1.0.1" }, "devDependencies": { "@types/node": "^20.12.7", "typescript": "^5.4.5", "ts-node": "^10.9.2", "jest": "^29.7.0", "ts-jest": "^29.2.4", "@modelcontextprotocol/inspector": "^0.1.0" }, "files": [ "dist", "README.md" ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ricauts/CyberMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server