RS3-MCP
Enables AI agents to interact with RuneScape 3 and OSRS ecosystems through tools for Grand Exchange prices, player stats, and server data.
README
🎮 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.
[!NOTE] This project is forked and significantly enhanced from stefanxyz/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.
✨ 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 📡🛰️🌎
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.