Protect media from AI training, detect AI-generated content, and find stolen work.
{
"mcpServers": {
"io-github-ebadros-sidearm": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Protect media from AI training, detect AI-generated content, and find stolen work.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 28 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Model Context Protocol (MCP) Server to connect your AI with any MediaWiki
MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants
MCP server for scanning and remediating hardcoded secrets using GitGuardian’s API. Detect over 500 secret types and prevent credential leaks before code goes public.
This is an MCP server that allows you to directly download transcripts of YouTube videos.
MCP Security Weekly
Get CVE alerts and security updates for io.github.ebadros/sidearm and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for the Sidearm API — protect media from AI training, detect AI-generated content, and search for stolen work.
This package exposes the Sidearm REST API as Model Context Protocol (MCP) tools that AI agents (Cursor, Claude Desktop, Windsurf, etc.) can call directly.
Sign up at sdrm.io and create an API key at sdrm.io/api-keys.
Add to your MCP configuration file:
Cursor (.cursor/mcp.json):
{
"mcpServers": {
"sdrm": {
"command": "npx",
"args": ["-y", "@sidearmdrm/mcp"],
"env": {
"SDRM_API_KEY": "sk_live_..."
}
}
}
}
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"sdrm": {
"command": "npx",
"args": ["-y", "@sidearmdrm/mcp"],
"env": {
"SDRM_API_KEY": "sk_live_..."
}
}
}
}
Windsurf (~/.codeium/windsurf/mcp_config.json):
{
"mcpServers": {
"sdrm": {
"command": "npx",
"args": ["-y", "@sidearmdrm/mcp"],
"env": {
"SDRM_API_KEY": "sk_live_..."
}
}
}
}
That's it. Your agent can now call Sidearm tools.
| Tool | Description |
|------|-------------|
| list_algorithms | Browse available protection algorithms. Filter by category or media type. |
| Tool | Description |
|------|-------------|
| run_algorithm | Run specific algorithms on media by ID. Returns a job for async processing. |
| protect_media | Protect media with a preset level (standard/maximum). Auto-selects algorithms. |
| extract_embeddings | Extract raw embedding vectors from media for downstream similarity search or ML pipelines. |
| Tool | Description |
|------|-------------|
| check_job | Poll async job status. Returns progress and results when complete. |
| Tool | Description |
|------|-------------|
| detect_ai | Detect whether media was AI-generated. Supports image, video, audio, text. |
| detect_fingerprint | Check if media has been previously registered using fingerprint matching. |
| detect_membership | Test whether your content was used to train a suspect AI model. |
| Tool | Description |
|------|-------------|
| search_media | Search for similar media across your indexed library. |
| list_searches | List previous searches on your account. |
| Tool | Description |
|------|-------------|
| register_media | Register and index media with optional protection mode (register, search_ready, standard, maximum). |
| list_media | List media assets in your library (paginated, filterable). |
| get_media | Get details of a specific media asset including protection status and algorithms applied. |
| update_media | Update media metadata (e.g., original URL). |
| delete_media | Permanently delete a media asset and all associated data. |
| Tool | Description |
|------|-------------|
| get_account | Get your account details — ID, name, email, credit balance, and plan info. |
| get_rights | Get C2PA, IPTC, and rights information for a media asset. |
| get_billing | View credit balance, usage breakdown, per-algorithm costs, and billing portal link. |
| Tool | Description |
|------|-------------|
| get_provenance | Get the full provenance chain for an asset — algorithms, C2PA manifest, membership results. |
| identify_media | Identify media by its embedded Sidearm fingerprint and extract its C2PA provenance chain. |
| Tool | Description |
|------|-------------|
| create_share | Create a shareable link for a detection, search, or provenance result (starts private). |
| get_share | Get a shared result by its share ID. |
| publish_share | Make a s