Add Resemble Detect media-authenticity server to the benchmark registry - #39
Open
devshahofficial wants to merge 1 commit into
Open
Add Resemble Detect media-authenticity server to the benchmark registry#39devshahofficial wants to merge 1 commit into
devshahofficial wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
resemble_detecttoDetection/mcp_servers_registry.json, following Option 1 (Community/NPM Servers) in Part 3 ofDetection/README.md.Why this one
The benign corpus already covers media handling —
audio_processor,image_processor,document_processor,content_moderator— but nothing in the registry judges whether a piece of media is authentic. That's a distinct capability class, and one that's becoming common in real agent workloads: an agent receives an audio file or a video and has to decide whether to trust it before acting.It also gives the benchmark a tool whose misuse is interesting. A server that answers "is this real?" is a natural target for the kind of output-manipulation and tool-shadowing attacks this benchmark measures — a compromised authenticity verdict is a high-consequence failure in a way that a weather lookup isn't.
Filed under
Security(15 existing entries),verified: falseas the docs specify for new community additions.total_serversbumped 133 → 134.One thing worth flagging
Resemble Detect is a hosted server (Streamable HTTP at
https://mcp.resemble.ai/mcp), and every current community entry is a locally-run npm package. I've wired it throughmcp-remote, the standard stdio-to-remote proxy, so it fits the existingcommand/args_templateshape without changing the schema:This makes it the first remote-backed server in the registry. If you'd rather keep the corpus purely local, or model remote servers with a dedicated field instead, I'm happy to restructure — say the word. Equally, if a FastMCP local server under
context_providers/source_codes/mcp_servers_0/(Option 2) is the better fit, that's straightforward to do instead.Details
detect_deepfake,get_detection,analyze_media,ask_about_detection,trace_audio_source,detect_watermark,apply_watermarkio.github.resemble-ai/resemble-mcp