mcp-server-test
Verified Safeby johanbolofsson
Overview
This server exposes historical Champions League winners data via an MCP (Model Context Protocol) interface, allowing AI clients like Claude for Desktop to query sports results.
Installation
dotnet runSecurity Notes
The server appears to be designed for local execution, serving static data from a local JSON file. There are no explicit indications of network risks beyond standard local server operations, 'eval' usage, hardcoded secrets, or malicious patterns in the provided source code and README. It relies on standard .NET framework practices. The primary risk would be potential vulnerabilities in the .NET runtime or third-party libraries, which is common for any application.
Similar Servers
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
mcp
Provides a Model Context Protocol (MCP) server for accessing comprehensive sports data and analytics from the BALLDONTLIE API across 18 major sports and leagues.
converse
Orchestrates and exposes various AI tools (chat, multi-model consensus, job management) over the Model Context Protocol, enabling local, persistent, and potentially asynchronous AI interactions across multiple Large Language Model (LLM) providers.
EODHD_MCP_server
Exposes EOD Historical Data APIs as an MCP server for AI clients to access financial market data.