mcp-server-runescape
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_item_detailsA | |
| get_item_price_historyA | |
| get_player_hiscoreB | |
| get_top_rankingsA | |
| get_player_countA | Returns the number of players currently online in RuneScape and Old School RuneScape. |
| get_rsuser_totalA | Returns the current amount of accounts created that can access any form of RuneScape. This includes accounts made on FunOrb or a particular version of RuneScape. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Tools are mostly distinct, but get_item_details and get_item_price_history both deal with item prices, which could cause confusion. The descriptions clarify that one provides current price/trends and the other historical daily prices, so a clear boundary exists.
All tools follow a consistent get_<resource>_<detail> pattern, e.g., get_item_details, get_player_hiscore, get_top_rankings. This makes the tool set predictable and easy to navigate.
With 6 tools, the server is well-scoped for RuneScape data covering items, players, and server statistics. Each tool serves a core purpose without unnecessary bloat.
The set covers item price details/history, player hiscore data, top rankings, and server status, which forms a solid foundation. Minor gaps exist, such as no direct item search by partial name or separate OSRS/RS3 filtering, but these are workable.