SignalZeroMCP
Verified Safeby klietus
Overview
The server provides a Meta-Controller Protocol (MCP) interface for a SignalZero shared symbolic store, wrapping an AWS-based symbol store API.
Installation
python symbol_store_server.pyEnvironment Variables
- SYMBOL_STORE_BASE_URL
- SYMBOL_STORE_API_KEY
Security Notes
The server design is robust, acting as a proxy to an external AWS API. It correctly uses environment variables for sensitive data like API keys. There are no obvious 'eval' or similar dangerous patterns. Input parsing for `PUT` requests is confined to JSON, and query parameters are handled safely. The underlying AWS CloudFormation template indicates secure practices such as API key requirements and IAM roles with least privilege. The primary risk would be misconfiguration of the AWS backend or vulnerabilities in external dependencies.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
aws-sa-tools-mcp-server
A Model Context Protocol (MCP) server that provides tools to interact with AWS services and an optional vector store for document search, primarily designed for integration with Claude Desktop.
quilt-mcp-server
Facilitate querying, visualizing, and packaging data across AWS S3, Athena, and Quilt Catalog using natural language via LLMs.
SignalZero-MCP
Serves as an MCP server to manage and access a SignalZero shared symbolic store, wrapping an AWS API Gateway.