EverQuest Legends MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YTDLP_PATH | No | Path to yt-dlp executable. If set, overrides PATH lookup and auto-download. | |
| EQL_YTDLP_AUTODOWNLOAD | No | Set to '1' to grant standing consent for automatic download of yt-dlp without the per-call installYtDlp flag. |
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
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| eql_sourcesA | List curated EverQuest Legends public sources known to this server. |
| eql_source_fetchA | Fetch and extract text from a searchable curated public source by id. When the text references content from a later expansion (Kunark, Velious, Luclin) that is not in EQL's pre-Kunark launch, the result includes an eraAdvisory. |
| eql_source_searchA | Search across curated official, support, and guide pages. Use wiki-specific tools for full wiki search. |
| eql_wiki_searchA | Full-text search the public EverQuest Legends MediaWiki. The wiki inherits classic EverQuest data; when result snippets reference later-expansion content (Kunark, Velious, Luclin) not in EQL's pre-Kunark launch, the response includes an eraAdvisory. |
| eql_wiki_pageA | Fetch a page from EQL Wiki via MediaWiki API and return extracted text, links, categories, and revision metadata. Pages inherit classic EverQuest data; when the text references later-expansion content (Kunark, Velious, Luclin) not in EQL's pre-Kunark launch, the page includes an eraAdvisory. |
| eql_wiki_recent_changesB | Return recent public edits from the EverQuest Legends Wiki. |
| eql_wiki_category_pagesB | List pages in a MediaWiki category, for example Zones, NPCs, Equipment, or Bard Build. |
| eql_official_newsC | Parse the official EverQuest Legends news index. |
| eql_official_articleB | Fetch an official EverQuest Legends news article by page name or official /news/ URL. |
| eql_press_assetsA | List official Daybreak press asset URLs for EQL. This returns metadata and links only; it does not download binary assets. |
| eql_official_youtube_videosA | Read the official EverQuest Legends YouTube RSS feed and return video metadata. This does not download video or transcripts. |
| eql_video_transcriptA | Fetch an existing transcript for a video from its published captions. Supports YouTube video ids and URLs (watch, youtu.be, shorts, embed, live). Twitch is not supported because Twitch VODs do not expose retrievable captions. This reads existing captions only; it does not transcribe audio. Pulling YouTube captions requires the yt-dlp helper; if it is not installed, call again with installYtDlp set to true to download it. |
| eql_class_combosA | Generate three-class EQL combinations from the 16 public wiki classes. This is a planning helper, not a race/primary-class validator. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| sources | Curated public source registry used by this MCP server. |
| classes | Static EQL class list confirmed against the public wiki. |
| races | Static race list from public EQL sources. |
TDQS
Scored across 13 tools
Each tool has a clearly distinct purpose: class combinations, official articles, news, YouTube videos, press assets, sources (list, search, fetch by ID), video transcripts, and wiki operations (category pages, page fetch, recent changes, search). No two tools overlap in functionality.
All tools start with the 'eql_' prefix and use underscore-separated descriptive names. While not strictly verb_noun (e.g., 'eql_class_combos', 'eql_press_assets'), the naming is consistent and predictable, making tool purposes clear.
With 13 tools, the server covers multiple domains (official news, wiki, sources, videos, press assets) without being overwhelming. Each tool serves a specific need, and the count is well-scoped for an information-retrieval MCP server.
The tool surface covers core information sources: official news, wiki full text and categories, curated sources, videos, and transcripts. Minor gaps exist (e.g., no tool for official forums or patch notes), but the main workflows for gathering information about EverQuest Legends are supported.