csharp-mcp-server-sample
Verified Safeby bluetsys
Overview
Exposes JsonPlaceholder API functionality as tools for AI agents and LLMs via the Model Context Protocol (MCP).
Installation
dotnet runSecurity Notes
The server acts as a proxy for a public API (JsonPlaceholder). No 'eval' or malicious patterns are observed. The `HttpClient` configuration allows for a `bearerToken`, which could handle sensitive data if provided by the consuming agent, but the sample itself doesn't introduce vulnerabilities related to this. Overall, the code is straightforward and appears safe for its intended purpose as a sample MCP server.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
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.
MCPKit
Provides a Xojo framework for creating Model Context Protocol (MCP) servers to enable Large Language Models (LLMs) with custom tools.