Back to Browse

Petro MCP Server

by Petropt
Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for petroleum engineering: LAS logs, decline curves, PVT, petrophysics, volumetrics.

About

MCP server for petroleum engineering: LAS logs, decline curves, PVT, petrophysics, volumetrics.

Security Report

5.2
Moderate5.2Moderate Risk

petro-mcp is a well-engineered petroleum engineering calculations server with strong input validation, proper error handling, and clear correlation implementations. The code is clean, well-documented, and does not exhibit malicious patterns or credential handling issues. Permissions are appropriate for its domain (environment variables and network access are typical for developer tools). Minor code quality suggestions around exception handling breadth do not materially impact security. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

4 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-petropt-petro-mcp": {
      "args": [
        "petro-mcp"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

petro-mcp

Python 3.10+ License: MIT

A Model Context Protocol server for petroleum engineering calculations.

Install

pip install petro-mcp

Run

petro-mcp                              # start the MCP server (stdio)
petro-mcp --list-tools                 # list available tool groups
petro-mcp --tools las,decline          # load only specific groups
petro-mcp --allowed-paths /data/wells  # restrict file reads to a directory

Tool groups

GroupTools
lasRead LAS 2.0 well log files (header, curves, depth-filtered curve data); compare two or more wells
productionLoad production data from CSV (date, well, oil/gas/water rates)
declineArps decline-curve fitting (exponential, hyperbolic, harmonic); EUR
pvtBubble point, black-oil PVT properties, gas Z-factor
petrophysicsShale volume, density porosity, Archie water saturation, net pay
reservoirVolumetric OOIP/OGIP, recovery factor, P/Z gas material balance
unitsOilfield unit conversion

Dependencies

  • mcp >= 1.0
  • lasio >= 0.31 (LAS file parsing)
  • numpy >= 1.24
  • scipy >= 1.10

License

MIT.

Reviews

No reviews yet

Be the first to review this server!