Skip to main content
Glama
boecht

BitSight Community MCP Server

by boecht
o.json9.01 kB
{ "paths": { "/observations/statistics": { "post": { "description": "Computes Risk Type statistics for Compromised Systems", "operationId": "observations.batch.statistics", "requestBody": { "content": { "application/json": { "schema": { "properties": { "statistics_args": { "$ref": "#/components/schemas/BatchStatisticsArgs" } }, "type": "object" } } }, "required": true }, "responses": { "200": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CompromisedSystemsBatchStatistics" } } }, "description": "OK" }, "400": { "$ref": "#/components/responses/BadData" }, "401": { "$ref": "#/components/responses/Unauthorized" }, "403": { "$ref": "#/components/responses/PermissionDenied" }, "404": { "$ref": "#/components/responses/NotFound" }, "default": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ApiError" } } }, "description": "Unexpected error" } }, "security": [ { "Jwt": [] }, { "Token": [] } ], "tags": [ "Statistics" ] } }, "/open-port-services": { "get": { "description": "All open port services tracked by Bitsight", "operationId": "getOpenPortServices", "parameters": [ { "$ref": "#/components/parameters/Limit" }, { "$ref": "#/components/parameters/Offset" }, { "$ref": "#/components/parameters/Query" } ], "responses": { "200": { "content": { "application/json": { "schema": { "$ref": "#/x-common-definitions/paginated_result", "properties": { "results": { "items": { "$ref": "#/components/schemas/ServiceDetectedObject" }, "type": "array" } } } } }, "description": "List of open port services" }, "401": { "$ref": "#/components/responses/Unauthorized" }, "403": { "$ref": "#/components/responses/PermissionDenied" }, "404": { "$ref": "#/components/responses/NotFound" }, "default": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ApiError" } } }, "description": "Unexpected error" } }, "security": [ { "Jwt": [] }, { "Token": [] } ], "tags": [ "Knowledge Base" ] } }, "/open-port-services/query": { "post": { "description": "All open port services tracked by Bitsight", "operationId": "postQueryOpenPortServices", "requestBody": { "content": { "application/json": { "schema": { "properties": { "limit": { "description": "the maximum number of records to return", "format": "int32", "type": "integer" }, "name": { "description": "the name of the service to filter by", "type": "string" }, "offset": { "description": "the starting record for the result set", "format": "int32", "type": "integer" }, "q": { "description": "the search query string", "type": "string" }, "sort": { "description": "the sort parameters", "type": "string" } }, "type": "object" } } }, "required": false }, "responses": { "200": { "content": { "application/json": { "schema": { "$ref": "#/x-common-definitions/paginated_result", "properties": { "results": { "items": { "$ref": "#/components/schemas/ServiceDetectedObject" }, "type": "array" } } } } }, "description": "List of open port services" }, "401": { "$ref": "#/components/responses/Unauthorized" }, "403": { "$ref": "#/components/responses/PermissionDenied" }, "404": { "$ref": "#/components/responses/NotFound" }, "default": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ApiError" } } }, "description": "Unexpected error" } }, "security": [ { "Jwt": [] }, { "Token": [] } ], "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