Vault is a Model Context Protocol (MCP) server implementing a basic calculator tool. Deployed in Smithery, it offers arithmetic operations via a REST API. It supports HTTP, WebSocket, and stdio communication modes, catering to diverse deployment scenarios including production environments, containerization, and Smithery local tool integration. It offers multiple communication modes to be adapted to the user’s deployment scenario, including HTTP, WebSocket, and standard I/O.
Key Features
01Basic arithmetic operations (add, subtract, multiply, divide)
020 GitHub stars
03MCP-compliant API endpoints
04Multiple communication modes (HTTP, WebSocket, stdio)
05JSON schema validation
06Error handling