# StudioSphere Pulse — Audio Intelligence (remote · mcp.studiosphere.space)

Privacy-first audio intelligence: BPM, key, waveform. Audio never stored. Pay per second.

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

## Components

- remote · `mcp.studiosphere.space`: 74/100 (this document), [markdown](https://verifymcp.io/servers/space-studiosphere-pulse/mcp.md), [page](https://verifymcp.io/servers/space-studiosphere-pulse/mcp)

## Channel facts

- Endpoint: `https://mcp.studiosphere.space/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 841 tokens (~105/item across 8 items; 8 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http space-studiosphere-pulse https://mcp.studiosphere.space/mcp
```

### Codex

```toml
[mcp_servers.space-studiosphere-pulse]
url = "https://mcp.studiosphere.space/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "space-studiosphere-pulse": {
      "type": "remote",
      "url": "https://mcp.studiosphere.space/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add space-studiosphere-pulse --url https://mcp.studiosphere.space/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  space-studiosphere-pulse:
    url: "https://mcp.studiosphere.space/mcp"
```

### Other

```json
{
  "mcpServers": {
    "space-studiosphere-pulse": {
      "type": "http",
      "url": "https://mcp.studiosphere.space/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 73, +3)

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

### 2026-07-30 (score 70, 0)

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

### 2026-07-29 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 68, 0)

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

### 2026-07-26 (score 68)

First indexed and scored.

## MCP tools (8)

### `start_trial` (~78 tokens)

Start a temporary, email-free Pulse trial. Returns a short-lived private API key with enough banked tokens for one short URL-based v1 analysis. No Stripe Checkout session is created. Store the key in the client or a trusted local environment; do not repost it in public logs, screenshots, GitHub issues, shared chats, or directory examples.

Output parameters:

- `account_type` (string): The account type created by this tool.
- `analyze_path` (string): REST path for authenticated analysis.
- `api_key` (string): Temporary Pulse API key for the trial account. Treat as private; do not print it in public logs, screenshots, GitHub issues, shared chats, or directory examples.
- `banked_tokens` (number): Trial token balance granted.
- `details` (object): Additional structured context from Pulse.
- `error` (string): Machine-readable error code.
- `estimate_path` (string): REST path for free estimates.
- `expires_at` (string): ISO timestamp when the temporary key expires.
- `message` (string): Human-readable recovery guidance.
- `retryable` (boolean): Whether the caller may retry after changing state or waiting.
- `upgrade_path` (string): Path for converting to an account.
- `usage_note` (string): Limits and usage guidance for the trial.

### `estimate_cost` (~107 tokens)

Get the exact price to analyze an audio file before committing. Always call this first. Returns cost in dollars and a job_estimate_id valid for 30 minutes. Free — never charged.

Input parameters:

- `audio_url` (string, required): Publicly accessible URL of the audio file (MP3, WAV, FLAC, OGG, Opus).
- `tools` (array, required): Analysis tools to price. Available in v1.0: bpm, key, waveform. Coming soon: structure, chords.

Output parameters:

- `audio_url_normalized` (string)
- `audio_url_original` (string)
- `breakdown` (object): Per-tool token and cost estimate.
- `content_length_bytes` (number)
- `content_type` (string)
- `cost_display` (string): Human-readable USD estimate.
- `cost_usd` (number): Estimated analysis cost in USD.
- `details` (object): Additional structured context from Pulse.
- `duration_estimate_sec` (number): Estimated audio duration in seconds.
- `duration_inferred` (boolean)
- `error` (string): Machine-readable error code.
- `expires_at` (string): ISO timestamp when the estimate expires.
- `job_estimate_id` (string): Estimate identifier valid for the configured TTL.
- `message` (string): Human-readable recovery guidance.
- `normalize_source` (string)
- `note` (string)
- `retryable` (boolean): Whether the caller may retry after changing state or waiting.
- `tokens` (number): Estimated Pulse tokens.

### `analyze_track` (~218 tokens)

Run audio analysis on a public audio URL. Requires estimate_cost to be called first (job_estimate_id). Requires PULSE_API_KEY. Before calling, you MUST confirm with the user that they have a lawful basis to submit this audio for analysis. For a user-requested folder, project, playlist, or batch, one confirmation can cover every track in that scope. Returns job_id — poll get_job_status for results.

Input parameters:

- `attestation_confirmed` (boolean, required): Set to true ONLY after the user has confirmed they have rights, permission, lawful access, or another legal basis to submit this audio, or the current user-requested batch/folder/project containing i…
- `audio_url` (string, required): Public URL of the audio file.
- `job_estimate_id` (string, required): The job_estimate_id returned by estimate_cost. Must not be expired (30 min TTL).
- `tools` (array, required): Analysis tools to run. Available in v1.0: bpm, key, waveform. Coming soon: structure, chords.

Output parameters:

- `account_type` (string): Account type used for the request.
- `cache_hits` (array): Tools served from cache.
- `conversion_note` (string)
- `cost_usd_estimated` (number): Estimated USD value.
- `details` (object): Additional structured context from Pulse.
- `error` (string): Machine-readable error code.
- `job_id` (string): Pulse analysis job id.
- `message` (string): Human-readable recovery guidance.
- `ok` (boolean): True when analysis was accepted.
- `poll_url` (string): Relative status polling URL.
- `retryable` (boolean): Whether the caller may retry after changing state or waiting.
- `status` (string): Current job status.
- `stream_url` (string): Relative SSE status URL.
- `tokens_estimated` (number): Estimated token charge.
- `upgrade_path` (string)

### `request_payment_link` (~160 tokens)

Generate a one-time Stripe payment page for users without a Pulse account. Before calling, you MUST confirm with the user that they have a lawful basis to submit this audio for analysis; for a user-requested batch/folder/project, one confirmation can cover that scope. Present the payment_url to the user as a link. Analysis begins automatically after payment. Poll get_job_status with the returned job_id.

Input parameters:

- `attestation_confirmed` (boolean, required): Set to true ONLY after the user has confirmed they have rights, permission, lawful access, or another legal basis to submit this audio, or the current user-requested batch/folder/project containing i…
- `job_estimate_id` (string, required): The job_estimate_id returned by estimate_cost.

Output parameters:

- `amount_charged_cents` (number): Stripe Checkout charge in cents.
- `amount_estimate_cents` (number): Estimated usage value in cents.
- `charged_display` (string): Human-readable upfront Checkout charge.
- `cost_display` (string): Human-readable estimated cost.
- `deduped` (boolean): True when an existing active Checkout link was reused.
- `details` (object): Additional structured context from Pulse.
- `error` (string): Machine-readable error code.
- `expires_at` (string): ISO timestamp when the Checkout link expires.
- `job_id` (string): Pulse job id for polling after payment.
- `message` (string): Human-readable recovery guidance.
- `payment_url` (string): Stripe Checkout URL to present to the user.
- `retryable` (boolean): Whether the caller may retry after changing state or waiting.

### `get_job_status` (~143 tokens)

Check the status and results of an analysis job. Poll after analyze_track returns job_id, or after the user pays via request_payment_link. Returns full results when status=completed.

Input parameters:

- `include_waveform_data` (boolean): Optional. Defaults to false so chat agents receive a compact waveform summary plus result_url. Set true only if raw waveform samples are needed.
- `include_waveform_image` (boolean): Optional. Defaults to true. When the job has waveform data, include a server-rendered SVG as MCP image content so the client can display it without fetching a URL.
- `job_id` (string, required): The job_id returned by analyze_track or request_payment_link.

Output parameters:

- `billing` (object)
- `completed_at` (string)
- `cost_usd` (number)
- `details` (object): Additional structured context from Pulse.
- `error` (string): Machine-readable error code.
- `expires_at` (string)
- `job_id` (string): Pulse analysis job id.
- `message` (string): Human-readable recovery guidance.
- `payment_source` (string)
- `result_url` (string): Public result page URL.
- `results` (object): Analysis results when available.
- `retryable` (boolean): Whether the caller may retry after changing state or waiting.
- `status` (string): Current or terminal job status.
- `tokens_charged` (number)
- `tokens_estimated` (number)
- `waveform_file` (object)
- `waveform_image` (object)
- `waveform_markdown` (string)
- `waveform_png_url` (string)
- `waveform_svg_url` (string)

### `get_token_balance` (~27 tokens)

Check the banked token balance for the authenticated Pulse account. Requires PULSE_API_KEY.

Output parameters:

- `account_created_at` (string): Account creation timestamp.
- `account_type` (string): Pulse account type.
- `api_key_prefix` (string): Redacted API-key prefix.
- `banked_tokens` (number): Current banked-token balance.
- `details` (object): Additional structured context from Pulse.
- `error` (string): Machine-readable error code.
- `message` (string): Human-readable recovery guidance.
- `retryable` (boolean): Whether the caller may retry after changing state or waiting.
- `trial_expires_at` (string|null): Trial expiry timestamp if this is a trial account.

### `list_token_packs` (~37 tokens)

List the available Pulse token packs (tier label, token count, price). Use before purchase_token_pack to show options to the user.

Output parameters:

- `details` (object): Additional structured context from Pulse.
- `enabled` (boolean): Whether token-pack purchasing is enabled.
- `error` (string): Machine-readable error code.
- `message` (string): Human-readable recovery guidance.
- `packs` (array): Available token-pack tiers.
- `retryable` (boolean): Whether the caller may retry after changing state or waiting.

### `purchase_token_pack` (~71 tokens)

Create a Stripe Checkout session for a Pulse token pack. Returns payment_url — DO NOT submit it programmatically; surface it to the user so they can complete payment in their browser. Once paid, banked tokens are credited automatically. Requires PULSE_API_KEY.

Input parameters:

- `pack` (string, required): Token pack tier

Output parameters:

- `amount_usd` (number): Pack price in USD.
- `currency` (string): Checkout currency.
- `details` (object): Additional structured context from Pulse.
- `error` (string): Machine-readable error code.
- `expires_at` (string): ISO timestamp when the Checkout link expires.
- `message` (string): Human-readable recovery guidance.
- `pack` (string): Token-pack tier label.
- `payment_url` (string): Stripe Checkout URL to present to the user.
- `purchase_id` (string): Pulse token-pack purchase id.
- `retryable` (boolean): Whether the caller may retry after changing state or waiting.
- `tokens` (number): Tokens included in the pack.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/space-studiosphere-pulse/mcp#diagnostics

## Score history

- 2026-08-03: 74
- 2026-08-02: 73
- 2026-08-01: 73
- 2026-07-31: 73
- 2026-07-30: 70
- 2026-07-29: 70
- 2026-07-28: 69
- 2026-07-27: 68
- 2026-07-26: 68

## Links

- Remote endpoint: https://mcp.studiosphere.space/mcp
- Repository: https://github.com/notpaulb/studiosphere-pulse-mcp
- Website: https://pulse.studiosphere.space/
- Changelog RSS feed: https://verifymcp.io/servers/space-studiosphere-pulse/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/space-studiosphere-pulse/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/space-studiosphere-pulse/mcp
