Back to Home
boecht icon

birre

Verified Safe

by boecht

Overview

BiRRe is a Model Context Protocol (MCP) server that translates a BitSight subscription into LLM-friendly tools for security rating retrieval and risk management.

Installation

Run Command
uvx birre

Environment Variables

  • BITSIGHT_API_KEY
  • BIRRE_CONFIG
  • BIRRE_SUBSCRIPTION_FOLDER
  • BIRRE_SUBSCRIPTION_TYPE
  • BIRRE_CONTEXT
  • BIRRE_RISK_VECTOR_FILTER
  • BIRRE_MAX_FINDINGS
  • BIRRE_SKIP_STARTUP_CHECKS
  • BIRRE_DEBUG
  • BIRRE_ALLOW_INSECURE_TLS
  • BIRRE_CA_BUNDLE
  • BIRRE_LOG_LEVEL
  • BIRRE_LOG_FORMAT
  • BIRRE_LOG_FILE
  • BIRRE_LOG_MAX_BYTES
  • BIRRE_LOG_BACKUP_COUNT

Security Notes

The project follows good security practices. API keys are required as environment variables, not hardcoded. Network communication via `httpx` enforces TLS 1.2+ by default, with explicit options for custom CA bundles or disabling verification (with warnings) for testing. Input validation is performed for CLI arguments and some API parameters. No `eval` or `exec` calls were found. File operations are standard for configuration. The `--allow-insecure-tls` flag exists for diagnostics, which is a potential risk if misused, but is clearly documented and warns the user.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens300
Stars2
Forks1
Last Update2026-01-19

Tags

securityrisk-managementdata-retrievalLLM-toolsBitSight