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

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