
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
mcp-osrs-stats
Advanced tools
MCP server providing OSRS player statistics and leaderboard data to AI assistants
A Model Context Protocol (MCP) server that provides real-time Old School RuneScape (OSRS) player statistics and leaderboard data to AI assistants.
npx mcp-osrs-stats
npm install -g mcp-osrs-stats
mcp-osrs-stats
Add this to your Claude Desktop configuration file:
{
"mcpServers": {
"osrs-player-stats": {
"command": "npx",
"args": ["-y", "mcp-osrs-stats"]
}
}
}
get_player_stats
Retrieve comprehensive statistics for a specific OSRS player.
Parameters:
username
(required): OSRS player username (1-12 characters)gamemode
(optional): Player game mode (default: "main")Example:
{
"username": "Zezima",
"gamemode": "main"
}
get_skill_leaderboard
Get top players for a specific skill.
Parameters:
skill
(required): Skill name (e.g., "attack", "woodcutting", "overall")gamemode
(optional): Player game mode filter (default: "main")page
(optional): Page number (default: 1, 25 players per page)Valid Skills: overall, attack, defence, strength, hitpoints, ranged, prayer, magic, cooking, woodcutting, fletching, fishing, firemaking, crafting, smithing, mining, herblore, agility, thieving, slayer, farming, runecrafting, hunter, construction
get_activity_leaderboard
Get top players for activities (bosses, minigames, clues).
Parameters:
activity
(required): Activity or boss namegamemode
(optional): Player game mode filter (default: "main")page
(optional): Page number (default: 1, 25 players per page)Valid Activities:
compare_players
Compare statistics between multiple OSRS players.
Parameters:
usernames
(required): Array of 2-5 player usernamesfocus
(optional): Comparison focus ("skills", "bosses", "activities", or "all")Example:
{
"usernames": ["Player1", "Player2", "Player3"],
"focus": "skills"
}
main
: Regular accountsironman
: Ironman accountshardcore_ironman
: Hardcore ironman accountsultimate_ironman
: Ultimate ironman accountsdeadman
: Deadman mode accountsseasonal
: Seasonal/League accountsThe server provides detailed error messages for common issues:
All errors include helpful information to guide correct usage.
osrs-json-hiscores
library for OSRS dataCLAUDE.md
for complete technical specification and development patternsDECISIONS.md
for architectural context and decision historyMIT
For issues and feature requests, please check the project's issue tracker.
FAQs
MCP server providing OSRS player statistics and leaderboard data to AI assistants
The npm package mcp-osrs-stats receives a total of 6 weekly downloads. As such, mcp-osrs-stats popularity was classified as not popular.
We found that mcp-osrs-stats demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.