# FOV to Focal Length Converter MCP for AI Agents MCP

> The FOV to Focal Length Converter helps you calculate the precise relationship between a lens's focal length and its resulting field of view (FOV). It supports multiple sensor types, including Full Frame, APS-C, M4/3, and 1-inch cameras. Simply tell your AI agent what angle you need or what lens you are using, and it gives you the exact math required for accurate photography planning.

## Overview
- **Category:** mathematics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_6M7ca0hAO74W7ndS14kvr0KrbpYT8siDSP2qpB4u/mcp
- **Tags:** camera, lens, fov, focal-length, sensor, photography-math

## Description

Figuring out camera gear is complicated. You might know your desired field of view in degrees, but not how to pick a specific focal length for the job. This MCP handles those tricky optical calculations instantly. It converts between horizontal Field of View (FOV) and lens focal lengths across several popular sensor formats: Full Frame, APS-C, Micro Four Thirds (M4/3), and 1-inch. Your agent uses this math to solve complex camera geometry problems so you don't have to open a spreadsheet or cross-reference multiple guides. When your workflow needs reliable optical data—for example, determining the precise lens needed for a specific angle—you can rely on it. Vinkius hosts this MCP alongside thousands of others, making it one place to get all the math help your creative process demands.

## Tools

### calculate_focal_length_from_fov
Finds the necessary lens focal length when you specify a target field of view and sensor type.

### calculate_fov_from_focal_length
Predicts what your horizontal field of view will be, given a specific focal length and sensor size.

### get_sensor_equivalence
Calculates the crop factor or Full Frame equivalent for various camera sensors (e.g., 1-inch).

## Prompt Examples

**Prompt:** 
```
What focal length do I need to shoot a 60 degree view on an APS-C sensor?
```

**Response:** 
```
Here's the breakdown for that shot:

*   **Target FOV:** 60 degrees
*   **Sensor Type:** APS-C
*   **Required Focal Length:** 24.1mm

You need a lens with a focal length of approximately 24.1mm to hit the 60-degree target on your current body. This is based on standard sensor geometry.
```

**Prompt:** 
```
If I use my 50mm lens on an M4/3 camera, what's the FOV?
```

**Response:** 
```
Using a 50mm focal length on Micro Four Thirds (M4/3) yields a horizontal field of view of approximately 25.81 degrees. This is great for general-purpose shots in tighter spaces.

| Parameter | Value |
| :--- | :--- |
| Focal Length | 50mm |
| Sensor Type | M4/3 |
| FOV Result | **25.81°** |
```

**Prompt:** 
```
What is the crop factor for a 1-inch sensor compared to Full Frame?
```

**Response:** 
```
The crop factor for a 1-inch sensor is approximately 2.3x.

This means that while your lens might be rated at, say, 50mm, it will appear about 2.3 times more magnified than the same lens on a Full Frame camera. Always account for this when planning your composition.
```

## Capabilities

### Determine Required Focal Length from FOV
Calculates the precise focal length needed for a lens to achieve a specific angle of view.

### Predict FOV from Given Focal Length
Takes a known lens focal length and predicts the resulting horizontal field of view in degrees.

### Understand Sensor Scaling Factors
Determines crop factors, showing how different sensor sizes (like 1-inch vs. Full Frame) affect apparent magnification.

## Use Cases

### Framing a Landscape Shot
A photographer needs to capture a specific mountain peak that must fill 30 degrees of the frame. They ask their agent, and using calculate_focal_length_from_fov, they immediately get the required lens focal length for their APS-C body, preventing wasted time on inaccurate gear testing.

### Checking Gear Compatibility
A client wants to use a 50mm prime lens but isn't sure how it looks on their compact 1-inch camera. The agent runs get_sensor_equivalence and tells them the actual crop factor, giving the correct sense of scale.

### Pre-visualization for Video
A videographer needs to know if a standard 24mm lens will capture enough scope for an interior shot. They use calculate_fov_from_focal_length and get the precise degree reading, allowing them to adjust their camera angle before shooting day.

### Comparing Sensor Options
A new shooter is deciding between a Full Frame body and an M4/3 body. They use get_sensor_equivalence to understand the magnitude of difference in crop factor, helping them make an informed purchasing decision.

## Benefits

- Calculate the exact lens required. Instead of guessing, use calculate_focal_length_from_fov to nail down the precise focal length needed for any angle.
- Plan shots instantly. Know your field of view before you leave the house by running a prediction with calculate_fov_from_focal_length.
- Compare gear accurately. Use get_sensor_equivalence to understand how different camera bodies (like 1-inch vs Full Frame) will affect your image size.
- Save time on set. You immediately get mathematically sound answers, cutting out hours of manual calculation and guesswork in post-production planning.
- Maintain consistency across projects. Quickly model how lens choices change the apparent magnification when switching sensor formats.

## How It Works

The bottom line is: you get immediate, mathematically verified camera geometry calculations without manual math.

1. You provide your agent with the starting variables: either a target FOV and sensor type, or a specific focal length and sensor type.
2. The MCP runs the necessary mathematical formula, considering the chosen sensor's physical dimensions (e.g., Full Frame vs. APS-C).
3. Your agent returns the precise calculated value—either the required focal length in millimeters or the predicted FOV in degrees.

## Frequently Asked Questions

**How does the FOV to Focal Length Converter MCP help me plan my shots?**
It lets you calculate precise lens requirements based on the angle you want. Instead of guessing, you tell it your desired degrees of view, and it outputs the exact focal length in millimeters for any sensor type.

**Can I use this MCP if I switch from a Full Frame camera to an APS-C one?**
Yes. The MCP handles multiple popular sensors, including Full Frame and APS-C. It automatically adjusts the math so you can reliably compare gear across different body types.

**What is sensor equivalence? Do I need to use get_sensor_equivalence?**
Sensor equivalence tells you how much a smaller camera's image size (like 1-inch) is magnified compared to the industry standard Full Frame. It helps you understand your true crop factor instantly.

**Does this MCP just give me general advice, or does it use real math?**
It uses precise optical geometry formulas. You get mathematically verified calculations for focal lengths and fields of view; no estimates or general rules are used here.

**What if I know the lens but not the FOV? Which tool should I use?**
Use calculate_fov_from_focal_length. You input your known focal length and sensor type, and it predicts the exact horizontal field of view you'll get.