username_to_uuid_at
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Mojang
https://github.com/pipeworx-io/mcp-mojang
1/7 registries