outgassing-mcp-server
Verified Safeby aerospace-mcp-tools
Overview
Provides a Model Context Protocol (MCP) server for querying NASA's outgassing database, enabling large language models to access aerospace material properties and compliance.
Installation
docker run --rm -i --network host outgassing-mcp-serverEnvironment Variables
- DISABLE_SSL_VERIFY
Security Notes
The server explicitly disables SSL certificate verification when the `DISABLE_SSL_VERIFY` environment variable is set to `true`, primarily for corporate network compatibility (e.g., Zscaler proxies). This is a known and documented security trade-off that makes data downloads from NASA's public database susceptible to Man-in-the-Middle (MITM) attacks in that specific configuration. However, the data is public and read-only, and no credentials are transmitted. The server itself uses stdio for MCP communication, not exposing network ports directly. No other critical vulnerabilities like 'eval' or hardcoded secrets were found.
Similar Servers
mcp-openapi-server
A Model Context Protocol (MCP) server that exposes OpenAPI endpoints as MCP tools, along with optional support for MCP prompts and resources, enabling Large Language Models to interact with REST APIs.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
mcp-advisor
Provides LLMs and humans with structured access to the Model Context Protocol (MCP) specification and documentation for understanding and compliance evaluation.