disney-mcp
Verified Safeby stowns
Overview
Provides a local server to extend AI client capabilities (like CoPilot Chat) with custom tools and context using the Model Context Protocol.
Installation
No command providedSecurity Notes
The project involves running a local server, which inherently exposes a network service. Without code access, it's impossible to verify for 'eval' usage, code obfuscation, or specific input validation vulnerabilities. Running on 'localhost' mitigates external exposure but does not eliminate all risks.
Similar Servers
claude-prompts-mcp
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
boilerplate-mcp-server
Provides a production-ready foundation for developing custom Model Context Protocol (MCP) servers in TypeScript to connect AI assistants with external APIs and data sources, exemplified by an IP geolocation tool.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.
mcp-typescript-starter
A feature-complete Model Context Protocol (MCP) server template in TypeScript demonstrating all major MCP features for AI assistant interaction.