Back to Home
Darko-Martinovic icon

McpServer

Verified Safe

by Darko-Martinovic

Overview

A dual-mode server for supermarket inventory and sales management, supporting both Web API (REST) and console/MCP operations for integration with AI tools.

Installation

Run Command
dotnet run --console

Environment Variables

  • ASPNETCORE_ENVIRONMENT
  • AzureSearch__Endpoint
  • AzureSearch__ApiKey
  • AzureSearch__IndexName
  • AzureOpenAI__Endpoint
  • AzureOpenAI__ApiKey
  • AzureOpenAI__ChatCompletionDeploymentName
  • AzureOpenAI__EmbeddingDeploymentName

Security Notes

Configurable connection strings and API keys via appsettings.json (though empty by default), reducing hardcoded secrets. CORS and Swagger UI are enabled by default in development mode, requiring careful review and configuration (e.g., restricted origins, disabled in production) for security. No visible 'eval' or obfuscation patterns. Depends on standard Microsoft and Serilog packages. Default SQL Server connection uses Integrated Security to a localdb, which is safer for development.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassMedium
Avg Tokens500
Stars1
Forks0
Last Update2025-12-03

Tags

Supermarket ManagementAPI GatewayAI Integration.NETData Analytics