mcp-bitsight
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-bitsightWhat's the BitSight security rating for Apple?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-bitsight
A focused Model Context Protocol (MCP) server that exposes BitSight Security Ratings as tools for AI assistants.
Note: This repo will be renamed from
mcp-gatewaytomcp-bitsightto reflect its single purpose.
Architecture Context
This is one component in a larger MCP architecture:
┌─────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ User │────▶│ LLM Layer │────▶│ MCP Gateway │────▶│ mcp-bitsight │ ← This repo
│ (Cursor) │ │ (AI Foundry) │ │ (Router) │ │ │
└─────────────┘ └──────────────┘ └──────┬───────┘ └──────────────┘
│
├────▶ mcp-servicenow (future)
└────▶ mcp-* (future)Component | Purpose | Repo |
mcp-bitsight | BitSight API tools | This repo |
mcp-gateway | Routes to MCP servers | Separate repo (TBD) |
ai-orchestrator | LLM reasoning layer | Separate repo (TBD) |
Related MCP server: Burp Suite MCP Server
Available Tools
Tool | Description |
| Get security rating for any company by name |
| Search for companies in BitSight |
| Get full company details by GUID |
| Get vulnerabilities and security findings |
| View your monitored companies |
| List all risk categories |
| Get portfolio alerts |
Quick Start
1. Clone and Setup
git clone https://github.com/your-org/mcp-bitsight.git
cd mcp-bitsight
# Create virtual environment
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -e .2. Configure Environment
Create a .env file:
BITSIGHT_API_TOKEN=your-api-key-here
LOG_LEVEL=WARNING3. Connect to Cursor
Add to ~/.cursor/mcp.json (macOS/Linux) or %USERPROFILE%\.cursor\mcp.json (Windows):
{
"mcpServers": {
"bitsight": {
"command": "/full/path/to/mcp-bitsight/venv/bin/python",
"args": ["/full/path/to/mcp-bitsight/main.py"],
"cwd": "/full/path/to/mcp-bitsight"
}
}
}4. Restart Cursor
After updating mcp.json, restart Cursor completely (Cmd+Q / Alt+F4, then reopen).
Corporate Proxy / SSL Certificates
If behind a corporate firewall that intercepts HTTPS, place CA certificates in certs/:
certs/
├── combined_ca_bundle.pem
└── ca_bundle.pemOr set via environment:
MCP_CA_BUNDLE=/path/to/your/ca_bundle.pemCloud Deployment (Azure)
CI/CD
Push to dev branch triggers automatic build and deploy via GitHub Actions.
Required GitHub Secrets:
Secret | Description |
| ACR login server |
| Azure Container Registry username |
| Azure Container Registry password |
| Service principal client ID |
| Azure AD tenant ID |
| Azure subscription ID |
Connect Cursor to Cloud
{
"mcpServers": {
"bitsight": {
"url": "https://your-app.azurecontainerapps.io/sse"
}
}
}Project Structure
mcp-bitsight/
├── app/
│ ├── __init__.py
│ ├── bitsight.py # BitSight API client
│ └── server.py # MCP tools
├── certs/ # SSL certificates
├── Documentation/
├── .github/workflows/ # CI/CD
├── main.py # Entry point
├── pyproject.toml # Dependencies
└── DockerfileEnvironment Variables
Variable | Description | Default |
| BitSight API key | Required |
|
|
|
| HTTP port |
|
| DEBUG, INFO, WARNING, ERROR |
|
| Custom CA certificate path | Auto-detected |
Development
pip install -e ".[dev]"
pytest
ruff check .
ruff format .License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/TheSkeenAdvantage/mcp-bitisght'
If you have feedback or need assistance with the MCP directory API, please join our Discord server