modelscope·@birdwell/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).
npm install
npm run build
npm run dev
This will start the TypeScript compiler in watch mode and automatically restart the server when files change.
Add the following configuration to your Claude Desktop config file:
{
"mcpServers": {
"runescape-wiki": {
"command": "node",
"args": ["/path/to/runescape-wiki-mcp/dist/index.js"]
}
}
}
Test the server using the MCP Inspector:
# Using npm script (recommended)
npm run inspector
# Or manually with npx
npx @modelcontextprotocol/inspector node dist/index.js
Verify the server is working correctly:
npm test
get_latest_pricesGet the latest Grand Exchange prices for all items or a specific item.
Parameters:
itemId (optional): Item ID to get price for specific itemExample:
{
"itemId": 4151
}
get_item_mappingGet the complete mapping of all items with their IDs, names, and metadata.
Parameters: None
Returns: Array of items with:
id: Item IDname: Item nameexamine: Examine textmembers: Whether it's a members-only itemlowalch: Low alchemy valuehighalch: High alchemy valuelimit: Grand Exchange buy limitvalue: Item valueicon: Icon filenameget_5m_pricesGet 5-minute average prices for all items.
Parameters:
timestamp (optional): Unix timestamp to get prices for specific timeget_1h_pricesGet 1-hour average prices for all items.
Parameters:
timestamp (optional): Unix timestamp to get prices for specific timeget_timeseriesGet price time series data for a specific item.
Parameters:
itemId (required): Item ID to get time series fortimestep (required): Time interval - one of: 5m, 1h, 6h, 24hExample:
{
"itemId": 4151,
"timestep": "1h"
}
get_player_statsGet player statistics from RuneScape 3 hiscores.
Parameters:
username (required): Player username to lookupgameMode (optional): Game mode - one of: normal, ironman, hardcoreExample:
{
"username": "Zezima",
"gameMode": "normal"
}
Returns: Parsed statistics including:
| Category Name | Category Number |
|---|---|
| Ammo | 1 |
| Arrows | 2 |
| Bolts | 3 |
| Construction materials | 4 |
| Cooking ingredients | 5 |
| Costumes | 6 |
| Crafting materials | 7 |
| Familiars | 8 |
| Fletching materials | 9 |
| Food and Drink | 10 |
| Herblore materials | 11 |
| Hunting equipment | 12 |
| Jewellery | 13 |
| Mage armour | 14 |
| Mage weapons | 15 |
| Melee armour - low | 16 |
| Melee armour - mid | 17 |
| Melee armour - high | 18 |
| Melee weapons - low | 19 |
| Melee weapons - mid | 20 |
| Melee weapons - high | 21 |
| Mining and Smithing | 22 |
| Potions | 23 |
| Prayer armour | 24 |
| Prayer materials | 25 |
| Range armour | 26 |
| Range weapons | 27 |
| Runecrafting | 28 |
| Runes, Spells, Teleports | 29 |
| Seeds | 30 |
| Summoning scrolls | 31 |
| Tools and containers | 32 |
| Woodcutting product | 33 |
| Pocket items | 34 |
| Stone spirits | 35 |
| Firemaking products | 36 |
| Archaeology materials | 37-43 |
Refer to this table when using tools that require a category number, such as search_items.
runescape://prices/latestDirect access to the latest Grand Exchange prices for all items.
runescape://items/mappingDirect access to the complete item mapping data.
This server uses the following RuneScape Wiki APIs:
https://prices.runescape.wiki/api/v1/rs
https://secure.runescape.com/m=hiscore
The RuneScape Wiki APIs have the following guidelines:
一个为大型语言模型(LLM)设计的、高可用的12306余票查询工具服务,现已搭载智能会话管理引擎。 12306-MCP-Server 将复杂的12306余票查询接口封装为符合 Model Context Protocol (MCP) 规范的工具集,允许AI Agent通过自然语言无缝查询实时火车票、中转换乘和经停站信息。 从 v1.0.0 版本开始,项目引入了全新的智能会话管理系统,通过会话池、动态User-Agent轮换和自动错误恢复机制,将服务的稳定性与反屏蔽能力提升至全新高度。
一个MCP服务器,它在本地git仓库上提供语义搜索功能,使用户能够克隆仓库、处理分支并通过矢量化代码块搜索代码。
一种模型上下文协议(MCP)服务器,可以帮助大型语言模型以最少的设置来索引、搜索和分析代码库。
通过向量嵌入技术,为项目提供记忆库和RAG上下文支持,以增强代码理解和管理,并与RooCode和Cline集成。
VariFlight航班信息服务的模型上下文协议(MCP)服务器实现方案。该服务器提供了多种工具,支持查询航班信息、天气数据及航班舒适度指标。
基于GTFS数据的Caltrain火车时刻查询服务,提供实时火车时刻表、站点查询和时间特定查询功能。