Orchestrates Claude AI and a calculator API to process natural language math requests.
The Calculator Service provides a Model-Context-Protocol (MCP) implementation for performing mathematical calculations via natural language requests. It leverages Claude AI to understand user input and then orchestrates the execution of mathematical operations through a dedicated calculator API. The service comprises an MCP server for LLM integration, a calculator API for basic operations, and an MCP client for user interaction, providing a comprehensive solution for natural language-driven calculations.