Back to Home
akp-110 icon

mcp-outfit-rater

Verified Safe

by akp-110

Overview

An MCP server that helps Claude rate outfits by providing real-time context about weather, calendar events, and personal style preferences.

Installation

Run Command
npm run build && npm run start

Environment Variables

  • OPENWEATHER_API_KEY
  • CALENDAR_PROVIDER
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • GOOGLE_REFRESH_TOKEN
  • OUTLOOK_ACCESS_TOKEN
  • ICAL_URL

Security Notes

The server uses environment variables for sensitive API keys (OpenWeatherMap, Google, Outlook, iCal), which is a good practice. Input validation is present for tool arguments (e.g., location is encoded for weather API). Outfit photos and preferences are stored locally in a `temp` directory, which is managed internally and not user-controlled, mitigating path traversal risks. There is no usage of 'eval' or apparent obfuscation. External API calls are made via standard libraries. Error handling for tool execution is basic but present. The Google and Outlook calendar integrations rely on third-party SDKs, assuming their security. The only notable potential risk is if the 'temp' directory for outfit photos is exposed or easily writable by other processes, but within the scope of this code, it appears secure for its intended use as a local MCP server.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-11-19

Tags

outfit-raterfashionpersonal-assistantweather-contextcalendar-integration