Skip to main content
Glama

EpicMe MCP

by epicweb-dev

echo

Receives a message and returns it as output, enabling testing and verification of input-output functionality in the EpicMe MCP server's toolset.

Instructions

Echoes back the input

Input Schema

NameRequiredDescriptionDefault
messageYesMessage to echo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "Message to echo", "type": "string" } }, "required": [ "message" ], "type": "object" }
Install Server

Other Tools from EpicMe MCP

Related Tools

  • @srafi26/mcp-server
  • @firebase/genkit
  • @7gugu/zip-mcp
  • @balajidommeti/MCP
  • @shaleen-wonder-ent/simple-mcp-server
  • @wj-yuta-imai/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/epicweb-dev/epic-me-mcp'

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