← buckheadenergy.com

INDIVIDUAL MCP TOOL

get_recently_spudded_wells

Get wells recently spudded (drilling started) in Texas or Oklahoma, with operator, county, formation, and spud date — a real-time signal of where active drilling is happening.

buckheadenergy.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

buckheadenergy.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.buckheadenergy-com]
url = "https://www.buckheadenergy.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "buckheadenergy-com": {
      "type": "http",
      "url": "https://www.buckheadenergy.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: buckheadenergy-com
Remote MCP URL: https://www.buckheadenergy.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "buckheadenergy-com": {
      "url": "https://www.buckheadenergy.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "buckheadenergy-com": {
      "type": "http",
      "url": "https://www.buckheadenergy.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "buckheadenergy-com",
  "transport": "streamable-http",
  "url": "https://www.buckheadenergy.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_operator_profile — Get an oil & gas operator profile + summary counts of permits, recent spuds, new producers, and DUC inventory across Texas and Oklahoma.
  • get_operator_permits — Get an operator's drilling permits filed in Texas or Oklahoma over the last 24 months.
  • get_operator_recent_activity — Get an operator's consolidated recent drilling activity: 24mo permits, 90d spuds, 6mo new producers, and current DUC inventory in one response.
  • get_state_snapshot — Get the full Texas or Oklahoma oil & gas industry snapshot: counts (permits, DUCs, spuds, new producers, counties, formations) plus top 10 operators / counties / formations and latest 10 activity records of each kind.
  • get_top_operators — Get the top oil & gas operators in Texas or Oklahoma ranked by total well count, with recent permit + DUC + producing-well counts per operator.
  • get_top_producing_wells — Get the top 500 oil-producing wells AND top 500 gas-producing wells in Texas (lease-level) or Oklahoma (well-level) by latest reported monthly production volume.
  • get_state_recent_permits — Get recent oil & gas drilling permits filed in Texas or Oklahoma over the last 24 months.
  • get_county_drilling_activity — Get county-level drilling activity rankings for Texas or Oklahoma: total wells, recent permits, recent spuds, DUCs, top operator, and top formation per county.