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.
ENDPOINT 1
https://michaelghelfistudios.com/api/v1/mcp
MCP server metadata
- Name
- mgs-toolbox
- Version
- 1.0.0
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_encyclopediaFind metals, minerals, alchemical ingredients, potions and gems by name (case- and accent-insensitive; exact names first, then prefixes, then substrings, aliases included).
Inferred read-onlyget_entryThe 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-onlyrandom_entryOne 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-onlylist_facetsEvery distinct value of each filterable field of a catalogue (categories, rarities, crystal systems, environments, essences…) and its entry count.
Inferred read-onlycraft_rulesThe rules of the crafting system (characters, essences, extraction, brewing, gem cutting, socketing) as titled HTML sections.
Inferred read-onlysearch_tracksPublished tracks of MGS Audio (music, ambiences, sound effects) with composer, album, moods, keywords, duration and page url.
Inferred read-onlylist_composersEvery composer with published tracks, most prolific first, with their page url.
Inferred read-onlylist_albumsPublished albums with track count, page url and an embeddable player url.
Inferred read-onlyaudio_taxonomyThe vocabulary of the track filters: every genre, mood, era and keyword in use.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.