Vault
Createdkumartheashwani
Provides arithmetic operations through a REST API using the Model Context Protocol (MCP).
About
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
- Basic arithmetic operations (add, subtract, multiply, divide)
- 0 GitHub stars
- MCP-compliant API endpoints
- Multiple communication modes (HTTP, WebSocket, stdio)
- JSON schema validation
- Error handling
Use Cases
- Production deployments requiring reliable HTTP endpoints.
- Local tool integration with Smithery.
- Arithmetic operation automation using REST APIs