MCP Server

calculate_sum

Add two numbers together using the MCP Server. Input values 'a' and 'b' to get the sum quickly and accurately.

Instructions

Add two numbers together

Input Schema

NameRequiredDescriptionDefault
aYes
bYes

Input Schema (JSON Schema)

{ "properties": { "a": { "type": "number" }, "b": { "type": "number" } }, "required": [ "a", "b" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server

Related Tools

  • @wrtnlabs/calculator-mcp
  • @YuheiNakasaka/arithmetic-mcp-server
  • @psaboia/mcp-server-playground
  • @wudongjie/example-mcp-server
  • @githubpradeep/calc-mcp72
ID: jwebewi02s