Offers fundamental mathematical operations, such as addition and subtraction, to integrate with AI clients via a Model Context Protocol server.
mcptest is a straightforward Model Context Protocol (MCP) server designed to equip AI clients with fundamental mathematical capabilities. It exposes two core tools: `sum`, for adding two numbers, and `subtraction`, for calculating the difference between two numbers. This server is easily integrated with various AI clients, such as Claude Desktop, by configuring a simple JSON file, enabling AI models to leverage external arithmetic functions.