Skip to content

Releases: cardea-mcp/cardea-calculator

Cardea-Calculator 0.10.0

16 Sep 07:24

Choose a tag to compare

The Cardea Calculator MCP server provides basic arithmetic operations such as addition and subtraction. It supports two transport types: stream-http and sse.

Tools

  • sum

    • Calculate the sum of two integer numbers
    • Input parameters:
      • a: The first integer
      • b: The second integer
    • Returns the sum of the two integers
  • sub

    • Calculate the difference of two integer numbers
    • Input parameters:
      • a: The first integer
      • b: The second integer
    • Returns the difference of the two integers