Back to Browse

Vitamind MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Know when the sun can make vitamin D where you are, for your skin type. Live UV data.

About

Know when the sun can make vitamin D where you are, for your skin type. Live UV data.

Remote endpoints: streamable-http: https://getvitamind.app/api/mcp/mcp streamable-http: https://getvitamind.app/api/mcp-auth/mcp

Security Report

4.2
Use Caution4.2High Risk

This is a Next.js-based solar vitamin D calculator PWA with solid architecture and reasonable security practices. The codebase uses well-established dependencies, proper authentication via Supabase, and does not exhibit malicious patterns. Minor code quality issues around error handling and input validation exist, but do not materially affect security. Network access and environment variable dependencies are appropriate for the application's purpose. Supply chain analysis found 7 known vulnerabilities in dependencies (0 critical, 2 high severity).

3 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

clipboard

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

VitaminD Explorer

Solar vitamin D calculator PWA — know when and where you can synthesize vitamin D from sunlight, based on solar elevation, real-time UV index, skin type, body exposure and age.

Live: https://getvitamind.app

Stack

Next.js (App Router) · next-intl (es/en/fr/de/ru/lt) · Tailwind CSS v4 · D3 · Supabase (auth, profiles, city search, push subscriptions) · Web Push · Vercel (hosting + daily cron).

Development

npm install
cp .env.example .env.local   # fill in values
npm run dev                  # localhost:3000

Quality gate (all must pass, enforced by CI on every push/PR):

npm run lint && npm run typecheck && npm test && npm run build

Docs

  • CLAUDE.md — architecture, deployment runbook, operational gotchas and incident history.
  • docs/PRODUCTION_READINESS.md — production-readiness assessment and the practices that keep it that way.

License

MIT

Reviews

No reviews yet

Be the first to review this server!