DEVELOPER API

ExecGraph Energy
Developer API

Connect your agents and applications to Gulf Coast industrial intelligence.

What you get

32,551+ verified contacts at Gulf Coast refineries, chemical plants, and EPC firms. Facility asset data from EIA and OGIM. Equipment population estimates. Pursuit chain recommendations across five commercial journey types.

Delivered through a remote MCP server your agents can connect to in minutes.

Connect via MCP

The ExecGraph MCP server follows the Model Context Protocol standard. Connect from any MCP-compatible client.

CLAUDE CODE
claude mcp add --transport http \
  execgraph \
  https://execgraphenergy.com/api/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"
ANTHROPIC API
const response = await client
  .beta.messages.create({
  model: "claude-sonnet-4-6",
  mcp_servers: [{
    type: "url",
    url: "https://execgraphenergy.com/api/mcp",
    name: "execgraph",
    authorization_token:
      process.env.EXECGRAPH_API_KEY
  }],
  messages: [...]
})
ANY MCP CLIENT
URL: https://execgraphenergy.com/api/mcp
Auth: Bearer token
Key: Available in your account settings

Available tools

search_contacts

Search 32,551+ Gulf Coast contacts by company, facility, role, or seniority. Returns contacts with verified asset tags and confidence scores.

get_facility_assets

EIA-verified process unit capacities, OGIM infrastructure counts, and installed equipment estimates for 21 Gulf Coast facilities covering 5.1M BPD.

get_pursuit_chain

Recommended contact chain for a specific journey type at a facility. Covers maintenance MRO, turnaround, capital project, MSA, and spot purchase journeys.

get_equipment_estimate

Estimated valve, pump, and instrument populations with MRO and TAR dollar values by process unit and facility.

search_epc_contacts

Project engineers, procurement managers, and discipline leads at McDermott, KBR, CB&I, Fluor, Jacobs, and other Gulf Coast EPC firms.

get_category_managers

Corporate procurement and category manager contacts for MSA pursuit at major Gulf Coast operators.

Access and pricing

API access is available to ExecGraph subscribers. Your API key is available in your account settings under Developer Access.

Query volume and enterprise licensing available on request.

Example queries

Prompt: “Find reliability engineers at Motiva Port Arthur Refinery”

22 contacts found

John Martinez
Reliability Engineer
Motiva Port Arthur Refinery
Tags: DeltaV (probable), coker (inferred), API 653

[+ 21 more]

Prompt: “What is the equipment scope at the Motiva coker unit?”

Motiva Port Arthur — Delayed Coker
178,000 BPD · est. 4-5 drum pairs

Installed value:  $7.3M
Annual MRO:       $0.9M
TAR scope:        $3.0M per outage

Top equipment:
Switch valves (4-5) · $125K each
Unheading valves (8-10) · $65K each

Prompt: “Build a turnaround pursuit chain at Shell Deer Park for control valves”

Shell Deer Park — Turnaround
Control Valves · Readiness: 71%

Budget Authority (VP):
  [VP Operations contact]

Turnaround Manager:
  [TAR Manager contact]

Turnaround Planner:
  [TAR Planner contact]

Gap: Site Procurement —
  not yet identified

Actual contact details returned to authenticated API requests. Examples above show structure only.