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 operation for integration with AI tools.

Installation

Run Command
dotnet run

Environment Variables

  • AzureSearch:Endpoint
  • AzureSearch:ApiKey
  • AzureSearch:IndexName
  • AzureOpenAI:Endpoint
  • AzureOpenAI:ApiKey
  • AzureOpenAI:ChatCompletionDeploymentName
  • AzureOpenAI:EmbeddingDeploymentName

Security Notes

No immediate signs of 'eval', obfuscation, or hardcoded production secrets in the provided truncated code. The `appsettings.json` provides placeholders for Azure API keys and a SQL Server connection string, which users must configure securely. `TrustServerCertificate=true` in the default SQL connection string should be reviewed for production environments as it bypasses certificate validation. The project utilizes preview versions of `ModelContextProtocol` and `System.Net.ServerSentEvents` which might have evolving security postures.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2025-12-09

Tags

SupermarketInventorySalesWeb APIAI Tools.NETPlugin Architecture