Back to Home
AlekMel icon

weeek-mcp-server

Verified Safe

by AlekMel

Overview

Integrates the Weeek API with AI clients by exposing all Weeek API endpoints as Model Context Protocol (MCP) tools.

Installation

Run Command
docker-compose up -d

Environment Variables

  • WEEEK_TOKEN
  • WEEEK_BASE_URL
  • REQUEST_TIMEOUT
  • RETRY_ATTEMPTS
  • RETRY_DELAY
  • TRANSPORT
  • SERVER_HOST
  • SERVER_PORT
  • MCP_API_KEY
  • LOG_LEVEL
  • LOG_FORMAT

Security Notes

The server demonstrates strong security practices: Weeek API tokens are not logged (automatic redaction via `RedactingFilter`), secrets are loaded from environment variables (e.g., `.env`), and API key authentication for SSE mode uses `secrets.compare_digest` for constant-time comparison to prevent timing attacks. HTTPS is recommended for production deployments behind a reverse proxy. While `forwarded_allow_ips='*'` is used in uvicorn settings, this is generally safe when behind a trusted proxy (e.g., nginx with SSL, as recommended).

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassLow
Stars1
Forks0
Last Update2025-12-13

Tags

MCPAI ToolsWeeek APITask ManagementCRM