
MCP Go Utilities Server
Supports UIby podanypepa
A production-ready Go implementation of MCP providing essential text and system utilities.
What it does
Provides a suite of common utility tools for AI agents, including text manipulation, hashing, and identity generation, all implemented in a high-performance Go backend.
Tools
echo: Echoes text back, with an optional uppercase conversion.reverse: Reverses a text string while maintaining Unicode safety.hash: Generates MD5 or SHA256 hashes for a given input.uuid: Generates a unique UUID v4 identifier.timestamp: Returns the current time in RFC3339, Unix, or UnixMilli formats.
Installation
{
"mcpServers": {
"go-utilities": {
"command": "go",
"args": ["run", "main.go"],
"env": { "MCP_TOKEN": "your-secret-token" }
}
}
}
Supported hosts
- Claude Desktop
Quick install
git clone https://github.com/podanypepa/mcpserver.git && cd mcpserver && go run main.goInformation
- Pricing
- free
- Published
- 4/29/2026
- stars






