← studiosphere.space
INDIVIDUAL MCP TOOL
estimate_cost
Get the exact price to analyze an audio file before committing.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
start_trial— Start a temporary, email-free Pulse trial.analyze_track— Run audio analysis on a public audio URL.request_payment_link— Generate a one-time Stripe payment page for users without a Pulse account.get_job_status— Check the status and results of an analysis job.get_token_balance— Check the banked token balance for the authenticated Pulse account.list_token_packs— List the available Pulse token packs (tier label, token count, price).purchase_token_pack— Create a Stripe Checkout session for a Pulse token pack.