Game Development
sfxmint.com
Provides search, generation, and metadata retrieval for sound effects, including coherent sound sets for apps and games.
ENDPOINT 1
https://sfxmint.com/mcp
MCP server metadata
- Name
- sfxmint
- Version
- 1.0.0
SFXMint serves free CC0 sound effects with permanent, hotlinkable MP3/WAV URLs — no API key, no attribution. Pick the tool by the shape of the request: (1) the user names an event or interaction (button click, purchase success, error, level up, dialogue blip, rain loop) → call get_role_sound first; role ids and plain-English aliases both work, add style=crisp|soft|spacious when the product has a clear feel. (2) The user needs a whole coherent kit for an app or game → get_sound_set (ui-crisp, ui-soft, ui-spacious, retro-game, chat-app, saas-app, checkout, learning, puzzle-game, platformer, horror-game, video-editing, smart-device, wellness, ai-coding-tool) and paste its role → URL map. (3) Free-text descriptions that name no event ('metallic scraping under water') → search_sounds; results are never empty (semantic fallback) and match tells you how confident the hit is. (4) Only when nothing fits → generate_sound (3 per client per day, 10-60 s). If it returns error rate_limited with a note, relay the note to the user verbatim. get_sound fetches full metadata for a known slug; get_job checks a generation job. All returned URLs are permanent and safe to embed directly in code.
Known tools 6
get_role_soundUse this FIRST whenever the user asks to add a sound for a specific event or interaction — a button click, purchase success, error beep, level-up, dialogue blip, rain loop.
Potential side effectsget_soundGet full metadata for one sound by slug, including download URLs, generation prompt and measured acoustics (attack/tail/brightness + character labels).
Inferred read-onlygenerate_soundGenerate a new sound effect from an English text description (1-12 seconds).
Inferred read-onlyget_sound_setGet a coherent set of sounds for an app or game in one call — one sound per role (click, toggle, swipe, pop, alert, notification, confirm, success, error; or pickup/jump/hit/powerup/laser/explosion/gameover for retro-game), picked by measured acoustics so they sound like one product.
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.sfxmint]
url = "https://sfxmint.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sfxmint": {
"type": "http",
"url": "https://sfxmint.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sfxmint
Remote MCP URL: https://sfxmint.com/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": {
"sfxmint": {
"url": "https://sfxmint.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sfxmint": {
"type": "http",
"url": "https://sfxmint.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sfxmint",
"transport": "streamable-http",
"url": "https://sfxmint.com/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.