← michaelghelfistudios.com

INDIVIDUAL MCP TOOL

list_composers

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

michaelghelfistudios.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for list_composers and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

michaelghelfistudios.com

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.

Related tools

  • 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).
  • 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.
  • list_entries — A page of one catalogue, filtered.
  • 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.
  • list_facets — Every distinct value of each filterable field of a catalogue (categories, rarities, crystal systems, environments, essences…) and its entry count.
  • craft_rules — The rules of the crafting system (characters, essences, extraction, brewing, gem cutting, socketing) as titled HTML sections.
  • search_tracks — Published tracks of MGS Audio (music, ambiences, sound effects) with composer, album, moods, keywords, duration and page url.
  • random_track — One published track at random among those matching the filters.