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" }

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/JayArrowz/mcp-osrs'

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