RS3-MCP
Click on "Deploy 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., "@RS3-MCPCheck the Grand Exchange price of a dragon scimitar"
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.
🎮 RS3-MCP - Professional RuneScape Automation Server
A production-ready implementation of the Model Context Protocol (MCP), providing AI agents (like Claude and ChatGPT) with high-fidelity tools to interact with the RuneScape 3 and OSRS ecosystems.
This project is forked and significantly enhanced fromstefanxyz/mcp-server-runescape.
🚀 Enhancements & Modernization
While the core API interactions were established by stefanxyz, this repository features comprehensive enterprise-grade improvements:
🛡️ Full Validation Suite: Includes a rigorous automated testing framework (Vitest) for API stability.
🛡️ Error Resilience: Enhanced error handling and fallback logic for unreliable RuneScape endpoints.
🛡️ Performance Audit: Detailed benchmarking and optimization reports for low-latency tool execution.
🛡️ Agentic Integration: Specific optimizations for "Cursor" and "Claude Desktop" environments.
Related MCP server: Wiki OSRS MCP
✨ Core Tools
The server provides 6 essential tools for AI-driven gameplay analysis:
💰 get_item_details: Real-time Grand Exchange prices and 180-day trends.
📈 get_item_price_history: Historical data visualization for market analysis.
🏆 get_player_hiscore: Deep-dive into player ranks, XP, and activity scores.
🥇 get_top_rankings: Skill-specific leaderboards and competitive analysis.
👥 get_player_count: Real-time server population tracking.
📋 get_rsuser_total: Global account creation and historical growth metrics.
📦 Getting Started
1. Requirements
Node.js 18+
MCP Client (Claude Desktop, Cursor, etc.)
2. Configuration (Claude Desktop)
Paste this into your claude_desktop_config.json:
{
"mcpServers": {
"rs3-mcp": {
"command": "node",
"args": ["F:/Software Developement/Portfolio/Games/rs3bot/mcp-server-runescape/src/server.js"]
}
}
}🛠️ Testing & Validation
We maintain a detailed log of system health:
API_VALIDATION_REPORT.md: Comprehensive endpoint status.PERFORMANCE_OPTIMIZATION_SUMMARY.md: Latency benchmarks.MCP_CONNECTION_VALIDATION_SUMMARY.md: Client-side handshake verification.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details. Original core logic © 2025 stefanxyz. Enhancements and validation suite © 2026 Ross Ward.
Developed & Validated by Ross Ward 📡🛰️🌎
Related MCP Connectors
A registry of AI agent tools — MCP servers, APIs, CLIs, SDKs — kept current by automated ingestion.
Discover, inspect and run 63,000+ agent tools from one balance. Pay per call, no subscriptions.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables access to RuneScape 3 data including real-time Grand Exchange prices, item information, historical price trends, and player statistics. Supports multiple game modes and provides comprehensive RuneScape Wiki API integration through natural language.12MIT
- AlicenseNot gradedqualityDmaintenanceProvides 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.15 npm1MIT
- FlicenseAqualityDmaintenanceExposes 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-
- 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.138 npmBSD 2-Clause "Simplified"