Back to Home
lucasmangelo2 icon

mcp-poc

Verified Safe

by 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

Run Command
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

Stats

Interest Score30
Security Score8
Cost ClassMedium
Avg Tokens150
Stars1
Forks0
Last Update2026-01-19

Tags

MCP Server.NETC#NuGetDeveloper Tools