birre
Verified Safeby boecht
Overview
An MCP server that provides LLM-friendly tools for interacting with the BitSight Security Ratings API, simplifying data retrieval, risk management, and subscription operations.
Installation
uvx birreEnvironment Variables
- BITSIGHT_API_KEY
Security Notes
The server is designed with security in mind, including explicit API key authentication, configurable TLS verification (enforcing TLS 1.2+ by default, with custom CA bundle support), and careful handling of API responses (e.g., `json.loads` with error catching). There is an `--allow-insecure-tls` option for debugging, which disables HTTPS verification and is noted as for 'testing only', presenting a potential risk if enabled in production without understanding the implications. Input validation is performed for domain names and numeric parameters. No hardcoded credentials were found.
Similar Servers
mcp-scanner
A Python tool for scanning Model Context Protocol (MCP) servers and tools to detect potential security findings by leveraging Cisco AI Defense API, YARA rules, and LLM-as-a-judge.
mcp-server-code-execution-mode
This server enables LLM agents to execute Python code in a highly secure, isolated container environment, facilitating complex multi-tool orchestration and data analysis with minimal LLM context token usage.
mcp-interviewer
A Python CLI tool designed to evaluate, test, and generate reports on Model Context Protocol (MCP) servers to ensure compatibility and quality for LLM agent use cases.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.