Runescape Wiki Mcp
@birdwell
About Runescape Wiki Mcp
This MCP server provides AI assistants with real-time access to RuneScape 3 game data through the RuneScape Wiki APIs. It enables AI systems to retrieve current Grand Exchange prices, detailed item information (including stats, examine text, and alchemy values), historical price
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"runescape-wiki": {
"command": "node",
"args": [
"/path/to/runescape-wiki-mcp/dist/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Runescape Wiki Mcp?
A Model Context Protocol (MCP) server that provides access to RuneScape Wiki APIs, including real-time Grand Exchange prices, item data, and player statistics for RuneScape 3 (RS3). It is intended for developers and RuneScape players who want to integrate RS3 market and hiscore data into AI assistants or other MCP-compatible tools.
How to use Runescape Wiki Mcp?
Install Node.js 18+, then run npm install and npm run build. The server can be started with npm start or in development mode with npm run dev. Configure it with Claude Desktop by adding the server path to your MCP settings, or test it using npm run inspector to launch the MCP Inspector. Tools like get_latest_prices and get_player_stats are invoked via MCP tool calls.
Key features of Runescape Wiki Mcp
- Real-time Grand Exchange prices (latest, 5m, 1h averages)
- Complete item database with IDs, names, and metadata
- Price time series data with configurable intervals
- Player statistics from RS3 hiscores for normal, ironman, and hardcore modes
- MCP resource URIs for prices and item mapping
- Comprehensive error handling and validation
Use cases of Runescape Wiki Mcp
- Fetch live Grand Exchange prices for any item or all items
- Look up item metadata (examine text, alchemy values, buy limits)
- Track historical price trends with time series data
- Retrieve player skill levels, experience, and ranks from RS3 hiscores
- Integrate RS3 game data into AI assistants or automated trading tools
FAQ from Runescape Wiki Mcp
What are the runtime requirements?
Node.js 18.0.0 or higher is required, along with npm or yarn.
What APIs does this server use?
It uses the RS3 Prices API (https://prices.runescape.wiki/api/v1/rs) and the RS3 Hiscores API (https://secure.runescape.com/m=hiscore).
Does it work for Old School RuneScape (OSRS)?
No, the server is specifically for RuneScape 3 (RS3) only.
What are the rate limits?
The RuneScape Wiki APIs request a descriptive User‑Agent and ask users to avoid excessive requests. The server handles errors gracefully and respects API limitations.
Is this server official or affiliated with Jagex?
No, it is an unofficial tool and is not affiliated with Jagex or the RuneScape Wiki.
More Memory & Knowledge MCP servers
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.

Memory
modelcontextprotocolModel Context Protocol Servers

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
Comments