username_to_uuid
ActiveTool of Mojang
declared in 0.1.0
Resolve a Minecraft username to its current Mojang UUID; returns the canonical UUID string used to identify the account.
Parameters schema
{
"type": "object",
"examples": [
{
"username": "Notch"
},
{
"username": "steve"
}
],
"required": [
"username"
],
"properties": {
"username": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Mojang
https://github.com/pipeworx-io/mcp-mojang
1/7 registries