Back to Home
microsoft icon

mcsmcp

Verified Safe

by microsoft

Overview

Deploys a Model Context Protocol (MCP) server that provides various joke-fetching tools to be integrated with LLMs, specifically Microsoft Copilot Studio, to enhance conversational AI with external context.

Installation

Run Command
npm run build && npm run start

Environment Variables

  • PORT
  • AZURE_ENV_NAME
  • AZURE_LOCATION
  • AZURE_PRINCIPAL_ID

Security Notes

The server correctly handles different HTTP methods, allowing POST for MCP requests and returning 405 for GET/DELETE, which prevents misuse. Input parameters for tools are validated using Zod, mitigating some injection risks. It fetches data from external, public joke APIs; while this inherently relies on external trust, the nature of the data (jokes) is low risk. The deployment explicitly allows public access, which is by design for a demo but would require careful consideration for production-grade sensitive data. No hardcoded secrets or 'eval' statements were found.

Similar Servers

Stats

Interest Score81
Security Score8
Cost ClassLow
Avg Tokens40
Stars310
Forks111
Last Update2025-12-02

Tags

MCPCopilot StudioLLM ContextAPI ProxyJokes