Loading...
This MCP server provides tools to access RuneScape and Old School RuneScape data, including item prices, player statistics, and account information.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server provides tools to access RuneScape and Old School RuneScape data, including item prices, player statistics, and account information.
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.
Performance depends on the response times of the RuneScape APIs. Caching mechanisms could be implemented to improve performance and reduce API calls.
Cost depends on the usage of the RuneScape APIs. Excessive API calls could lead to rate limiting or increased costs if the APIs are not free.
{
"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.
None
cloud
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.
The server operates in read-only mode, so there are no destructive actions. Sandboxing is implicit due to the nature of the MCP server architecture.
Production Tip
Implement robust error handling and logging to monitor the server's performance and identify potential issues.
This MCP server uses the RuneScape and Old School RuneScape APIs to retrieve game data.
The MCP server itself is free to use, but you may encounter rate limits or costs associated with the RuneScape APIs.
The data is updated based on the frequency of the RuneScape APIs. Real-time data may not be available for all endpoints.
No, this MCP server is read-only and cannot be used to modify RuneScape game data.
Changes to the RuneScape APIs could break functionality. The MCP server would need to be updated to accommodate the changes.
You can report issues or request new features through the GitHub repository for this MCP server.
The server attempts to use API endpoints that support both RuneScape and Old School RuneScape data for consistency.