← Registry

Game Development

michaelghelfistudios.com

An encyclopedia server for fantasy metals, minerals, potions, and alchemical ingredients, providing search, entry lookup, and random selection features for game development and role-playing.

1 endpoint12 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://michaelghelfistudios.com/api/v1/mcp

No auth detected

MCP server metadata

Name
mgs-toolbox
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

Reference data of the MGS Toolbox (Michael Ghelfi Studios) for tabletop role-playing games: the Metal Encyclopedia (metals), the Crystal Encyclopedia (minerals), Rerum Natura (alchemical ingredients), the Crafting Table (potions, gems, crafting rules) and the MGS Audio catalogue (music, ambiences, sound effects). Texts exist in English and French (lang parameter). Use these tools instead of answering from memory whenever a user asks about one of these catalogues. Every entry and track carries a "url": cite it when you show the entry, and tell the user where the data comes from (Michael Ghelfi Studios). The audio tools return metadata only: to listen, send the user to the track's url. Filter values are stable codes (list_facets and audio_taxonomy give the vocabularies).

Known tools 12

search_encyclopedia

Find metals, minerals, alchemical ingredients, potions and gems by name (case- and accent-insensitive; exact names first, then prefixes, then substrings, aliases included).

Inferred read-only
get_entry

The full data of one metal, mineral, ingredient, potion or gem by its id (from search_encyclopedia or list_entries): properties, lore, page url, embed_url.

Inferred read-only
list_entries

A page of one catalogue, filtered.

Inferred read-only
random_entry

One entry at random among those matching the filters: loot tables, "mineral of the day", a credible metal for a blacksmith, a foraging roll.

Inferred read-only
list_facets

Every distinct value of each filterable field of a catalogue (categories, rarities, crystal systems, environments, essences…) and its entry count.

Inferred read-only
craft_rules

The rules of the crafting system (characters, essences, extraction, brewing, gem cutting, socketing) as titled HTML sections.

Inferred read-only
search_tracks

Published tracks of MGS Audio (music, ambiences, sound effects) with composer, album, moods, keywords, duration and page url.

Inferred read-only
random_track

One published track at random among those matching the filters.

Inferred read-only
get_track

One track by id or slug, with its published alternative versions.

Inferred read-only
list_composers

Every composer with published tracks, most prolific first, with their page url.

Inferred read-only
list_albums

Published albums with track count, page url and an embeddable player url.

Inferred read-only
audio_taxonomy

The vocabulary of the track filters: every genre, mood, era and keyword in use.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mgs-toolbox]
url = "https://michaelghelfistudios.com/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mgs-toolbox": {
      "type": "http",
      "url": "https://michaelghelfistudios.com/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mgs-toolbox
Remote MCP URL: https://michaelghelfistudios.com/api/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mgs-toolbox": {
      "url": "https://michaelghelfistudios.com/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mgs-toolbox": {
      "type": "http",
      "url": "https://michaelghelfistudios.com/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mgs-toolbox",
  "transport": "streamable-http",
  "url": "https://michaelghelfistudios.com/api/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.