# ComboCurve MCP for AI Agents AI Agent Connect

> ComboCurve lets your AI agent manage oil and gas production forecasts, well data, and project valuations directly through the ComboCurve API. It connects your agent to real-world energy data so you can pull production volumes, check well statuses, and analyze decline curves without switching tabs.

## Overview
- **Category:** erp-operations
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_5YuxGMumQ0brukdbNLwSynrade2PzFndNt5hXOYM/ai-agent-connect
- **Tags:** oil-and-gas, forecasting, valuation, production-reporting, well-management, energy-data

## Description

The ComboCurve MCP connects your AI agent to the ComboCurve platform, the cloud-based energy solution for forecasting and reporting in the oil and gas industry. It lets you move away from the manual process of logging into a heavy platform just to find a few numbers. You can ask your agent to pull production volumes, check well statuses, or look up forecast curves directly. It handles the heavy lifting of querying the data so you can get the answers you need in a chat. Instead of navigating through layers of menus and exporting spreadsheets, you just get the facts. It's a huge time saver for anyone who needs to stay on top of energy data without getting bogged down in the interface. Petroleum engineers can use it to monitor well health, while financial analysts can pull the data needed for valuation metrics. It turns a tedious data-gathering task into a simple conversation. You can get monthly volumes for specific projects or see the decline curves for individual wells without leaving your workspace. It provides a direct line to your energy data, making it easier to spot trends and make decisions faster. You can find this and hundreds of other tools in the Vinkius catalog to build out your specific workflow.

## Tools

### get_forecast
Get the specific details for a single production forecast. This shows you exactly what to expect for a specific period.

### get_monthly_volumes
Pull the monthly forecasted oil and gas volumes for a project. Use this to track progress against your monthly targets.

### get_project
Fetch all the metadata and configurations for a specific project. This gives you a complete overview of project parameters.

### get_scenario_details
See the specifics of a production scenario within a project. This helps you compare different potential outcomes.

### get_well
Retrieve deep-dive information on a specific well's history and status. It provides a full picture of individual well performance.

### list_forecasts
Get a full list of forecasts associated with a project. This makes it easy to see all planned production paths.

### list_projects
See every project currently managed in the platform. Use this to get a high-level view of your active portfolio.

### list_scenarios
View all production scenarios for a specific project. This helps you see the range of possibilities for your assets.

### list_wells
Get a complete list of all wells in the system. Use this to audit your total well count and status.

### search_wells_by_name
Find specific wells quickly using their name or unique ID. This saves time when you need to jump to a specific asset.

## Prompt Examples

**Prompt:** 
```
What are the monthly production volumes for the Permian project?
```

**Response:** 
```
Here are the monthly production volumes for the **Permian Project**:

| Month | Oil (bbl) | Gas (Mcf) |
| :--- | :--- | :--- |
| Jan 2026 | 12,400 | 450 |
| Feb 2026 | 11,800 | 420 |
| Mar 2026 | 11,200 | 390 |

The decline rate is currently averaging **4.8% per month**.
```

**Prompt:** 
```
Can you find the well with ID 'W-992' and tell me its status?
```

**Response:** 
```
I found well **W-992** in the system:

*   **Status:** Active
*   **Location:** Eagle Ford Basin
*   **Last Update:** Today, 08:45 AM
*   **Current Production:** 1,200 bbl/day

Would you like to see the full production history for this well?
```

**Prompt:** 
```
List all the production scenarios for the Eagle Ford project.
```

**Response:** 
```
There are **3 production scenarios** currently active for the **Eagle Ford Project**:

1.  **Base Case**: Standard decline curve with 100% infrastructure.
2.  **Accelerated**: 15% increase in production via additional pump upgrades.
3.  **Conservative**: Reduced output due to planned maintenance in Q3.
```

## Capabilities

### Pull monthly production volumes
Get the forecasted oil and gas output for specific projects in a single request.

### Find wells by name or ID
Locate specific wells quickly using geographic filters or unique identifiers.

### View production forecast scenarios
Access different production paths and decline curves for your assets.

### List all active projects
Retrieve a complete list of all projects currently managed in the platform.

### Check real-time well status
Monitor the current status and production trends of individual wells.

### Retrieve production history
Pull the historical performance data for any specific well in your portfolio.

## Use Cases

### Checking well decline rates
A petroleum engineer needs to know the decline rate for a specific well. They ask the agent to use get_well to find the history.

### Verifying project targets
A financial analyst wants to know if a project is on track. They ask the agent to use get_monthly_volumes to see the latest numbers.

### Auditing active projects
An ops manager needs a list of all active projects. They ask the agent to use list_projects to get a quick status update.

### Comparing production scenarios
A team lead wants to see all different production scenarios. They ask the agent to use list_scenarios to compare different outcomes.

## Benefits

- Get production volumes instantly by using get_monthly_volumes to skip manual data exports.
- Find assets faster with search_wells_by_name to locate specific wells without clicking through maps.
- Analyze trends quickly with list_forecasts to see all upcoming production targets at once.
- Evaluate deals faster by pulling valuation metrics with get_project and get_scenario_details.
- Monitor operations in real time using list_wells to keep a pulse on your entire field.
- Simplify reporting by using get_forecast to pull specific data points for your weekly updates.

## How It Works

The bottom line is you get instant access to energy production data without leaving your chat interface.

1. Add the ComboCurve integration to your AI client.
2. Provide your Service Account credentials (API Key + JWT Bearer Token).
3. Query your energy data via natural language commands.

## Frequently Asked Questions

**Can I use the ComboCurve MCP to see my production forecasts?**
Yes, it pulls monthly production volumes and decline curves directly from the platform. This lets you see your expected output without opening the full software.

**How does the ComboCurve MCP help with well management?**
It allows you to search for wells by name or ID and retrieve their full status and history. You can quickly audit your assets using natural language.

**Can my AI agent pull valuation data from the ComboCurve MCP?**
Yes, it can retrieve project metadata and scenario details. This is useful for pulling metrics needed for deal evaluations and well economics.

**Does the ComboCurve MCP work for the Permian Basin?**
Yes, it can search for and retrieve data on projects and wells across any region supported by the ComboCurve platform, including the Permian Basin.

**Can I get a list of all projects in the ComboCurve MCP?**
Yes, your AI agent can pull a complete list of all projects currently managed in the system, giving you a high-level view of your portfolio.

**How do I use the ComboCurve MCP for financial analysis?**
You can use it to quickly extract project details and various production scenarios. This helps you gather the core data needed for valuation and economic modeling.

**How do I get my ComboCurve API key?**
Go to **Admin > API Keys** in the ComboCurve UI and generate a new key. Copy it and paste it below.

**What is the Bearer Token?**
ComboCurve uses a JWT (Bearer Token) generated from a Service Account for authentication. You can generate it using their SDKs or a custom script.

**Can I update well data?**
The current version focuses on reading data. Write operations for wells and forecasts may be added in future updates.