mcp
Verified Safeby service-atlas
Overview
This MCP server provides read-only access to a Service Atlas API, enabling browsing of teams, listing services by team, searching services by name, identifying service ownership, getting release information, and querying technical debt reports.
Installation
uv run src/mcp_server.pyEnvironment Variables
- API_URL
Security Notes
The server acts as a read-only proxy to an external Service Atlas API. No 'eval' or direct arbitrary code execution detected. It relies on the 'API_URL' environment variable, which if misconfigured or pointing to an untrusted source, could expose or proxy malicious data. URL paths are constructed using f-strings with input parameters, which could pass through injection if the downstream API is vulnerable, but the server itself does not perform additional sanitization beyond parameter embedding. All API calls are GET requests.
Similar Servers
Unla
A lightweight and highly available gateway service that converts existing MCP Servers and APIs into services compliant with the MCP Protocol through configuration.
mcp-k8s-go
An MCP server enabling AI assistants and users to interact with and manage Kubernetes clusters by listing, getting, applying, and executing commands on Kubernetes resources.
k8s-mcp-server
Provides a standardized interface (MCP) for interacting with Kubernetes clusters and managing Helm releases.
mcp-server-dump
Extracts and documents MCP (Model Context Protocol) server capabilities, tools, resources, and prompts in various formats.