prophetkey-mcp
Related Servers
Alternatives to prophetkey-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI coding agents to securely store and retrieve encrypted API keys via MCP tools.4 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to securely manage API keys and secrets via the MCP protocol, with encrypted storage at rest and a simple CLI and Python SDK.1MIT
- AlicenseNot gradedqualityDmaintenanceEncrypted credential vault with a 21-tool MCP server. Store and manage LLM API keys, service API keys, and OAuth credentials — then let your AI agent list, reveal, rotate, rename, pause, and proxy calls through them.MIT
- AlicenseBqualityDmaintenanceEnables AI agents to manage secrets and credentials from a secure vault via MCP tools over stdio.7MIT
- AlicenseNot gradedqualityAmaintenanceProvides MCP tools for AI agents to securely access approved 1Password logins via encrypted handles, resolving secrets locally through the 1Password CLI without exposing plaintext passwords.206 npmMIT
- AlicenseNot gradedqualityCmaintenanceMCP server enabling AI agents to use secrets (API keys, tokens) via encrypted vault, executing HTTP/shell/SSH actions server-side while never exposing secret values to the AI.MIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: listing keys, retrieving key details, checking proxy status, running health checks, and making proxied requests. There is no meaningful overlap that would cause an agent to select the wrong tool.
All tools follow a consistent `prophetkey_` prefix with snake_case verb_noun names. The pattern is uniform and predictable across the entire set.
Five tools is a well-scoped size for this server's purpose. Each tool covers a distinct aspect of interacting with ProphetKey and its proxy without unnecessary bloat or redundancy.
The set covers the core workflows: discovering keys, inspecting key details, checking health, monitoring the proxy, and making authenticated requests. Lifecycle operations like adding or deleting keys are absent, but they appear intentionally handled outside the MCP server rather than being an obvious gap.