Skip to main content
Glama

OSRS MCP Server

Official
by WaterSippin

osrs_wiki_search

Search the Old School RuneScape Wiki for specific terms, retrieve relevant pages, and control result limits and pagination for precise data access.

Instructions

Search the OSRS Wiki for pages matching a search term.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of results to return (1-50)
offsetNoOffset for pagination (0-based)
searchYesThe term to search for on the OSRS Wiki

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "limit": { "description": "Number of results to return (1-50)", "maximum": 50, "minimum": 1, "type": "integer" }, "offset": { "description": "Offset for pagination (0-based)", "minimum": 0, "type": "integer" }, "search": { "description": "The term to search for on the OSRS Wiki", "type": "string" } }, "required": [ "search" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/WaterSippin/mcp-osrs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server