stefan-xyz/mcp-server-runescape
Built by Metorial, the integration platform for agentic AI.
stefan-xyz/mcp-server-runescape
Server Summary
Retrieve item details
Fetch current in-game prices
Access player hiscores
Query player rankings
Get historical item price trends
Check player counts
This is an MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices, player hiscores, and more.
https://github.com/user-attachments/assets/7c141575-443b-4b76-8b33-6d48ec82fbe7
The MCP server provides several tools which are used to answer your questions during gaming with data from accurate sources.
get_item_details
)Retrieve comprehensive information about tradeable items, including:
https://runescape.wiki/w/Application_programming_interface#detail
get_item_price_history
)Access the price history of an item over the last 180 days, including:
https://runescape.wiki/w/Application_programming_interface#Graph
get_player_hiscore
)Fetch rankings and experience for skills and activities of any player, including:
https://runescape.wiki/w/Application_programming_interface#Hiscores_Lite_2
get_top_rankings
)View the top (max 50) players for a specific skill or activity, including:
https://runescape.wiki/w/Application_programming_interface#ranking
get_player_count
)Gets the number of players currently online in RuneScape and Old School RuneScape, including:
https://runescape.wiki/w/Application_programming_interface#player_count
get_rsuser_total
)Gets 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, including:
https://runescape.wiki/w/Application_programming_interface#rsusertotal
For consistency I tried to only use API endpoints which support both RS and OSRS data.
The goal is for you to have an easy way to fetch more accurate data right from the source while scaping.
Here are some example queries you can ask the AI when using this MCP server:
"What is the price of a dragon scimitar in the Grand Exchange?"
"Torva full helm price"
"Current price of a dragon pickaxe"
"How much percentage has the price of a dragon pickaxe changed in the past 30 days?"
"How much percentage has the price of a dragon pickaxe changed in the past 90 days?"
"How much percentage has the price of a dragon pickaxe changed in the past 180 days?"
"Give me the description of an armadyl godsword"
"Give me the icon of a dragon scimitar"
"What is the id of an abbyssal whip?"
"Give me the price history of a dragon scimitar"
"Rune scimitar price on 1 april 2025?"
"What rank is Zezima?"
"What rank is Zezima on runescape?"
"How much experience does Lynx Titan have overall?"
"Iron Hyger ironman rank?"
"Top 10 players overall?"
"Give me the top 50 attack rankings"
"Number one agility on runescape?"
"Most zulrah kills?"
"Give me the top 5 jad rankings"
You can use the MCP server in many clients, for example:
Paste this snippet in your mcp config that your client is using
{
"mcpServers": {
"mcp-server-runescape": {
"command": "npx",
"args": ["-y", "mcp-server-runescape"]
}
}
}
You can find the config file in (mac):
~/Library/Application Support/Claude/claude_desktop_config.json
/Users/name/.cursor/mcp.json
Required Node.js installed on your system
yarn
or
npm install
{
"mcpServers": {
"mcp-server-runescape": {
"command": "node",
"args": ["/Users/path/to/mcp-server-runescape/src/server.js"]
}
}
}
yarn dev
or
npm run build
Make sure to:
/path/to/mcp-server-runescape
with the actual path to your installation.After updating the configuration, restart Claude desktop or Cursor for the changes to take effect.
You can use any client you want, my personal preference goes to Cursor at the moment in combination with deepseek-v3.1 which is performing really well.
For detailed information about the Runescape API endpoints used by this MCP server, visit: RS/Wiki API
I built this over the weekend, to learn a bit more about MCP servers. Runescape was the perfect subject to try it out on.
If this helps you out in anyway when scaping and you would like to support me, feel free to