McpServerAspNetCore
Verified Safeby marcominerva
Overview
Provides a minimal ASP.NET Core server exposing Model Context Protocol (MCP) tools for integration with AI agents/assistants.
Installation
dotnet runEnvironment Variables
- ASPNETCORE_ENVIRONMENT
- AppSettings__OpenWeatherMapAppId
- Authentication__ApiKey__ApiKeyValue
Security Notes
The server hardcodes the default API key ('f1I7S5GXa4wQDgLQWgz0') and expects the OpenWeatherMap API key to be placed directly into 'appsettings.json'. While this is common for sample projects, it encourages insecure secret management for a 'starting point' if not explicitly migrated to more secure storage (like environment variables or Azure Key Vault) in a production environment. The README does mention using secure storage for Azure OpenAI keys in client apps but not for the server's own secrets.
Similar Servers
mcp-server
Provides real-time Indian options market data and volatility analytics from GetOutpost.in to AI chat platforms like Claude for quantitative analysis and trading insights.
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.