Provides a suite of mathematical functions accessible via a Model Context Protocol (MCP) server.
Explore the capabilities of the Model Context Protocol (MCP) with this example server, which exposes a range of calculator tools. Built using the FastMCP framework in Python, this project demonstrates how to create and serve modular functions like addition, factorial calculation, and primality testing, making them discoverable and callable by MCP clients. It includes both the server and a simple client to illustrate the protocol's usage and integration.