McpServerAspNetCore
Verified Safeby marcominerva
Overview
Provides a minimal ASP.NET Core server for AI agents to discover and utilize external tools via the Model Context Protocol (MCP).
Installation
dotnet run --project src/McpServerAspNetCore --launch-profile httpsEnvironment Variables
- ASPNETCORE_ENVIRONMENT
- OPENWEATHERMAP_APP_ID
- MCP_SERVER_API_KEY
Security Notes
The server includes a hardcoded API key (f1I7S5GXa4wQDgLQWgz0) in `appsettings.json` for server authentication, which is a critical security risk for production deployment. `AllowedHosts` is set to `*`, which is generally not recommended for production. CORS is enabled but configurable, requiring careful setup. No 'eval' or malicious patterns were observed in the provided source code.
Similar Servers
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.
Dida365MCP
This server integrates Dida365 (TickTick) task management capabilities, allowing an AI agent to create, read, update, and delete tasks and projects via the Model Context Protocol (MCP).
method-crm-mcp
Enables LLMs to interact with Method CRM data for comprehensive management of tables, files, user information, event-driven automations, and API keys.