Back to Home
cr2007 icon

mcp-wordle-go

Verified Safe

by cr2007

Overview

Fetches Wordle solutions for specific dates using the New York Times Wordle API.

Installation

Run Command
docker run --rm -i --init -e DOCKER_CONTAINER=true ghcr.io/cr2007/mcp-wordle-go:latest

Security Notes

The 'date' parameter is directly interpolated into the URL path. While the `.json` suffix and expected date format mitigate common path traversal risks, it's generally safer to validate or sanitize user input before direct URL inclusion. The raw HTTP response body is returned without explicit sanitization or parsing of its content, meaning any unexpected or potentially malicious content from the external API would be passed through directly.

Similar Servers

Stats

Interest Score14
Security Score9
Cost ClassLow
Avg Tokens100
Stars3
Forks0
Last Update2025-12-20

Tags

WordleGameAPIGoMCP Server