eatneat-mcp
Verified Safeby 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
swift run EatNeatMCPEnvironment 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
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
XcodeDocsMCP
This MCP server provides tools for querying Apple developer documentation and SDK symbols directly from a local Xcode installation on macOS.
AppleFoundationMCPTool
Dynamic bridging between Apple's Foundation Models/AnyLanguageModel and external Model Context Protocol (MCP) servers for tool execution.
MCPbundler
Manages and runs Agent Skills and Model Context Protocol (MCP) servers locally on macOS, providing a unified endpoint for various AI clients and automation workflows.