Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by kumartheashwani • Uncategorized
An MCP server providing a basic calculator tool with arithmetic operations via REST API and stdio.
Perform basic arithmetic operations via MCP protocol.
Integration with Smithery as a local or remote tool.
A reliable calculator service deployable in container environments.
This MCP server implements a basic calculator tool supporting addition, subtraction, multiplication, and division through MCP-compliant JSON-RPC and WebSocket endpoints. It supports multiple communication modes including HTTP, WebSocket, and stdio, making it suitable for both containerized deployments and local tool integration with Smithery. The server includes JSON schema validation, error handling, and specialized endpoints for seamless Smithery integration. It can be deployed easily using Docker or directly with uvicorn.