mcp-poc
Verified Safeby lucasmangelo2
Overview
A self-contained .NET Model Context Protocol (MCP) server for local development and NuGet publication, offering tools for calculations, CEP lookups, random number generation, and history tracking, integrated with AI assistants like Copilot.
Installation
dotnet run --project <PATH TO PROJECT DIRECTORY>Security Notes
The server uses standard practices like Dependency Injection for HttpClient and async/await for I/O operations. History tracking uses thread-safe ConcurrentBag. No 'eval', obfuscation, or hardcoded secrets are evident in the provided source code snippets. Communication is via stdio, a local channel. External API calls (ViaCEP) are handled through a configured HttpClient, with general risks associated with external APIs (e.g., rate limiting, data validation, although validation for CEP format is mentioned).
Similar Servers
UnityNaturalMCP
Integrates Unity Editor with Model Context Protocol (MCP) clients like AI coding assistants, enabling direct execution of Unity C# tools from these clients.
anymcp-io
A static site catalog for discovering and browsing single-file .NET MCP (Model Context Protocol) servers.
ater.dry.cli
A .NET-based development assistance tool that streamlines front-end and back-end service creation through code generation, LLM integration, and provides command-line, Web UI, and MCP server interfaces.
csharp-lsp-mcp
An MCP server that provides C# and XAML language intelligence by integrating with `csharp-ls` and built-in XAML analysis for AI assistants like Claude.