osrs-wiki-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_wikiA | Search the Old School RuneScape Wiki for canonical article titles and snippets. |
| get_wiki_pageA | Get a bounded Old School RuneScape Wiki page. If truncated, use get_wiki_sections and get_wiki_section. |
| get_wiki_sectionsA | List bounded section metadata for an Old School RuneScape Wiki page before calling get_wiki_section. |
| get_wiki_sectionA | Get one bounded Old School RuneScape Wiki section by the numeric index returned by get_wiki_sections. |
| get_item_infoA | Get normalized facts from an Old School RuneScape Wiki item page; use get_item_sources for acquisition data. |
| find_shopA | Get the complete paginated Old School RuneScape Wiki shop listing for an item; get_item_sources is the bounded overview. |
| find_drop_sourcesA | Get the complete paginated Old School RuneScape Wiki drop listing for an item; get_item_sources is the bounded overview. |
| get_item_sourcesA | Get a bounded Old School RuneScape Wiki acquisition overview; follow truncation warnings with find_shop or find_drop_sources. |
| get_quest_requirementsA | Get Old School RuneScape Wiki quest requirements without evaluating any player's progress. |
| get_monster_infoA | Get separate Old School RuneScape Wiki monster variants and facts without combining variants or calculating DPS. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool targets a distinct aspect of the Old School RuneScape Wiki: drops vs shops, item info vs sources, monster info, quest requirements, wiki page browsing (page, sections, section), and search. No overlap is apparent.
All tools follow a consistent verb_noun pattern using snake_case (e.g., find_drop_sources, get_item_info, search_wiki). There are no deviations or mixed conventions.
10 tools cover the main functionalities needed to interact with the OSRS Wiki: item lookup, monster info, quest requirements, wiki page retrieval and search. This is well-scoped and neither too many nor too few.
The tool set covers core wiki operations: searching, reading pages and sections, and extracting data on items, monsters, and quests. Minor gaps exist (e.g., no direct quest detail tool beyond requirements, no equipment info), but the surface is largely complete for a read-only wiki MCP.