Skip to main content
Glama

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

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/zhangzhefang-github/mcp-add-server'

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