io.github.rsmdt/multimodal
NPM · @R16T/MULTIMODAL-MCP · SCANNED AUG 3
Multi-provider media generation — images, video, audio, and transcription via a unified interface
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to rsmdt/multimodal-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 150 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability64
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 955 tokens (~159/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @r16t/multimodal-mcp
claude mcp add rsmdt-multimodal -- npx -y @r16t/multimodal-mcp
codex mcp add rsmdt-multimodal -- npx -y @r16t/multimodal-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"rsmdt-multimodal": {
"type": "local",
"command": [
"npx",
"-y",
"@r16t/multimodal-mcp"
],
"enabled": true
}
}
} openclaw mcp add rsmdt-multimodal --command npx --arg -y --arg @r16t/multimodal-mcp
mcp_servers:
rsmdt-multimodal:
command: "npx"
args: ["-y", "@r16t/multimodal-mcp"] {
"mcpServers": {
"rsmdt-multimodal": {
"command": "npx",
"args": [
"-y",
"@r16t/multimodal-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +38
- Install scripts: pass → unverified ▼ security
- Provenance: pass → unverified ▼ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- The attested source repository moved: rsmdt/multimodal-mcp security
- License: pass → unverified ▼ functional
- Maintenance: pass → unverified ▼ functional
- Schema quality: unverified → good ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Dependency health: unverified → partial ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +33
- Provenance: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- The attested source repository moved: rsmdt/multimodal-mcp security
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −19
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −20
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 44
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@r16t/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- rsmdt/multimodal-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/rsmdt/multimodal-mcp/.github/workflows/release.yml@refs/tags/v1.3.1
- Rekor log index:
- 1018707647
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:920b7718addf68711e5d7a7b86622ccdc0de98f539b2cec2a9f350d798210d99ad4cc0a4f0cb86dec185e34092b28a151aa273da7d81d9f32c7d5e5d2
- Discovery method:
- attestation_endpoint
Dependencies 96 packages
96 packages in the resolved dependency tree · 96 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
edit_image ~161
Edit an existing image using AI. Provide the path to an image and a text prompt describing the desired edits. Providers: openai, xai, google, bfl (FLUX Kontext). Available: none configured
| Name | Type | Req | Description |
|---|---|---|---|
| imagePath | string | yes | Absolute path to the source image file to edit |
| outputDirectory | string | — | Directory to save the edited file. Supports absolute or relative paths (resolved from cwd). Defaults to MEDIA_OUTPUT_DIR env var or cwd. |
| prompt | string | yes | Text description of the edits to apply to the image |
| provider | string | — | Provider to use: openai, xai, google, bfl. Auto-selects if omitted. |
| providerOptions | object | — | Provider-specific parameters passed through directly |
No output schema declared.
No examples provided.
generate_audio ~260
Generate audio from text using AI. Supports text-to-speech and sound effects. Providers: openai, google, elevenlabs. ElevenLabs: use providerOptions.mode = "sound-effect" for sound effects. Available: none configured
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Output format (OpenAI only): mp3, opus, aac, flac, wav, pcm |
| outputDirectory | string | — | Directory to save the generated file. Supports absolute or relative paths (resolved from cwd). Defaults to MEDIA_OUTPUT_DIR env var or cwd. |
| provider | string | — | Provider to use: openai, google, elevenlabs. Auto-selects if omitted. |
| providerOptions | object | — | Provider-specific parameters passed through directly |
| speed | number | — | Speech speed multiplier (OpenAI only): 0.25 to 4.0 |
| text | string | yes | Text to convert to speech, or a description of the sound effect to generate |
| voice | string | — | Voice name (provider-specific). OpenAI: alloy, ash, coral, echo, fable, nova, onyx, sage, shimmer. Google: Kore, Charon, Fenrir, Aoede, Puck, etc. ElevenLabs: voice ID. |
No output schema declared.
No examples provided.
generate_image ~187
Generate an image from a text prompt using AI. Providers: openai (DALL-E), xai (Aurora), google (Imagen), bfl (FLUX). Available: none configured
| Name | Type | Req | Description |
|---|---|---|---|
| aspectRatio | string | — | Aspect ratio: 1:1, 16:9, 9:16, 4:3, 3:4 |
| outputDirectory | string | — | Directory to save the generated file. Supports absolute or relative paths (resolved from cwd). Defaults to MEDIA_OUTPUT_DIR env var or cwd. |
| prompt | string | yes | Text description of the image to generate |
| provider | string | — | Provider to use: openai, xai, google, bfl. Auto-selects if omitted. |
| providerOptions | object | — | Provider-specific parameters passed through directly |
| quality | string | — | Quality level: low, standard, high |
No output schema declared.
No examples provided.
generate_video ~208
Generate a video from a text prompt using AI. Optionally provide an image as the first frame. Available providers: none configured
| Name | Type | Req | Description |
|---|---|---|---|
| aspectRatio | string | — | Aspect ratio: 16:9, 9:16, 1:1 |
| duration | number | — | Video duration in seconds (provider limits apply) |
| imagePath | string | — | Path to an image to use as the first frame of the video (OpenAI and Google only) |
| outputDirectory | string | — | Directory to save the generated file. Supports absolute or relative paths (resolved from cwd). Defaults to MEDIA_OUTPUT_DIR env var or cwd. |
| prompt | string | yes | Text description of the video to generate |
| provider | string | — | Provider to use: openai, xai, google. Auto-selects if omitted. |
| providerOptions | object | — | Provider-specific parameters passed through directly |
| resolution | string | — | Resolution: 480p, 720p, 1080p |
No output schema declared.
No examples provided.
list_providers ~19
List all configured media generation providers and their capabilities
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
transcribe_audio ~120
Transcribe audio to text using AI (speech-to-text). Providers: openai (Whisper), elevenlabs (Scribe). Available: none configured
| Name | Type | Req | Description |
|---|---|---|---|
| audioPath | string | yes | Absolute path to the audio file to transcribe |
| language | string | — | Language code (e.g., 'en', 'fr', 'es') to hint the transcription language |
| provider | string | — | Provider to use: openai, elevenlabs. Auto-selects if omitted. |
| providerOptions | object | — | Provider-specific parameters passed through directly |
No output schema declared.
No examples provided.