Skip to main content
Glama
WaterSippin

OSRS MCP Server

Official
by WaterSippin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
osrs_wiki_searchC

Search the OSRS Wiki for pages matching a search term.

osrs_wiki_get_page_infoC

Get information about specific pages on the OSRS Wiki.

osrs_wiki_parse_pageC

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

search_varptypesC

Search the varptypes.txt file for player variables (varps) that store player state and progress.

search_varbittypesC

Search the varbittypes.txt file for variable bits (varbits) that store individual bits from varps.

search_iftypesC

Search the iftypes.txt file for interface definitions used in the game's UI.

search_invtypesC

Search the invtypes.txt file for inventory type definitions in the game.

search_loctypesC

Search the loctypes.txt file for location/object type definitions in the game world.

search_npctypesC

Search the npctypes.txt file for NPC (non-player character) definitions.

search_objtypesC

Search the objtypes.txt file for object/item definitions in the game.

search_rowtypesC

Search the rowtypes.txt file for row definitions used in various interfaces.

search_seqtypesC

Search the seqtypes.txt file for animation sequence definitions.

search_soundtypesC

Search the soundtypes.txt file for sound effect definitions in the game.

search_spottypesC

Search the spottypes.txt file for spot animation (graphical effect) definitions.

search_spritetypesC

Search the spritetypes.txt file for sprite image definitions used in the interface.

search_tabletypesC

Search the tabletypes.txt file for interface tab definitions.

search_data_fileC

Search any file in the data directory for matching entries.

get_file_detailsC

Get details about a file in the data directory.

list_data_filesB

List available data files in the data directory.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 19 tools

Disambiguation4/5

Most tools have distinct purposes: file operations, wiki interactions, and specific data file searches. However, the 12 'search_*' tools for different file types (e.g., search_npctypes, search_objtypes) could be confused as they share similar search patterns across different game data categories, though descriptions clarify the target file.

Naming Consistency3/5

Naming is mixed: 'get_file_details' and 'list_data_files' use verb_noun, while 'osrs_wiki_*' tools prefix with 'osrs_wiki_' and use verb_noun, and 'search_*' tools use a consistent 'search_<type>' pattern. This creates readable but inconsistent conventions across the set.

Tool Count3/5

With 19 tools, the count is borderline high for a server focused on OSRS data and wiki access. It includes many specialized search tools, which might feel heavy but are justified by the domain's complexity, though some consolidation could improve coherence.

Completeness5/5

The tool set comprehensively covers the domain: file management, wiki access, and detailed searches across all major game data types (NPCs, objects, animations, etc.). No obvious gaps exist for retrieving and searching OSRS-related information.