Skip to main content
Glama

MCP Server Playground

by psaboia

calculate_sum

Add two numbers efficiently using a TypeScript-based MCP server tool designed for experimentation and integration with Calude Desktop and Cursor IDE.

Instructions

Add two numbers together

Input Schema

NameRequiredDescriptionDefault
aYes
bYes

Input Schema (JSON Schema)

{ "properties": { "a": { "type": "number" }, "b": { "type": "number" } }, "required": [ "a", "b" ], "type": "object" }

Other Tools from MCP Server Playground

Related Tools

  • @wrtnlabs/calculator-mcp
  • @feraranas/remote-mcp-server-authless
  • @dynstat/mcp-demo
  • @YuheiNakasaka/arithmetic-mcp-server
  • @zhangzhefang-github/mcp-add-server
  • @FuzzyCZX/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/psaboia/mcp-server-playground'

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