saturn-mcp-server
Verified Safeby ldroguetti
Overview
To search and retrieve documentation articles from Rocketbot Saturn for use with an MCP client.
Installation
docker-compose up --buildSecurity Notes
The server uses `requests` to fetch content from `docs.rocketbot.com`. The `read_doc` tool includes a URL validation (`startswith(BASE_URL)`) to mitigate arbitrary Server-Side Request Forgery (SSRF) to external hosts, limiting fetches to the specified documentation domain. The `BeautifulSoup` parser is generally safe but relies on the integrity of the remote content. No `eval`, command injection, or obvious hardcoded secrets were found. The server exposes an HTTP endpoint (port 8000) which requires appropriate network security if exposed publicly.
Similar Servers
chuk-mcp-server
A framework for building high-performance, modular, zero-configuration Model Context Protocol (MCP) servers, capable of hosting AI agent tools, resources, and prompts across local, containerized, and diverse cloud environments.
mcp-server
This project functions as a server application, designed to handle network requests and manage various operations, potentially related to a specific protocol or game.
test-remote-mcp-server
This server provides basic mathematical operations and information retrieval via the FastMCP protocol.
MCP_server
This server provides an inventory management and forecasting system, interacting with Google Sheets for data storage and SQLite for user configuration and logs, all exposed as an MCP service.