mcp-cf7b72a7-10c103b7-todo-list-mcp
Verified Safeby aiscibe-mcp-deployment
Overview
Acts as a Model Context Protocol (MCP) server to provide a Todo List functionality by integrating with an external API.
Installation
python main.pyEnvironment Variables
- PORT
Security Notes
No hardcoded secrets or obvious malicious patterns found. The `call_api` function, while not directly exposed to user input in the provided code, could enable SSRF if tools are later implemented without proper input validation, allowing arbitrary API calls to `jsonplaceholder.typicode.com`. The `conn_name='default'` bug in `call_api` (which is not in `API_CONNECTIONS`) prevents it from being functional as-is, inadvertently reducing its attack surface. Error logging includes stack traces, which could reveal internal paths in production.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-container-ts
Provides a secure, extensible Model Context Protocol (MCP) server using Node.js and TypeScript, designed to expose custom tools to LLMs, deployable on Azure Container Apps with robust JWT and RBAC security.
todo-mcp-server
Provides autonomous task management and random string generation for AI agents via Model Context Protocol (MCP) using stdio or HTTP transports.
mcp-cf7b72a7-27e74bd9-todo-list-mcp
This MCP server exposes a Todo List API as tools for AI models like Claude.