player_characters

Pack: wynncraft · Endpoint: https://gateway.pipeworx.io/wynncraft/mcp

Character list.

Parameters

NameTypeRequiredDescription
uuid_or_usernamestringyes

Example call

Arguments

{
  "uuid_or_username": "Technoblade"
}

curl

curl -X POST https://gateway.pipeworx.io/wynncraft/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"player_characters","arguments":{"uuid_or_username":"Technoblade"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('player_characters', {
  "uuid_or_username": "Technoblade"
});

Response shape

Full JSON Schema
{
  "type": "object",
  "description": "Character list from Wynncraft API"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "wynncraft": {
      "url": "https://gateway.pipeworx.io/wynncraft/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 7, 2026