Skip to main content
Glama

MCP UUID Server

by aki-kii
get-uuid.py198 B
import uuid from mcp.server.fastmcp import FastMCP mcp = FastMCP("uuid") @mcp.tool() async def get_uuid() -> str: return uuid.uuid4() if __name__ == "__main__": mcp.run(transport='stdio')

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/aki-kii/mcp-uuid'

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