runescape-ge
by gorlomi-enzo
README.md
# runescape-ge MCP Server
Look up Old School RuneScape Grand Exchange prices in real-time. Uses the official OSRS Wiki Prices API — no API key required.
## 🚀 Deploy in 60 seconds
### Option 1: One-command deploy
```bash
# Install the CLI
npm install -g mcphosting-cli
# Login
mcphosting login
# Deploy this template
mcphosting deploy --template runescape
```
### Option 2: Fork and deploy
1. [Fork this repo](https://github.com/gorlomi-enzo/mcp-runescape-ge/fork)
2. Run: `mcphosting deploy --github https://github.com/YOUR_USERNAME/mcp-runescape-ge`
3. Done! Your MCP server is live.
### Option 3: Run locally
```bash
git clone https://github.com/gorlomi-enzo/mcp-runescape-ge.git
cd mcp-runescape-ge
npm install
npm start
```
## Tools
- **lookup_item** — Look up the current GE price of any OSRS item by name or ID
- **search_items** — Search the OSRS item database by name
## Connect to your AI
After deploying, add to your Claude Desktop config (`claude_desktop_config.json`):
```json
{
"mcpServers": {
"runescape": {
"command": "npx",
"args": ["-y", "mcphosting-cli", "proxy", "https://mcphosting.com/api/proxy/runescape-ge"]
}
}
}
```
Or use the CLI to auto-connect:
```bash
mcphosting connect runescape-ge
```
## Built with
- [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk)
- Hosted on [MCPHosting](https://mcphosting.com)
## License
MIT
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessSyncing