Optional security headers to use during URL validation.
Type: objectProperties: 3
API ManagementGatewaysOpen-SourceAPI LifecycleGraphQLSOAPREST
MCP Server Security Information is a JSON Structure definition published by WSO2, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-structure/publisher-api-security-info-structure.json",
"name": "MCP Server Security Information",
"description": "Optional security headers to use during URL validation.",
"type": "object",
"properties": {
"isSecure": {
"type": "boolean",
"description": "Indicates whether the URL is secure (HTTPS) or not (HTTP).",
"default": false
},
"header": {
"type": "string",
"description": "Header name used for authentication, if required.",
"example": "Authorization"
},
"value": {
"type": "string",
"description": "Value used for the authentication header.",
"example": "Bearer <token>"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.