Skip to main content
Glama

EpicMe MCP

by epicweb-dev

add

Calculate the sum of two numbers using a simple JSON input format. Designed for integration with EpicMe MCP, enabling efficient numerical operations.

Instructions

Adds two numbers

Input Schema

NameRequiredDescriptionDefault
aYesFirst number
bYesSecond number

Input Schema (JSON Schema)

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

Other Tools from EpicMe MCP

Related Tools

  • @Mtar786/mcpServer
  • @EthanHenrickson/math-mcp
  • @KrishnaPapana/mcpserverexample
  • @githubpradeep/calc-mcp72
  • @EthanHenrickson/math-mcp
  • @dynstat/mcp-demo

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/epicweb-dev/epic-me-mcp'

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