Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by thegostisdead • Uncategorized
A minimal MCP server exposing UUID generation, MD5 hashing, and integer addition via a local FastAPI.
Generate unique identifiers quickly.
Compute MD5 hashes of strings.
Perform simple integer addition.
This MCP server provides three simple tools—UUID v4 generation, MD5 hashing of strings, and addition of two integers—accessible to Claude via MCP. It operates by calling a local FastAPI instance running on localhost:8000, making it lightweight and easy to deploy. This setup allows for quick integration of basic utility functions into Claude's workflow without external dependencies.