Back to Home
aiscibe-mcp-deployment icon

mcp-cf7b72a7-27e74bd9-todo-list-mcp

Verified Safe

by aiscibe-mcp-deployment

Overview

This MCP server exposes a Todo List API as tools for AI models like Claude.

Installation

Run Command
python app/mcp_server.py

Environment Variables

  • OPENAI_API_KEY

Security Notes

The server uses httpx to make external API calls. While the current API_CONNECTIONS is hardcoded to a safe endpoint, dynamic configuration of 'base_url' without validation could introduce SSRF vulnerabilities. No 'eval' or obvious malicious patterns were found. Environment variables are used for sensitive keys (like OPENAI_API_KEY, though not directly used in provided server code) which is good practice.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-12-01

Tags

MCPAI ToolsTodo ListAPIPython