Provides a simple Model Context Protocol (MCP) server for basic arithmetic operations like addition, subtraction, multiplication, and division.
Math is a minimal Model Context Protocol (MCP) server built with FastMCP and TypeScript, designed to expose fundamental arithmetic capabilities as accessible endpoints. It offers robust input validation via zod and supports HTTP streaming transport, making it an ideal component for integrating basic numerical computations into AI agents, chatbots, or other applications that require precise and validated math operations.