Skip to main content
Glama

CyberMCP

by ricauts

token_auth

Validate and manage authentication tokens for secure API access on CyberMCP. Ensure token integrity, type, and expiration for enhanced security testing.

Input Schema

NameRequiredDescriptionDefault
expires_inNoToken expiration time in seconds
refresh_tokenNoRefresh token (if available)
tokenYesAuthentication token
token_typeNoToken type (Bearer, JWT, etc.)Bearer

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "expires_in": { "description": "Token expiration time in seconds", "type": "number" }, "refresh_token": { "description": "Refresh token (if available)", "type": "string" }, "token": { "description": "Authentication token", "type": "string" }, "token_type": { "default": "Bearer", "description": "Token type (Bearer, JWT, etc.)", "type": "string" } }, "required": [ "token" ], "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