mcp-server-runescape
MCP server for interacting with RuneScape and Old School RuneScape data, including item prices, player hiscores, and more.
README
mcp-server-runescape
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
Features
The MCP server provides several tools which are used to answer your questions during gaming with data from accurate sources.
1. Item Details (get_item_details)
Retrieve comprehensive information about tradeable items, including:
- Current price in the Grand Exchange
- Price trends (24h, 30, 90, and 180 days)
- Name
- Category
- Description (examine text)
- Image
- Members
- ID
https://runescape.wiki/w/Application_programming_interface#detail
2. Item Price History (get_item_price_history)
Access the price history of an item over the last 180 days, including:
- Price on a given day (timestamp)
- Average price on a given day (timestamp)
https://runescape.wiki/w/Application_programming_interface#Graph
3. Player Hiscore (get_player_hiscore)
Fetch rankings and experience for skills and activities of any player, including:
- Player rank
- Skill level
- Experience points
- Activity scores
https://runescape.wiki/w/Application_programming_interface#Hiscores_Lite_2
4. Top Rankings (get_top_rankings)
View the top (max 50) players for a specific skill or activity, including:
- Name
- Score (used for both skill and activity)
- Rank
https://runescape.wiki/w/Application_programming_interface#ranking
5. Player Count (get_player_count)
Gets the number of players currently online in RuneScape and Old School RuneScape, including:
- Real-time player counts
https://runescape.wiki/w/Application_programming_interface#player_count
6. Account Totals (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:
- Historical accounts creation data
https://runescape.wiki/w/Application_programming_interface#rsusertotal
Note
For consistency I tried to only use API endpoints which support both RS and OSRS data.
Example Use Cases
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:
Item Details
"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?"
Item Price History
"Give me the price history of a dragon scimitar"
"Rune scimitar price on 1 april 2025?"
Player Hiscore
"What rank is Zezima?"
"What rank is Zezima on runescape?"
"How much experience does Lynx Titan have overall?"
"Iron Hyger ironman rank?"
Top Rankings
"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"
Getting Started
You can use the MCP server in many clients, for example:
- Claude desktop
- Cursor
1. Add the MCP server in your config (NPM Package)
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):
- Claude desktop:
~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor:
/Users/name/.cursor/mcp.json
2. From Source
Required Node.js installed on your system
- Clone this repository
- Install dependencies:
oryarnnpm install - Then update your Claude desktop or Cursor with:
{ "mcpServers": { "mcp-server-runescape": { "command": "node", "args": ["/Users/path/to/mcp-server-runescape/src/server.js"] } } } - Optional: Run the debugger/inspector
oryarn devnpm run build
Make sure to:
- Replace
/path/to/mcp-server-runescapewith the actual path to your installation.
After updating the configuration, restart Claude desktop or Cursor for the changes to take effect.
Personal preference
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.
API Documentation
For detailed information about the Runescape API endpoints used by this MCP server, visit: RS/Wiki API
Thank you
I built this over the weekend, to learn a bit more about MCP servers. Runescape was the perfect subject to try it out on.
- Shout out to the rs/wiki team for the docs and API.
If this helps you out in anyway when scaping and you would like to support me, feel free to
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。
mcp-server-qdrant
这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
