Back to Home
Koneisto icon

no-as-a-service

Verified Safe

by 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

Run Command
npm run mcp:dev

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens25
Stars0
Forks0
Last Update2025-12-08

Tags

REST APIMCP ServerAI AssistantTool CallingRejection Responses