JayArrowz/mcp-osrs
If you are the rightful owner of mcp-osrs and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for interacting with the Old School RuneScape (OSRS) Wiki API and data files.
Tools
Functions exposed to the LLM to take actions
osrs_wiki_search
Search the OSRS Wiki for pages matching a search term.
osrs_wiki_get_page_info
Get information about specific pages on the OSRS Wiki.
osrs_wiki_parse_page
Get the parsed HTML content of a specific OSRS Wiki page.
search_varptypes
Search the varptypes.txt file for player variables (varps) that store player state and progress.
search_varbittypes
Search the varbittypes.txt file for variable bits (varbits) that store individual bits from varps.
search_iftypes
Search the iftypes.txt file for interface definitions used in the game's UI.
search_invtypes
Search the invtypes.txt file for inventory type definitions in the game.
search_loctypes
Search the loctypes.txt file for location/object type definitions in the game world.
search_npctypes
Search the npctypes.txt file for NPC (non-player character) definitions.
search_objtypes
Search the objtypes.txt file for object/item definitions in the game.
search_rowtypes
Search the rowtypes.txt file for row definitions used in various interfaces.
search_seqtypes
Search the seqtypes.txt file for animation sequence definitions.
search_soundtypes
Search the soundtypes.txt file for sound effect definitions in the game.
search_spottypes
Search the spottypes.txt file for spot animation (graphical effect) definitions.
search_spritetypes
Search the spritetypes.txt file for sprite image definitions used in the interface.
search_tabletypes
Search the tabletypes.txt file for interface tab definitions.
search_data_file
Search any file in the data directory for matching entries.
get_file_details
Get details about a file in the data directory.
list_data_files
List available data files in the data directory.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client