Back to Home
Oscaross icon

eatneat-mcp

Verified Safe

by Oscaross

Overview

This is a Swift-based Microservice Communication Protocol (MCP) server designed to act as a backend component for an 'EatNeat' application, enabling specific interactions like showing in-app popups and registering item-need matches with a local 'AppBridge'.

Installation

Run Command
swift run EatNeatMCP

Environment Variables

  • PORT
  • MCP_TOKEN

Security Notes

The server explicitly disables its authentication handler for testing via `return .authorized // DISABLE AUTH TO RUN TESTING VIA. PYTHON`. This is a critical security vulnerability if deployed in a production environment, allowing unauthorized access to all MCP tools. It listens on `0.0.0.0`, making it accessible from any network interface, which is highly risky without proper authentication.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-02

Tags

SwiftMCPBackendApp IntegrationServer-Sent Events