OSRS MCP Server

osrs_wiki_parse_page

Retrieve parsed HTML content from a specified Old School RuneScape Wiki page to access detailed game information, including items, NPCs, and mechanics, using the OSRS MCP Server.

Instructions

Get the parsed HTML content of a specific OSRS Wiki page.

Input Schema

NameRequiredDescriptionDefault
pageYesThe exact title of the wiki page to parse (e.g., 'Dragon scimitar', 'Abyssal whip'). Case-sensitive.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "page": { "description": "The exact title of the wiki page to parse (e.g., 'Dragon scimitar', 'Abyssal whip'). Case-sensitive.", "type": "string" } }, "required": [ "page" ], "type": "object" }
ID: ctkzx8ysig