# Recording Session Planner MCP

> Recording Session Planner generates precise studio schedules, tracks instrument layering workflows, and calculates total project costs. This MCP gives music producers a complete financial and timeline risk assessment for any complex recording session.

## Overview
- **Category:** finance
- **Price:** Free
- **Tags:** studio, recording, timeline, budgeting, music-engineer

## Description

This MCP handles the messy details of planning a professional recording shoot. If you're mapping out a new album or single, you need to know more than just 'a few days.' You need a schedule that works—one that accounts for setup time, tuning buffers, and every instrument layer from drums through vocals.

It maps the entire session flow: determining the ideal order of instruments (like scheduling drums before bass, then guitar, etc.) and building in those necessary breaks. But it doesn't stop there. You can run projections to see exactly what the total studio cost will be based on your booked time and local rates. Plus, you get a critical risk score that tells you if your planned recording hours actually fit within your reserved studio window, catching potential delays before they even happen. Connecting this through Vinkius gives your AI client access to all these planning tools in one place.

## Tools

### calculate_session_cost
Estimates the total financial expenditure required for your recording session.

### check_completion_probability
Assesses how likely you are to complete all planned recordings within your booked studio time.

### get_instrument_timeline
Calculates the structured recording timeline for every instrument in the session.

## Prompt Examples

**Prompt:** 
```
I have 3 songs to record. I expect about 2 takes per instrument, and each song is roughly 4 minutes long. I want a 10-minute buffer for setup between parts. What will my timeline look like?
```

**Response:** 
```
Your recording sequence starts with Drums, followed by Bass, Guitar, and Vocals. Each part includes your 10-minute buffer, ensuring a structured session.
```

**Prompt:** 
```
If my session is expected to last 5 hours and the studio rate is $100 per hour, what is my estimated cost?
```

**Response:** 
```
$500.00 is the estimated total cost for your 5-hour session.
```

**Prompt:** 
```
I have booked 4 hours of studio time, but my calculated recording duration is 4.5 hours. What is the probability I will finish on time?
```

**Response:** 
```
The completion probability is 0% with a High risk level, as your required duration exceeds your available studio window.
```

## Capabilities

### Map Instrument Workflow
Calculates the optimal sequential order for recording instruments like drums, bass, and vocals.

### Project Total Studio Cost
Estimates the final financial expenditure based on session length and hourly rates.

### Assess Timeliness Risk
Compares your required recording time against your booked studio slot to predict if you'll finish on schedule.

## Use Cases

### The 3-Day Album Shoot
A producer has booked three full days for an album. They ask their agent to use `get_instrument_timeline` to map out the best sequence of recording, and also run a cost check with `calculate_session_cost`. The system confirms the timeline is viable and gives them a budget breakdown under $15k.

### The Over-Budget Client
A studio manager needs to quote a client for a single day of work. They input the expected hours and local rates into `calculate_session_cost` and immediately tell the client, 'Your total estimate is $X.' No manual calculations needed.

### The Time Crunch Session
A band books four hours of studio time but estimates they'll need five. The agent runs `check_completion_probability` and gets a 'High Risk, 0%' score, forcing the band to cut material or extend their booking.

### Layering Complex Tracks
A sound engineer needs to record drums, bass, and multiple guitars. They ask for the ideal sequence using `get_instrument_timeline` to guarantee that each instrument gets its necessary buffer time between setups.

## Benefits

- Know your total expense upfront. The `calculate_session_cost` tool gives you a hard dollar figure for the entire session, so you never get surprised by unexpected billing.
- Build efficient workflows immediately. Instead of manually arranging layers in a spreadsheet, use `get_instrument_timeline` to map out the perfect sequence for drums, bass, and vocals.
- Avoid catastrophic delays. The `check_completion_probability` tool compares your expected recording time against booked hours, flagging major risks before you step into the studio.
- Structure complex shoots simply. This MCP handles instrument layering in a sequential workflow, ensuring every part gets its necessary setup and tuning buffers.
- Focus on music, not logistics. By automating scheduling, budgeting, and risk assessment, you cut out days of manual planning and spreadsheet cross-referencing.

## How It Works

The bottom line is you stop guessing about time and money; you start planning based on hard data.

1. Input the details of your project, including the list of instruments and the expected number of takes per track.
2. The MCP analyzes this data to generate a detailed sequence for recording each instrument while building in necessary setup buffers.
3. You get back a full timeline map, combined with cost projections and a completion probability score.

## Frequently Asked Questions

**How does the Recording Session Planner handle instrument order?**
The `get_instrument_timeline` tool calculates the optimal sequence for instruments. It ensures that complex setups are ordered logically—like putting drums first, then bass, etc.—and adds necessary breaks between each part.

**What is the difference between timeline and cost estimation with Recording Session Planner?**
The timeline tool figures out *when* things need to happen. The `calculate_session_cost` tool determines *how much* it will cost for that time, based on your hourly rates.

**What happens if my recording exceeds the booked studio hours?**
You can find out instantly using `check_completion_probability`. It gives you a risk score and percentage, telling you exactly how far over schedule you'll run before you even start.

**Can I use Recording Session Planner for different types of media?**
This MCP is specialized for music production. While it handles various instruments, its core logic is built around audio recording workflows and studio scheduling best practices.