OSRS MCP Server

osrs_wiki_search

Search the Old School RuneScape Wiki for pages matching a specific term, with options to control result count and pagination through the OSRS MCP Server.

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" }
ID: ctkzx8ysig