Talandor
Public MCP report

Sounds

https://sfxmint.com/mcp

Official Registry

Official Registry · com.sfxmint/sounds · Publisher namespace: com.sfxmint

Server checked today at 21:00 UTC

Catalog verified today at 14:41 UTC

4 public tools observed. Tools were not executed.

Reachable · public catalog

What Talandor observed

The server answered

Add the endpoint to a compatible client below. A Watch can alert you if this public catalog changes.

This is a public protocol and tools/list check, not a functional validation.

https://sfxmint.com/mcp
AvailabilityReachablemeasured
Tools4 public tools observedmeasured
CompatibilityEstimated from published client rules · not a hands-on testestimated
Recent changeEarlier tool removal recordedHistorical

Configure your assistant · Check details

How to use this MCP

Talandor checks the server; it does not connect the server to your assistant.

Choose your assistant, then copy the configuration shown for that client. Authentication is completed with the MCP provider, never inside Talandor.

    Open the official client guide (opens in a new tab)
    Compatibility evidence by assistant

    Compatibility is estimated from published configuration rules and is not a hands-on test in each client.

    Claude
    Observed 2025-11-25.
    Likely compatible · inferred
    Cursor
    Streamable HTTP and public HTTPS were observed.
    Likely compatible · inferred
    ChatGPT
    Public tool names, descriptions and schemas were observed. Plan and workspace access still apply.
    Likely compatible · inferred
    VS Code
    Public remote HTTP configuration can be assessed.
    Likely compatible · inferred
    Generic MCP
    Observed 2025-11-25.
    Likely compatible · inferred

    Rule evidence: Remote HTTPS rule v0.2 · reviewed 2026-09-12 · Remote HTTP rule v0.2 · reviewed 2026-09-12 · Remote app rule v0.2 · reviewed 2026-09-12 · Protocol and transport rule v0.2 · reviewed 2026-09-12

    Check details

    What changed

    Public contract stable since
    Last check · No semantic contract change since the previous complete snapshot.
    Info
    get_job was removed
    Historical change · critical · high confidence · get_job · Rule: tool-removed
    Critical

    A Watch would alert only if this change may affect uses of the selected client that depend on the changed tools.

    This public timeline shows the latest check, the last 24 hours, and the most recent important change. Watch keeps 30 days.

    The notes above are for this connector.

    Server-provided content. Tool names, descriptions and schemas below are copied from the MCP server. They may be in another language. Talandor does not translate or verify them.
    Tools and declared exposure

    Server annotations are declarations, not verified behavior.

    Show 4 of 4 server-provided tool definitions
    get_role_sound
    No effect details provided
    Show server-provided details
    Server description (copied; language not verified)
    Choose 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. Pass the role as plain words: role ids (click, success, purchase-success, dialogue-blip, rain-loop…) and common aliases (button click, ka-ching, jump scare, text blip…) are all accepted. Returns a qualified candidate for that role when one satisfies the requested constraints, with MP3/WAV URLs, 2-3 alternates and the family page for browsing more. Five core game roles include content_check (verified/unverified/rejected), scoped to scene, role, format and exact file SHA256; unverified previews are not certified suitable. Download selected files locally and retain originals. Task-permitted processing requires a recipe, output SHA256, renewed file checks and a listening check; changed bytes do not inherit content review. Other task-permitted sources or local synthesis may be mixed in. Optional style: crisp (short, bright, dry), soft (darker, gentler), spacious (reverb, longer tail), balanced (default: most typical). Loop roles require prepared loop metadata; WAV seam evidence and MP3 padding are reported separately and may remain unknown. For multiple events consider get_sound_set; use search_sounds for a description or a gap. These are task branches, not a fixed sequence. Unknown roles return not_found with the full role list; GET https://sfxmint.com/api/v1/roles lists roles with aliases.
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "role"
      ],
      "properties": {
        "loop": {
          "type": "boolean",
          "description": "Require prepared loop metadata; seam evidence is returned separately."
        },
        "role": {
          "type": "string",
          "description": "Role id or alias, e.g. 'click', 'button click', 'purchase-success', 'ka-ching', 'error beep', 'level-up', 'dialogue blip', 'rain-loop'"
        },
        "style": {
          "enum": [
            "balanced",
            "crisp",
            "soft",
            "spacious"
          ],
          "type": "string",
          "description": "Optional. balanced (default) = the family's most typical take; crisp = short, bright, dry; soft = darker, gentler; spacious = reverb, longer tail"
        },
        "format": {
          "enum": [
            "wav",
            "mp3",
            "ogg"
          ],
          "type": "string"
        },
        "max_duration_ms": {
          "type": "number",
          "description": "Hard maximum delivered duration in milliseconds."
        }
      }
    }
    get_sound
    No effect details provided
    Show server-provided details
    Server description (copied; language not verified)
    Get full metadata for one sound by slug, including download URLs, generation prompt and measured acoustics (attack/tail/brightness + character labels).
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "slug"
      ],
      "properties": {
        "slug": {
          "type": "string",
          "description": "Sound slug, e.g. 'impact-punch-01'"
        }
      }
    }
    get_sound_set
    No effect details provided
    Show server-provided details
    Server description (copied; language not verified)
    Get 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. Use it when the task needs a whole kit; use get_role_sound for one event. Check content_check: verified/unverified/rejected is bound to the exact role, format and file SHA256; unverified files still require listening in context. Sets include UI styles, game and app scenarios, acoustic-drum-kit, animal-calls (15 isolated calls), and dungeon-traps (6 isolated mechanisms).
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "properties": {
        "set": {
          "enum": [
            "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",
            "acoustic-drum-kit",
            "animal-calls",
            "dungeon-traps"
          ],
          "type": "string",
          "description": "Set id (default ui-crisp). Includes acoustic-drum-kit, animal-calls and dungeon-traps alongside the UI and scenario sets listed in the enum."
        },
        "format": {
          "enum": [
            "wav",
            "mp3",
            "ogg"
          ],
          "type": "string",
          "description": "File format for selection and checks (default WAV). Legacy urls remains MP3; download_urls follows this format."
        }
      }
    }
    search_sounds
    No effect details provided
    Show server-provided details
    Server description (copied; language not verified)
    Free-text search over 4,600+ free CC0 sound effects. Use it for sound descriptions, additional constraints or gaps left by another tool. Choose get_role_sound for a named event or get_sound_set for multiple events when that fits the task; these are task branches, not a fixed sequence. Exact keyword matches come first, then semantic nearest neighbours; hard constraints are applied before the result limit and a request may validly return no qualified candidate with near-match diagnostics. Returns direct, hotlinkable MP3/WAV URLs and verified OGG (Vorbis) URLs where available — no API key, no attribution required — plus measured acoustics (attack_ms, tail_ms, centroid_hz), character labels like 'bright · punchy · tight', loop/file-QC status, and score/match as ranking evidence only (role = known role default, exact = all words hit, partial = some words hit, semantic = nearest by meaning).
    Input schema (server-provided preview — do not copy)
    {
      "type": "object",
      "required": [
        "query"
      ],
      "properties": {
        "loop": {
          "type": "boolean",
          "description": "Require (true) or exclude (false) a candidate marked with prepared loop metadata; seam evidence is returned separately."
        },
        "limit": {
          "type": "number",
          "description": "Max results (default 20, max 50)"
        },
        "query": {
          "type": "string",
          "description": "Keywords or a natural-language description, e.g. 'door slam', 'soft UI confirmation chime', 'coin pickup'"
        },
        "format": {
          "enum": [
            "wav",
            "mp3",
            "ogg"
          ],
          "type": "string",
          "description": "Delivery format (ogg = Ogg Vorbis); loop=true defaults to WAV when omitted."
        },
        "category": {
          "type": "string",
          "description": "Optional category slug: ui, retro-game, transition, impact, ambience, water, fire-electric, footsteps, door, mechanical, paper-fabric, glass, animal, crowd, cartoon, magic-scifi, horror, feedback, instrument, office"
        },
        "max_duration_ms": {
          "type": "number",
          "description": "Hard maximum delivered duration in milliseconds; format-specific measurement is required."
        }
      }
    }
    Evidence and limitations

    Method: anonymous Streamable HTTP probe. We never invoke a tool.

    Attempted protocols: 2026-07-28, 2025-11-25

    Protocol2025-11-25
    TransportStreamable HTTP
    AuthNo authentication challenge observed
    EvidencePublic contract observed
    Total latency3360 ms
    Response bytes5801

    No diagnostic errors.

    Observation history
    Operational
    · stable since
    2025-11-25 · 4 tools · no change · 7 checks
    Operational
    · stable since
    2025-11-25 · 5 tools · no change · 27 checks
    Unreachable now
    No protocol
    Operational
    · stable since
    2025-11-25 · 5 tools · no change · 20 checks
    Operational
    2025-11-25 · 5 tools
    Complete public contract · 2025-11-25 · 4 tools
    11e1831bb40e
    Complete public contract · 2025-11-25 · 5 tools
    fe653cfbb685
    Complete public contract · 2025-11-25 · 5 tools
    fe653cfbb685

    Deep monitoring eligibility

    Eligible for deep monitoring

    A complete public tools/list contract was observed, so a future deep-monitoring baseline can be compared safely.

    Personal Watch is not open yet. This report does not start a Watch or a payment.

    See public monitoring

    Automatic monitoring later

    Saving this connector does not start a Watch. Watch is a future offer; subscriptions and alerts are not available yet.

    Full Watch. Availability, protocol, auth and public tool contract changes can be compared.