← Registry

API Tools

studiosphere.space

Provides API endpoints for audio analysis, pricing estimation, and payment processing.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.studiosphere.space/mcp

No auth detected

MCP server metadata

Name
studiosphere-pulse
Version
1.0.2
Capabilities
tools

Known tools 8

start_trial

Start a temporary, email-free Pulse trial.

Potential side effects
estimate_cost

Get the exact price to analyze an audio file before committing.

Inferred read-only
analyze_track

Run audio analysis on a public audio URL.

Inferred read-only
request_payment_link

Generate a one-time Stripe payment page for users without a Pulse account.

Potential side effects
get_job_status

Check the status and results of an analysis job.

Inferred read-only
get_token_balance

Check the banked token balance for the authenticated Pulse account.

Inferred read-only
list_token_packs

List the available Pulse token packs (tier label, token count, price).

Inferred read-only
purchase_token_pack

Create a Stripe Checkout session for a Pulse token pack.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.studiosphere-pulse]
url = "https://mcp.studiosphere.space/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: studiosphere-pulse
Remote MCP URL: https://mcp.studiosphere.space/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "studiosphere-pulse": {
      "url": "https://mcp.studiosphere.space/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "studiosphere-pulse": {
      "type": "http",
      "url": "https://mcp.studiosphere.space/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "studiosphere-pulse",
  "transport": "streamable-http",
  "url": "https://mcp.studiosphere.space/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.