Back to MCP Directory
RMCP
Model Context Protocol low risk

Runescape

This MCP server provides tools to access RuneScape and Old School RuneScape data, including item prices, player statistics, and account information.

Connections & Capabilities

Connects To

GitHub

Capabilities

read

Quickstart

Config

{
  "mcpServers": {
    "mcp-server-runescape": {
      "command": "npx",
      "args": ["-y", "mcp-server-runescape"]
    }
  }
}

Exposed MCP Tools (6)

safe
get_item_details

Retrieves detailed information about a specific item in RuneScape, including price, trends, and description.

Read-only operation; retrieves item details without modifying any data.

safe
get_item_price_history

Provides historical price data for a specific item over a period of time.

Read-only operation; retrieves historical price data without modifying any data.

safe
get_player_hiscore

Fetches the hiscore information (rank, level, experience) for a given player.

Read-only operation; retrieves player hiscore data without modifying any data.

safe
get_top_rankings

Retrieves the top players for a specific skill or activity.

Read-only operation; retrieves top player rankings without modifying any data.

safe
get_player_count

Gets the current number of players online in RuneScape and Old School RuneScape.

Read-only operation; retrieves player count data without modifying any data.

safe
get_rsuser_total

Gets the total number of accounts created that can access RuneScape.

Read-only operation; retrieves account creation data without modifying any data.

Safety Assessment

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.

  • Primarily read-only operations.
  • No user authentication or authorization required.
  • Limited scope of data access (RuneScape data only).
  • No write or delete operations are performed.
  • Relies on external RuneScape APIs, which could introduce vulnerabilities.
  • Potential for data scraping if APIs are misused.
  • No input validation is explicitly mentioned, increasing the risk of injection attacks.
  • Exposure to internet required.
Runescape Review, Pricing & Alternatives (2026) | Flaex AI