Math-MCP

by EthanHenrickson
Verified

add

Perform addition of two numbers using the Math-MCP API, enabling accurate numerical calculations for LLMs by specifying two addends as inputs.

Instructions

Adds two numbers together

Input Schema

NameRequiredDescriptionDefault
firstNumberYesThe first addend
secondNumberYesThe second addend

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "firstNumber": { "description": "The first addend", "type": "number" }, "secondNumber": { "description": "The second addend", "type": "number" } }, "required": [ "firstNumber", "secondNumber" ], "type": "object" }

You must be authenticated.

Other Tools from Math-MCP

Related Tools

  • @githubpradeep/calc-mcp71
  • @YuheiNakasaka/arithmetic-mcp-server
  • @githubpradeep/calc-mcp72
  • @wrtnlabs/calculator-mcp
  • @aihes/mcp-sse-server
ID: exa5lt8dgd