MCP Server

Your AI already knows oil & gas

Connect Claude to 1.8M wells, production records, and regulatory data. Natural language queries over real state agency data.

Get your API key
Claude + Sondio MCP
Show me Devon Energy's producing wells in the Permian Basin
⚙ sondio.search_wells
Devon has 847 producing wells in the Permian across Lea and Eddy counties, NM. Average lateral length 9,400ft. Recent completions averaging 1,200 BOE/day IP30.
Top counties: Lea, NM 412 wells Eddy, NM 298 wells Reeves, TX 137 wells
Any incidents in the last 90 days?
⚙ sondio.search_incidents
3 incidents found. 2 minor spill reports in Lea County (both resolved), 1 open violation in Eddy County for produced water discharge.

6 curated tools

Each tool maps to a real API endpoint. Your AI gets structured data, not scraped HTML.

search_wells

Find wells by operator, state, county, basin, status. Returns structured well data with coordinates.

get_production

Monthly oil, gas, and water volumes for any well. Supports well-level and lease-level data.

search_incidents

State violations, spills, and enforcement actions. Filter by operator, type, date range.

nearby_wells

Find wells within a radius of any point or well. PostGIS proximity search up to 10 miles.

get_operators

Operator profiles with well counts, state presence, incident history, and production trends.

search_permits

Recent drilling permits. Track new activity by operator or area. Updated within hours of filing.

One config, instant access

Add to your Claude Desktop config and start querying.

// claude_desktop_config.json
{
  "mcpServers": {
    "sondio": {
      "command": "npx",
      "args": ["-y", "@sondio/mcp-client"],
      "env": {
        "SONDIO_API_KEY": "sk_sondio_..."
      }
    }
  }
}

Give your AI real data

Free tier includes 100 API calls/month. No credit card required.

Get your API key