Skip to main content
Glama

CyberMCP

by ricauts

basic_auth

Validate and test basic authentication mechanisms by verifying username and password inputs to identify potential security vulnerabilities in API endpoints.

Input Schema

NameRequiredDescriptionDefault
passwordYesPassword for authentication
usernameYesUsername for authentication

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "password": { "description": "Password for authentication", "type": "string" }, "username": { "description": "Username for authentication", "type": "string" } }, "required": [ "username", "password" ], "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