Skip to main content
Glama

CyberMCP

by ricauts

sql_injection_check

Test API endpoints for SQL injection vulnerabilities by analyzing parameter inputs using specified HTTP methods. Supports authentication and helps identify potential security risks.

Input Schema

NameRequiredDescriptionDefault
endpointYesAPI endpoint to test
http_methodNoHTTP method to useGET
original_valueYesOriginal value for the parameter
parameter_nameYesName of the parameter to test for SQL injection
use_authNoWhether to use current authentication if available

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endpoint": { "description": "API endpoint to test", "format": "uri", "type": "string" }, "http_method": { "default": "GET", "description": "HTTP method to use", "enum": [ "GET", "POST", "PUT" ], "type": "string" }, "original_value": { "description": "Original value for the parameter", "type": "string" }, "parameter_name": { "description": "Name of the parameter to test for SQL injection", "type": "string" }, "use_auth": { "default": true, "description": "Whether to use current authentication if available", "type": "boolean" } }, "required": [ "endpoint", "parameter_name", "original_value" ], "type": "object" }

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