Skip to main content
Glama
boecht

BitSight Community MCP Server

by boecht
k.json1.41 kB
{ "paths": { "/knowledge-base/infections/{id}": { "get": { "description": "Retrieve a specific infection on knowledge base", "operationId": "getInfection", "parameters": [ { "description": "Infection unique identifier", "in": "path", "name": "id", "required": true, "schema": { "type": "integer" } } ], "responses": { "200": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Infection" } } }, "description": "OK" }, "404": { "$ref": "#/components/responses/NotFound" }, "500": { "$ref": "#/components/responses/InternalServerError" } }, "tags": [ "Knowledge Base" ] } } } }

Latest Blog Posts

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/boecht/bitsight-community-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server