You're viewing a demo portfolio

Join the waitlist
PRSM

tx_wells_near

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Find Texas oil & gas wells near a location using the Texas Railroad Commission (RRC) public well map (keyless public record). Given a longitude/latitude and a radius, returns the wells within it, each with its API well number, well number, and type/status (e.g. 'Oil Well', 'Gas Well', 'Permitted Location', 'Dry Hole', 'Injection/Disposal'), plus a breakdown by type. Use geocode_address first to turn a street address into coordinates. Texas covers the Permian and Eagle Ford basins. This is well LOCATION + type data; operator, production volumes, and permit dates are not in this layer.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "lat",
    "lon"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "description": "Latitude of the center point (WGS84), e.g. 31.9974."
    },
    "lon": {
      "type": "number",
      "description": "Longitude of the center point (WGS84), e.g. -102.0779."
    },
    "limit": {
      "type": "number",
      "description": "Max wells to return (default 25, max 100)."
    },
    "radius_km": {
      "type": "number",
      "description": "Search radius in kilometers (default 1.5, max 10)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
tx_wells_near — io.github.blackboxfoundry/livedatalink — PRSM MCP