# Fetch diesel prices in Houston, Texas by MCP

**Use case:** 

Fetch live diesel prices in Houston, Texas via the MCP server for AI assistants: station, address, distance, and prices. Pay per result.

## Input

```json
{
  "search": "Los Angeles, CA",
  "fuel": 1,
  "lang": "en",
  "maxAge": 0
}
```

## Output

```json
{
  "id": {
    "label": "ID"
  },
  "name": {
    "label": "Station"
  },
  "address_line1": {
    "label": "Address"
  },
  "address_locality": {
    "label": "City"
  },
  "address_region": {
    "label": "State"
  },
  "address_postalCode": {
    "label": "ZIP"
  },
  "distance": {
    "label": "Distance (mi)",
    "format": "number"
  },
  "priceUnit": {
    "label": "Price Unit"
  },
  "price_cash": {
    "label": "Cash Price",
    "format": "number"
  },
  "price_cash_postedTime": {
    "label": "Cash Posted",
    "format": "date"
  },
  "price_credit": {
    "label": "Credit Price",
    "format": "number"
  },
  "price_credit_postedTime": {
    "label": "Credit Posted",
    "format": "date"
  },
  "ratingsCount": {
    "label": "Ratings",
    "format": "number"
  },
  "starRating": {
    "label": "Stars",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [FuelPrices | Pay Per Result, Easy to Use, No Cookies](https://apify.com/johnvc/fuelprices) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/fuelprices) to learn more, explore other use cases, and run it yourself.