MCP server that scores a structured resume against a deterministic 4-category engineering rubric (open source, self projects, production, technical skills). Returns category scores, evidence, bonuses, deductions, key strengths, and areas for improvement. Runs locally from the resume-scorer-mcp npm package.
MCP server that completes prompts with automatic provider fallback across OpenAI, Anthropic Claude, and Google Gemini. Handles rate limits, transient errors, and missing keys by trying the next provider in chain. Returns first success with full attempt lo. Runs locally from the llm-fallback-mcp npm package.
MCP server providing a local-first encrypted key-value vault. AES-GCM 256-bit cipher, PBKDF2-derived key from a user PIN. Stores secrets, API keys, notes, or any string data on disk. Zero cloud, zero telemetry, zero network — all data stays on the machine. Runs locally from the encrypted-vault-mcp npm package.