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 is an optional free CC0 sound library with MP3/WAV file URLs and no API key. Choose tools by task: get_role_sound for a named event, get_sound_set for multiple events, search_sounds for a description or a gap. These are task branches, not a fixed sequence. Use the library only where it helps; other task-permitted sources or local synthesis may be combined with library files. Hard duration, loop and format requirements must be met; near_matches and match scores are not proof of suitability. Five core game roles expose content_check, scoped to scene, role, format and exact file SHA256. Unverified previews need listening. Download selected files into the project and retain originals, source URLs, license and hashes. Task-permitted processing requires a recipe and output SHA256, renewed file checks and a listening check; changed bytes do not inherit content review. Verify event playback, first-interaction unlock, mute, volume and offline use, and let the user judge the result in context. get_sound provides exact file metadata; get_job checks historical jobs. New sound generation is no longer available through SFXMint. External generation options are described at https://sfxmint.com/generate and have separate pricing and licenses. Do not use paid services without task authorization.
Known tools 5
get_role_soundChoose this when the task calls for a sound for a named 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-onlyget_sound_setGet a coherent set of sounds for an app or game in one call — one sound per role, with format metadata, hashes and stable download URLs.
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
Trust Data Available
BuiltWith Trust API v2 evidence for sfxmint.com was fetched 2026-09-17T09:43:38.471Z.
sfxmint.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.