Back to Home
ldroguetti icon

saturn-mcp-server

Verified Safe

by ldroguetti

Overview

To search and retrieve documentation articles from Rocketbot Saturn for use with an MCP client.

Installation

Run Command
docker-compose up --build

Security 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

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-25

Tags

DocumentationSearchWeb ScrapingAPIMCP