calculator-mcp

calculator-mcp

3.4

If you are the rightful owner of calculator-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides browser automation capabilities using basic calculator feature.

The Calculate MCP server is designed to facilitate interactions between Language Learning Models (LLMs) and a basic calculator. This server is particularly useful for test programs and toy projects, allowing developers to automate calculations through a browser interface. The server can be easily integrated into development environments like Visual Studio Code, providing a seamless experience for developers looking to leverage calculator functionalities within their applications. The server supports various command-line options, including the ability to specify a port for Server-Sent Events (SSE) transport, making it versatile for different deployment scenarios. Additionally, it offers programmatic usage with custom transports, enabling developers to create linked client-server pairs for more complex interactions.

Features

  • Browser automation capabilities for calculator functions
  • Integration with Visual Studio Code
  • Support for Server-Sent Events (SSE) transport
  • Programmatic usage with custom transports
  • Command-line options for configuration

Tools

  1. add

    Performs addition of two numbers.

  2. sub

    Performs subtraction of two numbers.

  3. mul

    Performs multiplication of two numbers.

  4. div

    Performs division of two numbers.

  5. mod

    Performs modulus operation on two numbers.

  6. sqrt

    Calculates the square root of a number.