RuneScape Wiki MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RuneScape Wiki MCP Serverwhat's the current price of an abyssal whip?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RuneScape Wiki MCP Server
A Model Context Protocol (MCP) server for RuneScape 3 Grand Exchange prices, item name lookup, player hiscores, and wiki page extracts.
Speaks MCP 2026-07-28 (stateless) via serveStdio, with legacy 2025-era clients still supported.
Prerequisites
Node.js 20+
npm
Related MCP server: osrs-wikisync-mcp
Install / Build / Run
npm install
npm run build
npm start # stdio MCP server
npm test # unit + protocol compliance
npm run inspector # MCP InspectorClaude Desktop
{
"mcpServers": {
"runescape-wiki": {
"command": "node",
"args": ["/path/to/runescape-wiki-mcp/dist/index.js"]
}
}
}Tools
Tool | Purpose |
| Name → ID + latest price (Weirdgloop + wiki opensearch). Start here when you only know the name. |
| GE detail + trends by |
| 180-day price graph by |
| Compact 7–90 day trend summary (min/max/avg/change/volume) |
| Bulk compare up to 10 items by |
| Flip profit estimate after RS3 2% GE sales tax |
| Catalogue browse by category + starting letter (not a name search) |
| Category ID → name map (0–43) |
| Letter counts for one category |
| GE database metadata ( |
| RS3 hiscores by username ( |
| Plain-text wiki extract (follows redirects) |
Prompts (workflow templates)
Prompt | Args |
|
|
|
|
|
|
|
|
Typical agent flow
lookup_item { query: "abyssal whip" }
→ id 4151, price …
get_item_price { itemId: 4151 } # or { name: "Abyssal whip" }
get_item_graph { itemId: 4151 }Resources
URI | Contents |
| GE database info (not prices) |
| Canonical category list |
Data sources
Jagex GE:
https://secure.runescape.com/m=itemdb_rs/apiJagex hiscores lite:
https://secure.runescape.com/m=hiscore/index_lite.wsWeirdgloop RS exchange:
https://api.weirdgloop.org/exchange/history/rsRuneScape Wiki MediaWiki API:
https://runescape.wiki/api.php
All requests send User-Agent:RuneScape Wiki MCP Server - github.com/joshbirdwell/runescape-wiki-mcp
Project layout
src/
├── index.ts # stdio entry (serveStdio)
├── smithery.ts # Smithery HTTP factory
├── server.ts # createServer() + handlers
├── itemResolve.ts # name → ID resolution
├── categories.ts # GE category table
├── tools/ # MCP tools
└── resources.ts # MCP resourcesNotes
RS3 only, not OSRS (different IDs and endpoints).
Ironman/hardcore
index_liteendpoints are documented by Jagex but currently return HTTP 404; the tool reports that instead of silently returning normal-mode data.Smithery hosts should rebuild the server card after tool changes so the published schema matches this README.
License
MIT — unofficial; not affiliated with Jagex or the RuneScape Wiki.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceProvides access to Old School RuneScape wiki information and game data through MCP tools. Enables users to query OSRS game content, items, and mechanics via natural language.1701MIT
- FlicenseAqualityCmaintenanceExposes Old School RuneScape account data (quests, skills, diaries, etc.) via WikiSync and official HiScores, allowing Claude to query player progress without manual copy-pasting.2
- Alicense-qualityDmaintenanceEnables AI agents to interact with RuneScape 3 and OSRS ecosystems through tools for Grand Exchange prices, player stats, and server data.12Apache 2.0
- AlicenseAqualityDmaintenanceEnables AI assistants to search the OSRS Wiki, lookup Grand Exchange prices, and access synced player data (bank, skills, quests, etc.) via local RuneLite plugin files.1316BSD 2-Clause "Simplified"
Related MCP Connectors
Wynncraft MMO player + guild + leaderboard + item DB lookups.
Create Hevy routines and analyze your training from chat. Unofficial; BYO Hevy PRO API key.
Search Stack Exchange questions, fetch Q&A threads as markdown, look up tag FAQs and user profiles.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/birdwell/runescape-wiki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server