JowinWaaijer/wise-old-man-mcp-server
MCP server for OSRS player tracking via Wise Old Man API and OSRS Wiki
MCP server for the Wise Old Man API and OSRS Wiki — an Old School RuneScape player progress tracker.
Enables LLMs (via Claude Desktop, Claude Code, or any MCP client) to look up OSRS player stats, track quest progress, check efficiency rates, and more.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"wise-old-man": {
"command": "npx",
"args": ["-y", "wise-old-man-mcp-server"]
}
}
}Config file location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonRestart Claude Desktop after saving.
claude mcp add wise-old-man -- npx -y wise-old-man-mcp-server| Tool | Description | |------|-------------| | search_players | Search players by partial username | | get_player_details | Full stats: skills, bosses, EHP/EHB, combat level | | update_player | Refresh player data from OSRS hiscores | | get_player_gains | XP and kill count gains over a time period | | get_player_records | Personal best records | | get_player_achievements | Completed milestones and progress | | get_player_snapshot_timeline | Historical data for a specific metric | | get_ehp_rates | Efficient Hours Played rates (best XP/hr methods) | | get_ehb_rates | Efficient Hours Bossed rates (kills/hr per boss) | | get_efficiency_leaderboard | Global efficiency rankings | | Quest Tools | | | get_quest_status | Quest completion status via WikiSync | | get_quest_details | Full quest info: requirements, items, rewards | | search_quests | Search/filter quests by name, difficulty, length | | get_available_quests | Find quests a player can start based on their stats |
Loading reviews...