MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-runescape": {
"args": [
"-y",
"mcp-server-runescape"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
MCP Server for Text to Speech
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Runescape and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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"
... [View full README on GitHub](https://github.com/stjepko-xyz/mcp-server-runescape#readme)