Sponsored by Deepsite.site

StudioSphere Pulse

Created By
StudioSphere4 days ago
Privacy-first audio intelligence for agents and creative audio workflows. Analyze public audio URLs for BPM, musical key, and waveform shape. Audio is processed ephemerally and not stored; pay per second with no account required for the public UI.
Overview

Privacy-first audio intelligence over the Model Context Protocol. BPM, musical key, and waveform peaks for any public audio URL. Audio is processed in memory and never stored. Pay-per-second, no subscription.

MCP Registry Hosted Smithery Glama

Keywords: audio MCP · BPM detection · musical key detection · waveform analysis · music information retrieval · audio intelligence API · remote MCP server · Streamable HTTP transport.


What it does

Pulse analyses any public audio URL (or a direct upload, with an account) and returns structured metadata your AI assistant can act on:

  • BPM — tempo with confidence and beat count, time-signature inference
  • Musical key — root + scale (e.g. B minor) with confidence
  • Waveform — peak-amplitude array suitable for visualization

Track structure segmentation and chord transcription are marked coming soon and are intentionally rejected by v1.0 routes.

Why creators and agents trust Pulse

Audio never stored.Files are downloaded into a temporary directory, analyzed, and deleted in the same job. Pulse never keeps a copy.
Payment details never touch Pulse.Payment entry happens on Stripe's hosted page. Pulse only sees opaque Stripe IDs and dollar amounts — no card number, no CVV, no billing address, no bank or device token. PCI-DSS scope: out.
No tracking, no analytics.No Google Analytics, no Mixpanel, no third-party tags. Outbound calls only to Stripe (payments) and Google Fonts (typography).
Money back when we under-deliver.Failed jobs are free. Estimate-vs-actual overages refund automatically through Stripe.

Full transparency at https://pulse.studiosphere.space/terms.

For a short setup walkthrough, see docs/pulse-mcp-quickstart.md.

Service URLs

Marketing sitehttps://pulse.studiosphere.space
Product REST APIhttps://pulse.studiosphere.space
Remote MCP serverhttps://mcp.studiosphere.space/mcp
MCP setup wizardhttps://pulse.studiosphere.space/connect
Account signuphttps://pulse.studiosphere.space/signup
Tool metadatahttps://pulse.studiosphere.space/tools
Server descriptorhttps://pulse.studiosphere.space/.well-known/mcp/server.json
Health checkhttps://pulse.studiosphere.space/health
MCP Registryspace.studiosphere/pulse
Smitheryhttps://smithery.ai/servers/studiosphere/pulse
Glamahttps://glama.ai/mcp/connectors/space.studiosphere/pulse
Supportpulse@studiosphere.space

MCP client setup

The Pulse MCP server uses Streamable HTTP transport. Authentication is by Pulse API key passed as the api_key query parameter on the connection URL.

Claude Desktop

Open Settings → Developer → Edit Config, then merge:

{
  "mcpServers": {
    "studiosphere-pulse": {
      "type": "http",
      "url": "https://mcp.studiosphere.space/mcp?api_key=YOUR_PULSE_API_KEY"
    }
  }
}

Restart Claude Desktop.

Claude Code (CLI)

claude mcp add --transport http studiosphere-pulse \
  https://mcp.studiosphere.space/mcp?api_key=YOUR_PULSE_API_KEY

Verify with claude mcp list.

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "studiosphere-pulse": {
      "type": "http",
      "url": "https://mcp.studiosphere.space/mcp?api_key=YOUR_PULSE_API_KEY"
    }
  }
}

ChatGPT

The Pulse server speaks Streamable HTTP at https://mcp.studiosphere.space/mcp. Add it via whichever connector / GPT-action surface your account exposes; supply the API key as the api_key query parameter.

Get an API key

Register at https://pulse.studiosphere.space/signup. Keys begin with sk_pulse_ and are shown once — store them in a password manager.

The hosted /connect page (https://pulse.studiosphere.space/connect) generates the per-client config snippet with your key stamped in for one-click copy.

Tools available to the assistant

ToolAuthDescription
estimate_costnoneQuote a price for a public audio URL.
analyze_trackAPI keyRun analysis. Tools: bpm, key, waveform.
request_payment_linknoneStripe Checkout link for one-off use without an account.
get_job_statusnonePoll a running job and fetch the result.
get_token_balanceAPI keyBanked-token balance.
list_token_packsnoneAvailable token packs (10K/$50, 50K/$250, 200K/$1000).
purchase_token_packAPI keyStripe Checkout link to buy a pack.

Workflow agents should follow

  1. Call estimate_cost with the audio URL and selected tools.
  2. Show the user the returned cost_display and duration_estimate_sec.
  3. Confirm the user has the right to submit the audio.
  4. Call analyze_track (banked tokens) or request_payment_link (anonymous one-time payment).
  5. Poll get_job_status until terminal (completed, partial, failed).
  6. Surface the result.

Pricing is per-second of audio analyzed × per-tool multiplier. Banked-token pricing skips the $0.50 Stripe minimum and the per-job Checkout redirect.

Why agents use Pulse

  • Sample-pack tagging and search
  • DAW / session preparation
  • Remix and mashup compatibility checks
  • Licensed music-library enrichment
  • Sync and catalog metadata workflows
  • Content-creator music selection from approved libraries

Agents must only submit audio when the user confirms rights to analyze it. The analyze_track tool requires an explicit attestation_confirmed: true for this reason.

Repository scope

This repository contains only public-facing documentation, registry metadata, and client examples. It does not contain production service source code, deployment configuration, credentials, private infrastructure notes, migrations, or internal operational documentation.

Security

Do not send private, copyrighted, or third-party audio unless you have the right to submit it for analysis. Do not publish Pulse API keys in client configs, prompts, logs, or issue reports.

Security questions: pulse@studiosphere.space.

License

See LICENSE in this repository. Pulse is operated by StudioSphere Inc., Quebec, Canada.

Server Config

{
  "mcpServers": {
    "studiosphere-pulse": {
      "command": "npx",
      "args": [
        "mcp-remote@latest",
        "https://mcp.studiosphere.space/mcp?api_key=YOUR_PULSE_API_KEY"
      ]
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
WindsurfThe new purpose-built IDE to harness magic
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Tavily Mcp
ChatWiseThe second fastest AI chatbot™
DeepChatYour AI Partner on Desktop
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Amap Maps高德地图官方 MCP Server
Playwright McpPlaywright MCP server
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Serper MCP ServerA Serper MCP Server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
CursorThe AI Code Editor