# io.github.O-mega-Enterprise/suprsonic-mcp (npm · suprsonic-mcp)

One API key, dozens of capabilities for your AI agent. Zero provider auth.

- Trust score: 68/100 (medium)
- Change this week: +22
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `suprsonic-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/o-mega-enterprise-suprsonic-mcp/suprsonic-mcp.md), [page](https://verifymcp.io/servers/o-mega-enterprise-suprsonic-mcp/suprsonic-mcp)

## Channel facts

- Registry: `npm`
- Package: `suprsonic-mcp`
- Version: `0.3.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 96), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 96), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 102 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1019 tokens (~59/item across 17 items; 17 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add o-mega-enterprise-suprsonic-mcp -- npx -y suprsonic-mcp
```

### Codex

```bash
codex mcp add o-mega-enterprise-suprsonic-mcp -- npx -y suprsonic-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "o-mega-enterprise-suprsonic-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "suprsonic-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add o-mega-enterprise-suprsonic-mcp --command npx --arg -y --arg suprsonic-mcp
```

### Hermes

```yaml
mcp_servers:
  o-mega-enterprise-suprsonic-mcp:
    command: "npx"
    args: ["-y", "suprsonic-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "o-mega-enterprise-suprsonic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "suprsonic-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 64, +43)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-07-31 (score 21, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 46, +22)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (17)

### `search` (~97 tokens)

Search the web. Returns AI-synthesized answers, raw SERP results, or both. Cost: serp 1 credit, ai 2 credits, deep 3 credits.

Input parameters:

- `mode` (string): ai (2 credits, synthesized answer), serp (1 credit, raw links), or deep (3 credits, both)
- `num_results` (number): Max results for serp/deep mode
- `query` (string, required): Search query

### `scrape` (~101 tokens)

Extract content from any URL as Markdown. Auto-escalates from fast HTTP to JS rendering to stealth browser. Cost: fast 1 credit, standard 2 credits, thorough 5 credits.

Input parameters:

- `mode` (string): fast (1 credit, static HTML), standard (2 credits, JS rendering), thorough (5 credits, stealth + CAPTCHA)
- `output` (string): markdown, html, or raw_html
- `url` (string, required): URL to scrape

### `profiles` (~80 tokens)

Find and enrich a professional profile by LinkedIn URL or name + company. Cost: 3 credits.

Input parameters:

- `company` (string): Company name to narrow search
- `first_name` (string): Person's first name
- `last_name` (string): Person's last name
- `linkedin_url` (string): LinkedIn profile URL (fastest path)

### `emails` (~63 tokens)

Find a professional email address by name and company domain. Cost: 2 credits.

Input parameters:

- `domain` (string, required): Company domain (e.g. stripe.com)
- `first_name` (string, required): Person's first name
- `last_name` (string, required): Person's last name

### `images` (~63 tokens)

Generate an image from a text prompt. Cost: 3 credits.

Input parameters:

- `aspect_ratio` (string): 1:1, 16:9, 9:16, or 4:3
- `prompt` (string, required): Text description of the image to generate

### `tts` (~52 tokens)

Convert text to speech audio. Cost: 2 credits.

Input parameters:

- `text` (string, required): Text to convert to speech
- `voice_description` (string): Describe the voice, e.g. 'calm professional female'

### `stt` (~43 tokens)

Transcribe audio to text with timestamps. Cost: 2 credits.

Input parameters:

- `audio_url` (string): URL to audio file
- `language` (string): Language code

### `sms` (~66 tokens)

Send an SMS or WhatsApp message. Cost: 1 credit.

Input parameters:

- `channel` (string): auto, sms, or whatsapp
- `message` (string, required): Message text
- `to` (string, required): Phone number in E.164 format (e.g. +1234567890)

### `documents` (~70 tokens)

Extract structured data from a URL or text content using LLM analysis. Cost: 3 credits.

Input parameters:

- `content` (string): Pre-scraped text to extract from
- `extraction_prompt` (string): What to extract, in plain language
- `url` (string): URL to scrape and extract from

### `companies` (~47 tokens)

Look up company data by domain. Returns industry, size, description, logo, brand colors. Cost: 3 credits.

Input parameters:

- `domain` (string, required): Company domain (e.g. stripe.com)

### `email-verify` (~35 tokens)

Check if an email address is deliverable. Cost: 1 credit.

Input parameters:

- `email` (string, required): Email address to verify

### `transcribe` (~51 tokens)

Transcribe audio or video with speaker labels and timestamps. Cost: 3 credits.

Input parameters:

- `audio_url` (string, required): URL to audio or video file
- `speaker_labels` (boolean): Enable speaker diarization

### `invoice-parse` (~44 tokens)

Extract structured line items, totals, and dates from an invoice or receipt. Cost: 3 credits.

Input parameters:

- `document_url` (string, required): URL to invoice PDF or image

### `subtitle` (~51 tokens)

Generate SRT or VTT subtitles from audio or video. Cost: 2 credits.

Input parameters:

- `audio_url` (string, required): URL to audio or video file
- `format` (string): srt or vtt

### `file-convert` (~79 tokens)

Convert a file between 200+ formats (PDF, DOCX, XLSX, images, etc.). Cost: 2 credits.

Input parameters:

- `file_url` (string, required): URL to source file
- `source_format` (string, required): Source format (e.g. docx, xlsx, html)
- `target_format` (string): Target format

### `bg-remove` (~33 tokens)

Remove the background from an image. Cost: 2 credits.

Input parameters:

- `image_url` (string, required): URL to the image

### `screenshot` (~44 tokens)

Capture a rendered screenshot of a webpage. Cost: 1 credit.

Input parameters:

- `full_page` (boolean): Capture full scrollable page
- `url` (string, required): URL to capture

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/o-mega-enterprise-suprsonic-mcp/suprsonic-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 64
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/suprsonic-mcp
- Socket report: https://socket.dev/npm/package/suprsonic-mcp
- Repository: https://github.com/O-mega-Enterprise/suprsonic-mcp
- Changelog RSS feed: https://verifymcp.io/servers/o-mega-enterprise-suprsonic-mcp/suprsonic-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/o-mega-enterprise-suprsonic-mcp/suprsonic-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/o-mega-enterprise-suprsonic-mcp/suprsonic-mcp
