mcp.discovery.tool
Verified Safeby echapmanFromBunnings
Overview
Automated discovery and security analysis of Model Context Protocol (MCP) server capabilities in .NET assemblies.
Installation
dotnet run --project mcp-discover-dotnet -- ./bin/Release/net10.0 ./metadataSecurity Notes
The tool acts as a security scanner for other .NET assemblies, detecting various vulnerabilities like hardcoded secrets, prompt injection, and dangerous operations. It uses isolated `AssemblyLoadContext` for safe assembly loading, mitigating risks when scanning target binaries. No 'eval' or direct malicious patterns are present in the tool's source. The primary risks would come from vulnerabilities in the assemblies being scanned, which the tool aims to identify.
Similar Servers
mcp-watch
A comprehensive security scanner for Model Context Protocol (MCP) servers, detecting various vulnerabilities in their implementations.
anymcp-io
A static site catalog for discovering and browsing single-file .NET MCP (Model Context Protocol) servers.
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.
mcp-farmer
CLI tool for managing, analyzing, and scaffolding Model Context Protocol (MCP) servers, with AI-assisted features for tool generation and probing.