signal-relay
Verified Safeby SocioLogicAI
Overview
Connects AI agents to SocioLogic's synthetic persona platform for market research, customer intelligence, and product validation through natural conversation.
Installation
npx wrangler deployEnvironment Variables
- SOCIOLOGIC_API_URL
- SESSION_STORE
Security Notes
The server is implemented as a stateless Cloudflare Worker, inherently limiting certain attack vectors (e.g., persistent storage, direct OS access). It enforces API key authentication via headers, uses Zod for robust input validation on all tool parameters, and limits request body size (1MB) to mitigate DoS attacks. There are no apparent uses of `eval` or similar dangerous dynamic code execution. The security policy (`SECURITY.md`) is well-defined, advising safe harbor for responsible disclosure and best practices for users. The use of HTTPS is mandatory. It explicitly states 'no data stored on edge'.
Similar Servers
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
emceepee
A proxy server enabling AI agents to dynamically connect to and interact with multiple Model Context Protocol (MCP) backend servers, exposing the full MCP protocol via a simplified tool interface or a sandboxed JavaScript execution environment.
mcp_cafe
Simulates technical discussions with various AI agent personalities to aid in problem-solving and brainstorming.
atlantis-mcp-server
An MCP (Model Context Protocol) server for hosting and managing dynamic Python functions and third-party MCP tools, enabling AI agents to discover and utilize shared capabilities across a network.