Back to Home
microsoft icon

mcsmcp

Verified Safe

by microsoft

Overview

Deploying a Model Context Protocol (MCP) server to provide joke-telling tools for LLMs, specifically for integration with Microsoft Copilot Studio.

Installation

Run Command
npm install && npm run build && npm run start

Environment Variables

  • PORT

Security Notes

The server uses external APIs (api.chucknorris.io, icanhazdadjoke.com) to fetch joke content. While the code is straightforward and handles input validation with `zod`, reliance on external APIs introduces a dependency risk regarding their availability and data integrity. No `eval`, obfuscation, or obvious hardcoded secrets were found. The server exposes a POST /mcp endpoint, which is expected for an MCP server.

Similar Servers

Stats

Interest Score73
Security Score8
Cost ClassLow
Avg Tokens50
Stars324
Forks114
Last Update2026-01-07

Tags

MCPLLM ToolingAI IntegrationJoke APICopilot Studio