- Runescape Wiki Mcp
Runescape Wiki Mcp
What is Runescape Wiki MCP?
Runescape Wiki MCP is a server that provides AI assistants with real-time access to RuneScape 3 game data through the RuneScape Wiki APIs, enabling dynamic queries about items, market analysis, and player statistics.
How to use Runescape Wiki MCP?
To use the server, configure it in your application (e.g., Claude Desktop) by adding the server command and parameters to your config file. You can also test it using the MCP Inspector.
Key features of Runescape Wiki MCP?
- Real-time Grand Exchange prices for all items
- Comprehensive item database with metadata
- Historical price trends with configurable time intervals
- Player statistics lookup from RuneScape 3 hiscores
- Support for multiple game modes (normal, ironman, hardcore ironman)
Use cases of Runescape Wiki MCP?
- Retrieving current prices for items in the Grand Exchange
- Analyzing historical price trends for market predictions
- Tracking player progression and statistics across different game modes
FAQ from Runescape Wiki MCP?
- Can I access all RuneScape 3 data?
Yes! The server provides access to a wide range of data including item prices, stats, and player information.
- Do I need API knowledge to use this server?
No! The server abstracts the API complexities, allowing users to interact without needing direct API knowledge.
- Is there a limit on API requests?
Yes, the server respects the API's rate limits and implements error handling for excessive requests.
Server Config
{
"mcpServers": {
"runescape-wiki": {
"command": "node",
"args": [
"/path/to/runescape-wiki-mcp/dist/index.js"
]
}
}
}