Bright Security✓
com.brightsec/mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.brightsec/mcp",
"description": "Enables AI agents to access Bright Security tools for app discovery and security testing.",
"title": "Bright Security",
"version": "1.0.0",
"websiteUrl": "https://brightsec.com",
"icons": [
{
"src": "https://avatars.githubusercontent.com/NeuraLegion",
"mimeType": "image/png"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://{instance}.brightsec.com/mcp",
"headers": [
{
"description": "Bright Security API key for authentication.",
"isRequired": true,
"isSecret": true,
"placeholder": "Api-Key YOUR_API_KEY",
"name": "Authorization"
}
],
"variables": {
"instance": {
"description": "Your instance name (e.g., your company name).",
"isRequired": true,
"default": "app"
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}