42crunch-mcp-server
Verified Safeby poguuniverse
Overview
A Model Context Protocol (MCP) server that enables AI assistants to interact with the 42crunch API security platform.
Installation
./.ci/start_mcp_server.shEnvironment Variables
- 42C_TOKEN
Security Notes
The server connects to a third-party API security platform using a sensitive API token. If exposed publicly without proper authentication, it could lead to unauthorized access to API security data. The project structure and documentation appear standard for a Python web service.
Similar Servers
fastmcp
FastMCP is an ergonomic interface for the Model Context Protocol (MCP), providing a comprehensive framework for building and interacting with AI agents, tools, resources, and prompts across various transports and authentication methods.
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.