Back to Home
klietus icon

SignalZero-MCP

Verified Safe

by klietus

Overview

Serves as an MCP server to manage and access a SignalZero shared symbolic store, wrapping an AWS API Gateway.

Installation

Run Command
python symbol_store_server.py

Environment Variables

  • SYMBOL_STORE_BASE_URL
  • SYMBOL_STORE_API_KEY

Security Notes

The server uses API keys for authentication with the upstream SignalZero Symbol Store API, which are loaded from environment variables (SYMBOL_STORE_API_KEY). This is a standard security practice, but proper management of this key is critical. The AWS Lambda function handles requests, with IAM roles providing necessary, but scoped, access to DynamoDB. CORS is broadly enabled for the upstream API. There are no obvious code injection points or uses of 'eval' found in the provided code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-11-27

Tags

MCP serverSymbol StoreAWS API GatewayDynamoDBPython