MCP SSE Server

by aihes
Verified

add

Perform real-time addition of two numbers using the MCP SSE Server, enabling dynamic calculations and efficient resource management.

Input Schema

NameRequiredDescriptionDefault
aYes
bYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "a": { "type": "number" }, "b": { "type": "number" } }, "required": [ "a", "b" ], "type": "object" }

You must be authenticated.

Other Tools from MCP SSE Server

Related Tools

  • @YuheiNakasaka/arithmetic-mcp-server
  • @githubpradeep/calc-mcp71
  • @githubpradeep/calc-mcp72
  • @psaboia/mcp-server-playground
  • @YuheiNakasaka/arithmetic-mcp-server
ID: ysdb8lhfed