You're viewing a demo portfolio

Join the waitlist
PRSM

username_to_uuid_at

Active

Tool of Mojang

declared in 0.1.0

Resolve a Minecraft username to the UUID it was assigned at a given Unix epoch timestamp (seconds); useful for historical name lookups.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "username": "Notch",
      "timestamp": 1609459200
    },
    {
      "username": "steve"
    }
  ],
  "required": [
    "username"
  ],
  "properties": {
    "username": {
      "type": "string"
    },
    "timestamp": {
      "type": "number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Mojang

https://github.com/pipeworx-io/mcp-mojang

1/7 registries
View full server →
username_to_uuid_at — Mojang — PRSM MCP