Runescape Wiki Mcp
@birdwell
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"runescape-wiki": {
"command": "node",
"args": [
"/path/to/runescape-wiki-mcp/dist/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
记忆与知识 分类下的更多 MCP 服务器
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
评论