no-as-a-service
Verified Safeby Koneisto
Overview
Provides a REST API and an MCP (Model Context Protocol) server for AI assistants to retrieve over 1,000 creative rejection responses across various categories.
Installation
npm run mcp:devEnvironment Variables
- API_BASE_URL
- PORT
- NODE_ENV
- TRUST_PROXY
- CORS_ORIGIN
- RATE_LIMIT_MAX
- RATE_LIMIT_WINDOW_MS
- REASONS_FILE_PATH
Security Notes
The server implements strong security practices including Helmet.js for security headers, configurable CORS, and IP-based rate limiting. It uses environment variables for configuration and provides clear documentation on secure deployment. Input validation is performed using Zod in the MCP server. Docker deployments run as a non-root user. No obvious 'eval' or direct shell execution of untrusted input was found. Proper handling for JSON parsing errors is present.
Similar Servers
tomcp
Converts any website into an MCP (Model-Config-Protocol) server for AI tools and enables AI chat with website content by converting HTML to clean Markdown.
MyMCP
Dynamically convert any OpenAPI v3 specification into a fully-functional Model Context Protocol (MCP) server, exposing external APIs as MCP tools.
mold-inventory
An MCP server that provides an LLM with authenticated access to a mold inventory management API, allowing it to retrieve mold data on behalf of a user.
foaas-mcp
An MCP server that provides explicit, humorous responses from the FOAAS API to AI clients, typically for developer workflow interactions like GitHub issue triage.