MCP server exposing 5 tools for mojang.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/mojang/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
username_to_uuid — Resolve a Minecraft username to its current Mojang UUID; returns the canonical UUID string used to identify the account.username_to_uuid_at — Resolve a Minecraft username to the UUID it was assigned at a given Unix epoch timestamp (seconds); useful for historical name lookups.profile — Fetch a Minecraft player's public profile by UUID via Mojang Session Server; returns current username and skin/cape texture URLs.name_history — Fetch the full name-change history for a Minecraft account by UUID; returns a list of past usernames and the timestamps when each was adopted.blocked_servers — Retrieve Mojang's blocklist of banned Minecraft multiplayer servers as SHA-1 hashes; returns count and hashes array from the Session Server.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/mojang/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io