mcp-server
Verified Safeby yehorkardash
Overview
Serves as an MCP (Model Context Protocol) server, providing tools for fetching a specific image and demonstrating various JSON schema input types for tool calls.
Installation
npm startSecurity Notes
No 'eval' or obvious obfuscation found. The hardcoded image URL prevents Server-Side Request Forgery (SSRF) for the image fetching tool. Open CORS (`Access-Control-Allow-Origin: *`) is enabled, which is common for public APIs but allows universal access. The server relies on the security and robustness of the `@modelcontextprotocol/sdk` for session handling and message processing. No direct user-controlled code execution or sensitive information leakage found in error handling.
Similar Servers
mcp-server-typescript
Provides a Model Context Protocol (MCP) server to enable AI assistants to access DataForSEO's SEO data APIs through a standardized interface.
chuk-mcp-server
A framework for building high-performance, modular, zero-configuration Model Context Protocol (MCP) servers, capable of hosting AI agent tools, resources, and prompts across local, containerized, and diverse cloud environments.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and PDF articles for AI agents and assistants.
mcp_server_ts
Provides a Model Context Protocol (MCP) server that exposes defined tools (e.g., "create-user") for client applications.