CyberMCPServer

ricauts
GitHub
securityAPI testingvulnerability assessment

Loading subscription status...

💡 Description

CyberMCP is a Model Context Protocol (MCP) server designed for testing backend APIs for security vulnerabilities. It provides a set of specialized tools and resources that can be used by LLMs to identify common security issues in APIs.

📝 JSON Entries

{
  "mcpServers": [
    {
      "CyberMCP": {
        "env": {},
        "args": [],
        "command": "npm start"
      }
    },
    {
      "CyberMCP": {
        "env": {},
        "args": [
          "TRANSPORT=http",
          "PORT=3000"
        ],
        "command": "npm start"
      }
    }
  ]
}

🛠️ Tools

basic_authtoken_authoauth2_authapi_login

Features

  • Authentication Vulnerability Testing
  • Injection Testing
  • Data Leakage Testing
  • Rate Limiting Testing
  • Security Headers Testing

💬 Example Queries

  • Check for JWT vulnerabilities.
  • Test for SQL injection vulnerabilities.
  • Identify sensitive data exposure issues.