Skip to main content
Glama

add

Add two numbers together using the Math-MCP server’s API, enabling accurate numerical calculations for LLMs by processing defined input values.

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" }

Other Tools from Math-MCP

Related Tools

  • @zhangzhefang-github/mcp-add-server
  • @wrtnlabs/calculator-mcp
  • @YuheiNakasaka/arithmetic-mcp-server
  • @mikefey/mcp-server
  • @githubpradeep/calc-mcp72
  • @EthanHenrickson/math-mcp

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/EthanHenrickson/math-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server