Back to Home
aiscibe-mcp-deployment icon

mcp-cf7b72a7-10c103b7-todo-list-mcp

Verified Safe

by 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

Run Command
python main.py

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-11-29

Tags

MCP ServerTodo ListAPI IntegrationPythonRender Deployment