test-mcp-server
Verified Safeby AlBa231
Overview
A test API server likely for AWS integrations or mobile computing platforms, designed to provide API endpoints for development and testing.
Installation
dotnet run --project MCPTestServer.WebApiSecurity Notes
The provided code snippets are configuration files (launchSettings.json, appsettings.json) and do not contain executable logic. No 'eval', obfuscation, hardcoded secrets, or malicious patterns are observed. 'AllowedHosts: *' in appsettings.json is typical for development but would need to be restricted in a production environment for a non-test server.
Similar Servers
uLoopMCP
Acts as a Model Context Protocol (MCP) server to bridge Unity Editor operations to LLM tools, enabling autonomous AI-driven development loops (compile, test, log analysis, scene manipulation).
mockloop-mcp
Provides a comprehensive platform for generating and managing mock API servers with AI-driven test generation, scenario management, proxy capabilities, and robust monitoring and auditing features.
mcp-code-exec-python
This server provides a Model Context Protocol (MCP) interface for executing arbitrary Python code snippets, including optional pip package installations, primarily designed for agent-based interactions on Heroku.
mcp-server-example
A C# .NET example server demonstrating a Multi-platform Client Protocol, likely involving resource generation and prompt processing.