Back to Home
scottseotech icon

todo-platform

Verified Safe

by scottseotech

Overview

A Model Context Protocol (MCP) server that provides tools for interacting with the Todo API, enabling AI assistants to manage todo items.

Installation

Run Command
go run main.go

Environment Variables

  • SERVER_PORT
  • TODO_API_URL
  • OTEL_EXPORTER_OTLP_ENDPOINT
  • ENVIRONMENT
  • SERVICE_VERSION

Security Notes

The server, in its current state, lacks authentication and authorization for both its MCP and REST API endpoints. This means any client with network access can invoke tools and perform CRUD operations on the Todo API without verification. While the README mentions that REST endpoints are 'for testing' and 'authentication/authorization' is a 'Future Enhancement', this is a critical security vulnerability for any system operating in a non-isolated environment. All traffic to the underlying Todo API is effectively unauthenticated if accessed through this MCP server. Trace context is propagated, which is good for debugging but doesn't inherently add security.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2026-01-06

Tags

GoGinMCPAI IntegrationREST APISSEOpenTelemetryTodo