Back to Home
dmshikoff icon

FancyMCP

Verified Safe

by dmshikoff

Overview

A demonstration of the Model Context Protocol (MCP) for building AI-powered Magic: The Gathering card search servers and clients using Azure OpenAI.

Installation

Run Command
dotnet run --project FancyMCP.Server/FancyMCP.Server.csproj

Environment Variables

  • AzureOpenAI__Endpoint
  • AzureOpenAI__ApiKey
  • AzureOpenAI__DeploymentName

Security Notes

Relies on external Azure OpenAI API. The `ApiKey` in `appsettings.json` is provided as an empty placeholder, requiring the user to fill in their own. It is critical to manage this API key securely and avoid hardcoding it in source control for production deployments, leveraging environment variables or a secrets manager. The server uses stdio transport for local communication, which is generally secure.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-17

Tags

Model Context ProtocolMCPC#Azure OpenAIMagic: The GatheringAI Tools