# Sucker Rod Pump Design Engine AI Agent Connect

> Technical design engine for API 11L compliant sucker rod pump configurations.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_oHRC5SR9rPIntE5lidNICIUWYTbWXtGLgB4rCVmy/ai-agent-connect
- **Tags:** api-11l, sucker-rod-pump, well-design, petroleum-engineering, mechanical-load

## Description

This MCP server provides a complete technical suite for designing sucker rod pumping (SRP) systems according to API 11L standards. It allows AI agents to calculate optimal pump dimensions, validate rod string integrity, select appropriate surface units, and determine prime mover requirements. Use `get_pump_configuration` to establish initial parameters, `validate_rod_string` to ensure mechanical safety, `select_surface_unit` to match equipment to loads, and `calculate_prime_mover` to size the motor horsepower.

## Tools

### calculate_prime_mover
Calculates the required motor horsepower to drive the surface unit

### get_pump_configuration
Determines the necessary pump dimensions and operating parameters to meet a specific production target

### select_surface_unit
Identifies the appropriate surface pumping unit based on the calculated mechanical requirements

### validate_rod_string
Checks if a specific rod string configuration can safely support the loads generated by the pump design

## Prompt Examples

**Prompt:** 
```
Calculate a pump configuration for a well with 5000ft depth, PI of 0.5, target rate of 200 bpd, and fluid density of 8.6 ppg.
```

**Response:** 
```
The recommended configuration includes a plunger diameter of 1.75 inches, a stroke length of 86 inches, and a pumping speed of 6.5 SPM to achieve the 200 bpd target.
```

**Prompt:** 
```
Is a rod string with 12 ppg fluid density, 5000ft depth, and 2.0 inch plunger safe if the rod weight is 2.5 lb/ft and strength is 100,000 psi?
```

**Response:** 
```
Yes, the rod string configuration is safe with a calculated safety factor of 2.1.
```

**Prompt:** 
```
What motor horsepower is needed for a unit with a 25,000 lb peak load, 100 inch stroke, 7 SPM, and 85% efficiency?
```

**Response:** 
```
The required motor power is 28.5 HP, and a 30 HP motor is recommended.
```

## Frequently Asked Questions

**What standards does this engine follow?**
The design calculations and component sizing follow the industry-standard API 11L methodology.

**How can I ensure my rod string is safe?**
You can use the `validate_rod_string` tool to check if your configuration can safely support the calculated peak loads based on material strength and depth.

**Can I select a surface unit using this MCP?**
Yes, the `select_surface_unit` tool identifies appropriate API-category surface units based on your peak load, stroke length, and pumping speed.
