MCP Add Server

add

Compute the sum of two numbers using the add(a, b) tool provided by the MCP Add Server for straightforward mathematical calculations.

Input Schema

NameRequiredDescriptionDefault
aYes第一个加数
bYes第二个加数

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "a": { "description": "第一个加数", "type": "number" }, "b": { "description": "第二个加数", "type": "number" } }, "required": [ "a", "b" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Add Server

Related Tools

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