Loading...
{
"mcpServers": {
"mcp-server-runescape": {
"command": "npx",
"args": ["-y", "mcp-server-runescape"]
}
}
}get_item_detailsRetrieves detailed information about a specific item in RuneScape, including price, trends, and description.
Read-only operation; retrieves item details without modifying any data.
get_item_price_historyProvides historical price data for a specific item over a period of time.
Read-only operation; retrieves historical price data without modifying any data.
get_player_hiscoreFetches the hiscore information (rank, level, experience) for a given player.
Read-only operation; retrieves player hiscore data without modifying any data.
get_top_rankingsRetrieves the top players for a specific skill or activity.
Read-only operation; retrieves top player rankings without modifying any data.
get_player_countGets the current number of players online in RuneScape and Old School RuneScape.
Read-only operation; retrieves player count data without modifying any data.
get_rsuser_totalGets the total number of accounts created that can access RuneScape.
Read-only operation; retrieves account creation data without modifying any data.
This MCP server is relatively safe due to its read-only nature and limited scope. However, it's crucial to monitor the usage of external APIs and implement input validation to mitigate potential risks. It is safe to use for retrieving game data, but risky if the underlying APIs are compromised.