Math-MCP

by EthanHenrickson
Verified

sum

Calculate the total of multiple numbers by inputting an array of numerical values. Ideal for quick, accurate summation in mathematical workflows.

Instructions

Adds any number of numbers together

Input Schema

NameRequiredDescriptionDefault
numbersYesArray of numbers to sum

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "numbers": { "description": "Array of numbers to sum", "items": { "type": "number" }, "type": "array" } }, "required": [ "numbers" ], "type": "object" }

You must be authenticated.

Other Tools from Math-MCP

Related Tools

  • @EthanHenrickson/math-mcp
  • @YuheiNakasaka/arithmetic-mcp-server
  • @githubpradeep/calc-mcp72
  • @wrtnlabs/calculator-mcp
  • @psaboia/mcp-server-playground
ID: exa5lt8dgd