@agentutility/mcp-locale 0.8.3 → 0.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -50,46 +50,46 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
50
50
 
51
51
  | Tool | Description |
52
52
  |---|---|
53
- | `address-geocode` | (0.02 USDC/call) Geocoder / forward geocoder / address to lat-lng / address-to-coordinates / postal-code lookup / place-name resolver / Nominatim geocoder / OpenStreetMap geocoding API. Converts a free-form address, postal code, place name, or POI into latitude/longitude plus a structured address breakdown (house number, road, city, county, state, postcode, country) and bounding box. Returns a ranked list of matches with importance scores. Backed by OSM Nominatim — global coverage, attribution required by ODbL. |
54
- | `air-quality` | (0.005 USDC/call) Air quality API / AQI / US AQI / European AQI / PM2.5 / PM10 / ozone / nitrogen dioxide / sulphur dioxide / carbon monoxide / Open-Meteo air-quality forecast. Returns current pollutant readings and AQI category for any latitude/longitude, with optional hourly forecast rows for the next 1-72 hours. Air-quality data from Open-Meteo. |
55
- | `airport-code-lookup` | (0.005 USDC/call) Airport code lookup API / IATA airport info / ICAO airport metadata. Same OurAirports-backed handler as iata-airport-info, indexed for agents resolving airport codes to airport name, municipality, country, region, coordinates, elevation, scheduled-service flag, homepage, and Wikipedia link. |
56
- | `airport-delays` | (0.02 USDC/call) FAA airport delays / ground stops / ground delay programs (GDP) / arrival-departure delay feed / NAS Status / FAA OIS air-traffic disruption monitor / weather-driven program changes. Live US airport disruption events from the FAA National Airspace System Status feed: ground stops, GDPs, AFPs, arrival/departure delays, and closures with reason and timing. Filter by IATA-3 airport and event type. Federal public — no auth, no rate-limit hassle. |
57
- | `astro-times` | (0.002 USDC/call) Sunrise sunset times. Computes sunrise, sunset, solar noon, day length (seconds), and civil / nautical / astronomical twilight begin & end for any latitude/longitude on any date. Also covers golden hour, dawn / dusk, and full astronomy-times. UTC ISO8601 strings. Wraps sunrise-sunset.org's public API — no auth, commercial-OK. |
58
- | `bin-lookup` | (0.02 USDC/call) Credit card BIN lookup / bin lookup / IIN lookup. First 6-8 digits to issuer, country, brand, card type. binlist.net. Fraud screening, payment routing, geo-risk. |
59
- | `bin-lookup-api` | (0.02 USDC/call) BIN lookup API / card BIN checker / IIN issuer lookup. Same BIN/IIN backend as iin-lookup, indexed for agents resolving first 6-8 card digits to scheme, issuer, country, card type, prepaid/debit/credit signal, and payment-routing metadata. |
60
- | `building-permits` | (0.03 USDC/call) Building permits lookup / construction permit search / DOB permit fetch / city open-data permits / real-estate due-diligence / property permit history. Multi-city: NYC (DOB), San Francisco, Chicago, Los Angeles, Seattle, Austin each city's open-data Socrata feed normalized to a common permit shape (permit_id, type, status, description, address, zip, filed/issued/expiration dates, applicant, work category). Filter by address substring, permit status, permit type, and recency window. Real-estate, construction, and code-compliance primitive. |
61
- | `building-permits-api` | (0.03 USDC/call) Building permits API / construction permit lookup / city permit search. Same city open-data handler as building-permits, indexed for agents checking property permit history, work type, filed and issued dates, applicant, status, and address matches. |
62
- | `card-bin-lookup` | (0.02 USDC/call) Credit card BIN lookup / IIN lookup / card-issuer lookup. First 6-8 digits to issuer bank, country, brand (Visa/Mastercard/Amex/Discover/JCB/UnionPay), card type (debit/credit/prepaid). Use for fraud screening, payment routing, geo-risk. |
63
- | `city-weather` | (0.01 USDC/call) City weather API / current weather by city name / instant weather lookup. Same Open-Meteo geocoding plus forecast backend as weather-current-city, exposed under concise buyer wording. |
64
- | `climate-data` | (0.005 USDC/call) Climate data API / historical weather data / daily temperature, precipitation, humidity, wind, and solar radiation for latitude/longitude. Returns bounded daily point data from NASA POWER for up to 366 days. Good for agriculture, energy, insurance, climate risk screening, and weather-normalized analysis. Data from NASA POWER. |
65
- | `construction-permit-search` | (0.03 USDC/call) Construction permit search API / property permit history / municipal building permit lookup. Same multi-city permit backend as building-permits, exposed for real-estate, construction, due-diligence, and code-compliance agents. |
66
- | `country-info` | (0.002 USDC/call) Country info lookup. Resolves country metadata by common name, ISO 3166 alpha-2/alpha-3 code, or capital city. Returns capital, region, population, area, currencies, languages, timezones, calling code, flag emoji, neighbors. Wraps the public REST Countries v3.1 API — no auth, commercial-OK. |
67
- | `current` | (0.01 USDC/call) Current weather API / instant weather by city name / weather current endpoint. Exact buyer-demand slug for city weather lookups: geocodes a city or place name, then returns current Open-Meteo temperature, feels-like, humidity, wind, precipitation, weather code, timezone, and optional short forecast. |
68
- | `current-weather` | (0.005 USDC/call) Current weather lookup / live weather conditions / temperature, humidity, precipitation, wind, and WMO condition code for a latitude/longitude. Optional hourly and daily forecast included. |
53
+ | `address-geocode` | (0.02 USDC/call) Converts a free-form address, postal code, place name, or POI into latitude/longitude. Returns a ranked list of matches with importance scores, a structured address breakdown (house number, road, city, county, state, postcode, country), and a bounding box. Backed by OSM Nominatim — global coverage, attribution required by ODbL. Use it as a forward geocoder, address to lat-lng converter, address-to-coordinates lookup, postal-code lookup, place-name resolver, Nominatim geocoder, or OpenStreetMap geocoding API. |
54
+ | `air-quality` | (0.005 USDC/call) Returns current air quality readings and AQI category for any latitude/longitude, with optional hourly forecast rows for the next 1-72 hours. Air-quality data from Open-Meteo. Use it as an air quality API covering US AQI, European AQI, PM2.5, PM10, ozone, nitrogen dioxide, sulphur dioxide, and carbon monoxide. |
55
+ | `airport-code-lookup` | (0.005 USDC/call) Resolves airport codes to airport name, municipality, country, region, coordinates, elevation, scheduled-service flag, homepage, and Wikipedia link. Same OurAirports-backed handler as iata-airport-info. Use it as an airport code lookup API for IATA airport info or ICAO airport metadata. |
56
+ | `airport-delays` | (0.02 USDC/call) Reports live US airport delays, ground stops, and closures from the FAA National Airspace System Status feed. Covers ground stops, ground delay programs (GDPs), AFPs, arrival/departure delays, and closures with reason and timing, filterable by IATA-3 airport and event type. Federal public data — no auth, no rate-limit hassle. Use it as an FAA airport delays feed, arrival-departure delay feed, NAS Status source, FAA OIS air-traffic disruption monitor, or weather-driven program-change tracker. |
57
+ | `astro-times` | (0.005 USDC/call) Sunrise sunset times. Computes sunrise, sunset, solar noon, day length (seconds), and civil / nautical / astronomical twilight begin & end for any latitude/longitude on any date. Also covers golden hour, dawn / dusk, and full astronomy-times. UTC ISO8601 strings. Wraps sunrise-sunset.org's public API — no auth, commercial-OK. |
58
+ | `bin-lookup` | (0.02 USDC/call) Looks up a credit card BIN: the first 6-8 digits resolve to issuer, country, brand, and card type via binlist.net. Useful for fraud screening, payment routing, and geo-risk. Use it as a bin lookup or IIN lookup. |
59
+ | `bin-lookup-api` | (0.02 USDC/call) Looks up card BINs, resolving the first 6-8 card digits to scheme, issuer, country, card type, prepaid/debit/credit signal, and payment-routing metadata. Same BIN/IIN backend as iin-lookup. Use it as a BIN lookup API, card BIN checker, or IIN issuer lookup. |
60
+ | `building-permits` | (0.03 USDC/call) Searches building permits across six US cities for real-estate due diligence: NYC (DOB), San Francisco, Chicago, Los Angeles, Seattle, and Austin. Each city's open-data Socrata feed is normalized to a common permit shape (permit_id, type, status, description, address, zip, filed/issued/expiration dates, applicant, work category), with filters for address substring, permit status, permit type, and recency window. A real-estate, construction, and code-compliance primitive. Use it as a construction permit search, DOB permit fetch, city open-data permits API, or property permit history lookup. |
61
+ | `building-permits-api` | (0.03 USDC/call) Searches city building permits, checking property permit history, work type, filed and issued dates, applicant, status, and address matches. Same city open-data handler as building-permits. Use it as a building permits API, construction permit lookup, or city permit search. |
62
+ | `card-bin-lookup` | (0.02 USDC/call) Resolves the first 6-8 digits of a card number to issuer bank, country, brand (Visa/Mastercard/Amex/Discover/JCB/UnionPay), and card type (debit/credit/prepaid). Use it as a credit card BIN lookup, IIN lookup, or card-issuer lookup for fraud screening, payment routing, and geo-risk. |
63
+ | `city-weather` | (0.01 USDC/call) Returns current weather by city name with an instant geocoded lookup. Same Open-Meteo geocoding plus forecast backend as weather-current-city, exposed under concise buyer wording. Use it as a city weather API or instant weather lookup. |
64
+ | `climate-data` | (0.005 USDC/call) Returns historical daily temperature, precipitation, humidity, wind, and solar radiation for any latitude/longitude. Bounded daily point data from NASA POWER for up to 366 days. Good for agriculture, energy, insurance, climate risk screening, and weather-normalized analysis. Use it as a climate data API or historical weather data source. |
65
+ | `construction-permit-search` | (0.03 USDC/call) Searches construction permits and property permit history for real-estate, construction, due-diligence, and code-compliance agents. Same multi-city permit backend as building-permits. Use it as a construction permit search API or municipal building permit lookup. |
66
+ | `country-info` | (0.005 USDC/call) Country info lookup. Resolves country metadata by common name, ISO 3166 alpha-2/alpha-3 code, or capital city. Returns capital, region, population, area, currencies, languages, timezones, calling code, flag emoji, neighbors. Wraps the public REST Countries v3.1 API — no auth, commercial-OK. |
67
+ | `current` | (0.01 USDC/call) Instant current weather by city name: geocodes a city or place name, then returns current Open-Meteo temperature, feels-like, humidity, wind, precipitation, weather code, timezone, and optional short forecast. Exact buyer-demand slug for city weather lookups. Use it as a current weather API or weather current endpoint. |
68
+ | `current-weather` | (0.005 USDC/call) Looks up current weather conditions for a latitude/longitude: temperature, humidity, precipitation, wind, and WMO condition code. Optional hourly and daily forecast included. Use it as a live weather conditions lookup. |
69
69
  | `current-weather-city` | (0.01 USDC/call) Current weather city lookup / city-name weather conditions. Geocodes a city name and returns current Open-Meteo conditions with optional forecast, timezone, and alternate place matches. |
70
- | `earthquakes-recent` | (0.002 USDC/call) Earthquake / recent earthquakes API / USGS earthquake feed. Returns recent earthquakes from USGS for any time window (hour, day, week, month) above a magnitude threshold. Includes location, magnitude, depth, tsunami flag. Each quake includes magnitude + type, depth (km), place, ISO8601 time, lat/lon, tsunami flag, USGS event URL, and felt-report count when available. Wraps USGS GeoJSON summary feeds - public domain, no auth. |
71
- | `flight-status` | (0.01 USDC/call) Flight status / live aircraft position / flight tracker / ICAO24 lookup / callsign lookup / aircraft bounding-box / OpenSky Network state-vector wrapper. Pass icao24 (6-char hex transponder, e.g. 'a808c5'), a callsign (e.g. 'UAL124'), or a bbox {lamin,lamax,lomin,lomax}. Returns last-known position, altitude, speed, heading, on-ground flag, and origin country per aircraft. Live flight data from OpenSky Network. |
72
- | `geocode` | (0.02 USDC/call) Geocode API / geocoder / forward geocode / address to coordinates / place name to latitude-longitude / postal-code lookup / OpenStreetMap Nominatim. Exact short alias for address-geocode so agents searching for 'geocode' can discover the same global address/place resolver. Converts a free-form address, postal code, place name, or POI into latitude/longitude, ranked matches, structured address fields, importance scores, and bounding boxes. |
73
- | `holiday-lookup` | (0.002 USDC/call) Holiday calendar. Public holidays, bank holidays, and federal holidays for any country and year. ISO 3166-1 country codes. Returns date, local name, English name, type (public/observance/regional), and scope. Wraps the public Nager.Date API — no auth, commercial-OK. |
74
- | `iata-airport-info` | (0.005 USDC/call) IATA airport code lookup / ICAO airport lookup / airport metadata / airport name resolver / airport coordinates / airport-to-city. Resolves a 3-letter IATA code (SFO, JFK, LHR) or 4-letter ICAO code (KSFO, KJFK, EGLL) to airport name, type (large/medium/small/heliport/seaplane), latitude/longitude, elevation, continent, country, region, municipality, scheduled-service flag, home page URL, and Wikipedia link. Backed by the OurAirports CC0 public dataset covers ~75k airports worldwide. For live FAA delays/ground-stops see airport-delays. |
75
- | `iin-lookup` | (0.02 USDC/call) IIN lookup / issuer identification number API / card BIN checker. Resolves the first 6-8 card digits to scheme, issuer, country, card type, and prepaid/debit/credit signals using binlist.net. |
70
+ | `earthquakes-recent` | (0.003 USDC/call) Returns recent earthquakes from USGS for any time window (hour, day, week, month) above a magnitude threshold. Each quake includes magnitude + type, depth (km), place, ISO8601 time, lat/lon, tsunami flag, USGS event URL, and felt-report count when available. Wraps USGS GeoJSON summary feeds, public domain, no auth. Use it as a recent earthquakes API or USGS earthquake feed. |
71
+ | `flight-status` | (0.01 USDC/call) Tracks live aircraft positions from the OpenSky Network. Pass icao24 (6-char hex transponder, e.g. 'a808c5'), a callsign (e.g. 'UAL124'), or a bbox {lamin,lamax,lomin,lomax}; returns last-known position, altitude, speed, heading, on-ground flag, and origin country per aircraft. Use it as a flight status check, flight tracker, ICAO24 lookup, callsign lookup, aircraft bounding-box query, or OpenSky state-vector wrapper. |
72
+ | `geocode` | (0.02 USDC/call) Geocodes addresses and place names to coordinates; exact short alias for address-geocode so agents searching for 'geocode' can discover the same global resolver. Converts a free-form address, postal code, place name, or POI into latitude/longitude, ranked matches, structured address fields, importance scores, and bounding boxes via OpenStreetMap Nominatim. Use it as a geocode API, forward geocoder, address to coordinates converter, or place name to latitude-longitude lookup. |
73
+ | `holiday-lookup` | (0.005 USDC/call) Holiday calendar. Public holidays, bank holidays, and federal holidays for any country and year. ISO 3166-1 country codes. Returns date, local name, English name, type (public/observance/regional), and scope. Wraps the public Nager.Date API — no auth, commercial-OK. |
74
+ | `iata-airport-info` | (0.005 USDC/call) Looks up airport metadata from an IATA or ICAO code. Resolves a 3-letter IATA code (SFO, JFK, LHR) or 4-letter ICAO code (KSFO, KJFK, EGLL) to airport name, type (large/medium/small/heliport/seaplane), latitude/longitude, elevation, continent, country, region, municipality, scheduled-service flag, home page URL, and Wikipedia link. Backed by the OurAirports CC0 public dataset covering ~75k airports worldwide; for live FAA delays/ground-stops see airport-delays. Use it as an IATA airport code lookup, ICAO airport lookup, airport name resolver, airport coordinates source, or airport-to-city mapper. |
75
+ | `iin-lookup` | (0.02 USDC/call) Resolves an issuer identification number (the first 6-8 card digits) to scheme, issuer, country, card type, and prepaid/debit/credit signals using binlist.net. Use it as an IIN lookup or card BIN checker. |
76
76
  | `property-tax` | (0.01 USDC/call) Property tax lookup. Search a county's open-data assessor dataset by street address or parcel ID and return parcel id, owner, assessed and market value, sqft, year built, zoning, and a permalink to the source portal. Covers NYC PLUTO, SF Assessor Roll, and Cook County (Chicago) — open-data CC0 sources. Same backend as property-tax-assessment under a more search-friendly slug. |
77
- | `property-tax-assessment` | (0.01 USDC/call) Property tax assessor lookup / parcel record search / assessed value finder / owner-name lookup / lot-and-block lookup / NYC PLUTO + SF Assessor Roll + Cook County (Chicago) / municipal assessor record / real-estate due diligence / zoning + sqft + year-built check. Search a county's open-data assessor dataset by street address or parcel/BBL/APN identifier. Returns parcel id, owner, assessed and market value, building area (sqft), lot size, year built, zoning code, and a permalink to the source open-data portal. Open-data, CC0-licensed sources only no proprietary commercial assessor feed. |
78
- | `reverse-geocode` | (0.02 USDC/call) Reverse geocoder / lat-lng to address / coordinates to address / coords to street / GPS to postal code / what-city-is-this / Nominatim reverse / OpenStreetMap reverse-geocoding API. Converts a latitude/longitude pair into a structured address (house_number, road, neighborhood, suburb, city, county, state, postcode, country, country_code) plus a human-readable display_name, place type, OSM id, and bounding box. Configurable zoom level controls address granularity (street vs. neighborhood vs. city). OSM Nominatim — global coverage, ODbL attribution required. |
79
- | `satellite-address` | (0.01 USDC/call) Address to satellite image / one-call address → cloud-free Sentinel-2 thumbnail / postal-code satellite snapshot / place-name to space view. Composes OpenStreetMap Nominatim geocoding with the Sentinel Hub Processing API: caller sends a free-form address and gets back both the geocoded address metadata and a recent cloud-free Sentinel-2 PNG centered on the best match. Optional NASA GIBS MODIS fallback for regional views. JSON output contains: { query, geocode_result, lat, lon, zoom, bbox, data_base64, license, attribution, ... }. |
80
- | `satellite-bbox` | (0.02 USDC/call) Bounding-box satellite composite / Sentinel-2 cloud-free mosaic / region satellite snapshot / arbitrary bbox to imagery. Returns a single PNG composite over an arbitrary lat/lon bounding box, sourced from the least-cloudy Sentinel-2 observation per pixel across the requested date range (mosaickingOrder=leastCC). Output dimensions auto-scale to bbox aspect ratio. Native 10m resolution. Bbox area capped at 4 sq-deg per call — larger regions should be stitched from multiple calls. JSON output includes { bbox, time_range, size, data_base64, license, attribution, ... }. |
81
- | `satellite-change` | (0.05 USDC/call) Satellite before/after / change detection / Sentinel-2 time-series diff / construction monitoring / deforestation tracker / fire-burn-scar imagery. Renders two cloud-free Sentinel-2 composites of the same bounding box anchored at two dates, each averaged over the window_days prior. Returns both base64 PNGs side-by-side so clients can display, animate, or pixel-diff them. Use cases: construction-site progress, vegetation change, wildfire burn scars, port/parking-lot activity, glacier retreat. Native 10m. Bbox area 4 sq-deg. |
82
- | `satellite-tile` | (0.005 USDC/call) Satellite imagery tile / lat-lon to satellite PNG / Sentinel-2 tile API / cloud-free satellite snapshot / agent-callable satellite imagery. Returns a recent cloud-free Sentinel-2 (10m) PNG centered on a lat/lon at a slippy-map zoom level. Default source: CDSE Sentinel Hub Processing API with mosaickingOrder=leastCC over the prior 30 days (configurable via days_back). Optional NASA GIBS MODIS Terra (~250m) source for regional zoom 9 with zero quota. Output is JSON: { source, lat, lon, zoom, bbox, data_base64, license, attribution, ... }. License: Copernicus open data (CC BY-SA 3.0 IGO) or NASA public domain; attribution string included in every response. |
83
- | `sports-schedule` | (0.01 USDC/call) Sports schedule / MLB / NBA / NHL / NFL / WNBA / MLS / EPL / La Liga / Bundesliga / Serie A — next games + recent results / sports schedule API / TheSportsDB v1 wrapper. Pass a league code; scope='upcoming' (default) returns the next 15 events with start time, venue, teams. scope='recent' returns last 15 completed games including scores. Data from TheSportsDB. |
84
- | `sunrise-sunset` | (0.002 USDC/call) Sunrise sunset times. Returns sunrise, sunset, solar noon, day length, and civil / nautical / astronomical twilight begin and end for any latitude/longitude on any date. Also covers golden-hour and dawn / dusk. Same backend as astro-times under a more search-friendly slug. UTC ISO8601 strings. |
85
- | `timezone-convert` | (0.001 USDC/call) Timezone convert / IANA tz conversion / DST-aware time arithmetic / wall-clock to UTC / convert across cities. Convert a datetime from one IANA timezone to another. ISO-8601 input bare wall-time strings are interpreted in the from_tz, fully-qualified offsets are honored. DST is handled correctly (uses V8's built-in tzdata via Intl.DateTimeFormat). Returns both formatted strings, both UTC offsets, and the difference in hours. |
86
- | `timezone-lookup` | (0.001 USDC/call) Timezone lookup. Returns IANA timezone, UTC offset, DST status, current local time, and DST transitions for any latitude/longitude or city name. Wraps the public TimeAPI.io endpoint — no auth, commercial-OK. |
87
- | `vin-decode` | (0.005 USDC/call) VIN decoder / VIN lookup / decode VIN / vehicle identification number / NHTSA vPIC wrapper. Pass a 17-char VIN; returns make, model, model_year, manufacturer, plant country, body class, vehicle type, fuel type, engine cylinders/displacement/HP, drive type, transmission, GVWR, safety features (ABS, traction control, airbags), and any decode errors. Includes a `valid_checksum` flag (ISO 3779 mod-11 check; reliable for North-American VINs). Backed by NHTSA's vPIC data (US Govt public domain). |
88
- | `visa-requirements` | (0.005 USDC/call) Visa requirements / passport visa lookup / visa-free travel checker / e-visa + visa-on-arrival lookup / passport-index / travel eligibility / Schengen + ESTA-style entry rules. Given a passport country and destination, returns whether entry is visa-free, e-visa, visa-on-arrival, or visa-required, plus permitted stay in days and a human-readable status string. Pass full_matrix to get the entire 200x200 visa matrix for the passport. Backed by the public CC-BY passport-index-dataset. |
89
- | `weather` | (0.005 USDC/call) Weather API / weather forecast / current weather / hourly forecast. Returns current conditions plus 1-7 day daily forecast and optional hourly forecast for any latitude/longitude. Daily includes temp max/min, precipitation, sunrise/sunset, UV index. Open-Meteo backend. |
90
- | `weather-api` | (0.005 USDC/call) Weather API / current weather API / forecast API. Returns current conditions, hourly forecast, and 1-7 day daily forecast for latitude/longitude with metric or imperial units. Open-Meteo backend. |
91
- | `weather-current-city` | (0.01 USDC/call) Current weather by city / city weather API / instant weather lookup by place name. Geocodes a city or place name with Open-Meteo, chooses the best match with optional country_code, then returns current temperature, feels-like, humidity, wind, precipitation, WMO weather code, timezone, and optional daily/hourly forecast from Open-Meteo. |
92
- | `weather-forecast` | (0.005 USDC/call) Weather forecast / hourly forecast / current weather / temperature / precipitation / UV index / sunrise-sunset / Open-Meteo / weather API. Returns current conditions, a 1-7 day daily forecast, and an optional hourly forecast for any latitude/longitude. Daily includes temp max/min, precipitation total + probability, sunrise/sunset, max UV index, and WMO weather code. Current includes temperature, apparent temperature, humidity %, wind speed/direction, precipitation, weather code, and is_day. Metric or imperial units. Wraps the public Open-Meteo API no auth, commercial-OK, CC-BY 4.0. |
77
+ | `property-tax-assessment` | (0.01 USDC/call) Searches county assessor records by address or parcel ID for owner, assessed value, and property details. Covers open-data assessor datasets including NYC PLUTO, SF Assessor Roll, and Cook County (Chicago); search by street address or parcel/BBL/APN identifier. Returns parcel id, owner, assessed and market value, building area (sqft), lot size, year built, zoning code, and a permalink to the source open-data portal. Open-data, CC0-licensed sources only; no proprietary commercial assessor feed. Use it as a property tax assessor lookup, parcel record search, owner-name lookup, lot-and-block lookup, or a zoning + sqft + year-built check for real-estate due diligence. |
78
+ | `reverse-geocode` | (0.02 USDC/call) Converts latitude/longitude coordinates into a structured street address. Returns house_number, road, neighborhood, suburb, city, county, state, postcode, country, and country_code, plus a human-readable display_name, place type, OSM id, and bounding box; a configurable zoom level controls address granularity (street vs. neighborhood vs. city). OSM Nominatim — global coverage, ODbL attribution required. Use it as a reverse geocoder, lat-lng to address, coords to street, GPS to postal code, what-city-is-this lookup, Nominatim reverse, or OpenStreetMap reverse-geocoding API. |
79
+ | `satellite-address` | (0.01 USDC/call) Turns a street address into a cloud-free satellite image in one call. Composes OpenStreetMap Nominatim geocoding with the Sentinel Hub Processing API: send a free-form address and get back both the geocoded address metadata and a recent cloud-free Sentinel-2 PNG centered on the best match, with an optional NASA GIBS MODIS fallback for regional views. JSON output contains: { query, geocode_result, lat, lon, zoom, bbox, data_base64, license, attribution, ... }. Use it as an address to satellite image, postal-code satellite snapshot, or place-name to space view. |
80
+ | `satellite-bbox` | (0.02 USDC/call) Builds a cloud-free Sentinel-2 mosaic over any bounding box and returns it as a single PNG composite. Sourced from the least-cloudy Sentinel-2 observation per pixel across the requested date range (mosaickingOrder=leastCC); output dimensions auto-scale to the bbox aspect ratio at native 10m resolution. Bbox area capped at 4 sq-deg per call — larger regions should be stitched from multiple calls. JSON output includes { bbox, time_range, size, data_base64, license, attribution, ... }. Use it as a bounding-box satellite composite, region satellite snapshot, or arbitrary bbox to imagery API. |
81
+ | `satellite-change` | (0.05 USDC/call) Renders before/after satellite images of the same area for change detection. Produces two cloud-free Sentinel-2 composites of the same bounding box anchored at two dates, each averaged over the window_days prior, and returns both base64 PNGs side-by-side so clients can display, animate, or pixel-diff them. Use cases: construction-site progress, vegetation change, wildfire burn scars, port/parking-lot activity, glacier retreat. Native 10m; bbox area up to 4 sq-deg. Use it as a Sentinel-2 time-series diff, construction monitoring feed, deforestation tracker, or fire-burn-scar imagery source. |
82
+ | `satellite-tile` | (0.005 USDC/call) Returns a recent cloud-free satellite image (Sentinel-2, 10m) as a PNG centered on a lat/lon at a slippy-map zoom level. Default source: CDSE Sentinel Hub Processing API with mosaickingOrder=leastCC over the prior 30 days (configurable via days_back); optional NASA GIBS MODIS Terra (~250m) source for regional zoom <=9 with zero quota. Output is JSON: { source, lat, lon, zoom, bbox, data_base64, license, attribution, ... }. License: Copernicus open data (CC BY-SA 3.0 IGO) or NASA public domain; attribution string included in every response. Use it as a satellite imagery tile, lat-lon to satellite PNG, Sentinel-2 tile API, or agent-callable cloud-free satellite snapshot. |
83
+ | `sports-schedule` | (0.01 USDC/call) Returns upcoming games and recent results for major sports leagues: MLB, NBA, NHL, NFL, WNBA, MLS, EPL, La Liga, Bundesliga, and Serie A. Pass a league code; scope='upcoming' (default) returns the next 15 events with start time, venue, and teams, while scope='recent' returns the last 15 completed games including scores. Data from TheSportsDB. Use it as a sports schedule API or TheSportsDB v1 wrapper. |
84
+ | `sunrise-sunset` | (0.005 USDC/call) Sunrise sunset times. Returns sunrise, sunset, solar noon, day length, and civil / nautical / astronomical twilight begin and end for any latitude/longitude on any date. Also covers golden-hour and dawn / dusk. Same backend as astro-times under a more search-friendly slug. UTC ISO8601 strings. |
85
+ | `timezone-convert` | (0.005 USDC/call) Converts a datetime from one IANA timezone to another with correct DST handling. ISO-8601 input: bare wall-time strings are interpreted in the from_tz, fully-qualified offsets are honored. DST is handled correctly (uses V8's built-in tzdata via Intl.DateTimeFormat). Returns both formatted strings, both UTC offsets, and the difference in hours. Use it for DST-aware time arithmetic, wall-clock to UTC conversion, or converting across cities. |
86
+ | `timezone-lookup` | (0.005 USDC/call) Timezone lookup. Returns IANA timezone, UTC offset, DST status, current local time, and DST transitions for any latitude/longitude or city name. Wraps the public TimeAPI.io endpoint — no auth, commercial-OK. |
87
+ | `vin-decode` | (0.005 USDC/call) Decodes a 17-character VIN into full vehicle details, backed by NHTSA's vPIC data (US Govt public domain). Returns make, model, model_year, manufacturer, plant country, body class, vehicle type, fuel type, engine cylinders/displacement/HP, drive type, transmission, GVWR, safety features (ABS, traction control, airbags), and any decode errors. Includes a `valid_checksum` flag (ISO 3779 mod-11 check; reliable for North-American VINs). Use it as a VIN decoder, VIN lookup, vehicle identification number resolver, or NHTSA vPIC wrapper. |
88
+ | `visa-requirements` | (0.005 USDC/call) Checks visa requirements between any passport and destination country. Returns whether entry is visa-free, e-visa, visa-on-arrival, or visa-required, plus permitted stay in days and a human-readable status string; pass full_matrix to get the entire 200x200 visa matrix for the passport. Backed by the public CC-BY passport-index-dataset. Use it as a passport visa lookup, visa-free travel checker, e-visa + visa-on-arrival lookup, passport-index query, travel eligibility check, or Schengen + ESTA-style entry-rules reference. |
89
+ | `weather` | (0.005 USDC/call) Current conditions and forecast for any latitude/longitude. Returns present weather plus a 1-7 day daily forecast (temp max/min, precipitation, sunrise/sunset, UV index) and an optional hourly forecast. A simple weather API on the Open-Meteo backend. |
90
+ | `weather-api` | (0.005 USDC/call) Weather API returning current conditions, hourly forecast, and a 1-7 day daily forecast for any latitude/longitude. Metric or imperial units. Open-Meteo backend. Use it as a current weather API or forecast API. |
91
+ | `weather-current-city` | (0.01 USDC/call) Returns current weather for any city or place name, no coordinates needed. Geocodes the name with Open-Meteo, chooses the best match with optional country_code, then returns current temperature, feels-like, humidity, wind, precipitation, WMO weather code, timezone, and optional daily/hourly forecast from Open-Meteo. Use it as a city weather API or instant weather lookup by place name. |
92
+ | `weather-forecast` | (0.005 USDC/call) Returns current conditions, a 1-7 day daily forecast, and an optional hourly forecast for any latitude/longitude. Daily includes temp max/min, precipitation total + probability, sunrise/sunset, max UV index, and WMO weather code. Current includes temperature, apparent temperature, humidity %, wind speed/direction, precipitation, weather code, and is_day. Metric or imperial units. Wraps the public Open-Meteo API, no auth, commercial-OK, CC-BY 4.0. Use it as a weather forecast API, hourly forecast, current weather, temperature, or UV index and sunrise-sunset lookup. |
93
93
 
94
94
  ## How it works
95
95
 
@@ -110,4 +110,4 @@ The agent never sees the payment flow — it just gets the result.
110
110
 
111
111
  ---
112
112
 
113
- **Version:** 0.8.3 · **License:** MIT
113
+ **Version:** 0.8.6 · **License:** MIT
@@ -1,11 +1,11 @@
1
1
  /** Auto-generated by scripts/generate-mcp-clusters.mjs. Do not edit by hand. */
2
2
  export const CLUSTER_SLUG = "locale";
3
- export const VERSION = "0.8.3";
3
+ export const VERSION = "0.8.6";
4
4
  export const TOOLS = [
5
5
  {
6
6
  "name": "address-geocode",
7
7
  "http_name": "address-geocode",
8
- "description": "(0.02 USDC/call) Geocoder / forward geocoder / address to lat-lng / address-to-coordinates / postal-code lookup / place-name resolver / Nominatim geocoder / OpenStreetMap geocoding API. Converts a free-form address, postal code, place name, or POI into latitude/longitude plus a structured address breakdown (house number, road, city, county, state, postcode, country) and bounding box. Returns a ranked list of matches with importance scores. Backed by OSM Nominatim — global coverage, attribution required by ODbL.",
8
+ "description": "(0.02 USDC/call) Converts a free-form address, postal code, place name, or POI into latitude/longitude. Returns a ranked list of matches with importance scores, a structured address breakdown (house number, road, city, county, state, postcode, country), and a bounding box. Backed by OSM Nominatim — global coverage, attribution required by ODbL. Use it as a forward geocoder, address to lat-lng converter, address-to-coordinates lookup, postal-code lookup, place-name resolver, Nominatim geocoder, or OpenStreetMap geocoding API.",
9
9
  "method": "POST",
10
10
  "input_schema": {
11
11
  "type": "object",
@@ -31,7 +31,7 @@ export const TOOLS = [
31
31
  {
32
32
  "name": "air-quality",
33
33
  "http_name": "air-quality",
34
- "description": "(0.005 USDC/call) Air quality API / AQI / US AQI / European AQI / PM2.5 / PM10 / ozone / nitrogen dioxide / sulphur dioxide / carbon monoxide / Open-Meteo air-quality forecast. Returns current pollutant readings and AQI category for any latitude/longitude, with optional hourly forecast rows for the next 1-72 hours. Air-quality data from Open-Meteo.",
34
+ "description": "(0.005 USDC/call) Returns current air quality readings and AQI category for any latitude/longitude, with optional hourly forecast rows for the next 1-72 hours. Air-quality data from Open-Meteo. Use it as an air quality API covering US AQI, European AQI, PM2.5, PM10, ozone, nitrogen dioxide, sulphur dioxide, and carbon monoxide.",
35
35
  "method": "POST",
36
36
  "input_schema": {
37
37
  "type": "object",
@@ -62,7 +62,7 @@ export const TOOLS = [
62
62
  {
63
63
  "name": "airport-code-lookup",
64
64
  "http_name": "airport-code-lookup",
65
- "description": "(0.005 USDC/call) Airport code lookup API / IATA airport info / ICAO airport metadata. Same OurAirports-backed handler as iata-airport-info, indexed for agents resolving airport codes to airport name, municipality, country, region, coordinates, elevation, scheduled-service flag, homepage, and Wikipedia link.",
65
+ "description": "(0.005 USDC/call) Resolves airport codes to airport name, municipality, country, region, coordinates, elevation, scheduled-service flag, homepage, and Wikipedia link. Same OurAirports-backed handler as iata-airport-info. Use it as an airport code lookup API for IATA airport info or ICAO airport metadata.",
66
66
  "method": "POST",
67
67
  "input_schema": {
68
68
  "type": "object",
@@ -80,7 +80,7 @@ export const TOOLS = [
80
80
  {
81
81
  "name": "airport-delays",
82
82
  "http_name": "airport-delays",
83
- "description": "(0.02 USDC/call) FAA airport delays / ground stops / ground delay programs (GDP) / arrival-departure delay feed / NAS Status / FAA OIS air-traffic disruption monitor / weather-driven program changes. Live US airport disruption events from the FAA National Airspace System Status feed: ground stops, GDPs, AFPs, arrival/departure delays, and closures with reason and timing. Filter by IATA-3 airport and event type. Federal public — no auth, no rate-limit hassle.",
83
+ "description": "(0.02 USDC/call) Reports live US airport delays, ground stops, and closures from the FAA National Airspace System Status feed. Covers ground stops, ground delay programs (GDPs), AFPs, arrival/departure delays, and closures with reason and timing, filterable by IATA-3 airport and event type. Federal public data — no auth, no rate-limit hassle. Use it as an FAA airport delays feed, arrival-departure delay feed, NAS Status source, FAA OIS air-traffic disruption monitor, or weather-driven program-change tracker.",
84
84
  "method": "POST",
85
85
  "input_schema": {
86
86
  "type": "object",
@@ -106,7 +106,7 @@ export const TOOLS = [
106
106
  {
107
107
  "name": "astro-times",
108
108
  "http_name": "astro-times",
109
- "description": "(0.002 USDC/call) Sunrise sunset times. Computes sunrise, sunset, solar noon, day length (seconds), and civil / nautical / astronomical twilight begin & end for any latitude/longitude on any date. Also covers golden hour, dawn / dusk, and full astronomy-times. UTC ISO8601 strings. Wraps sunrise-sunset.org's public API — no auth, commercial-OK.",
109
+ "description": "(0.005 USDC/call) Sunrise sunset times. Computes sunrise, sunset, solar noon, day length (seconds), and civil / nautical / astronomical twilight begin & end for any latitude/longitude on any date. Also covers golden hour, dawn / dusk, and full astronomy-times. UTC ISO8601 strings. Wraps sunrise-sunset.org's public API — no auth, commercial-OK.",
110
110
  "method": "POST",
111
111
  "input_schema": {
112
112
  "type": "object",
@@ -133,7 +133,7 @@ export const TOOLS = [
133
133
  {
134
134
  "name": "bin-lookup",
135
135
  "http_name": "bin-lookup",
136
- "description": "(0.02 USDC/call) Credit card BIN lookup / bin lookup / IIN lookup. First 6-8 digits to issuer, country, brand, card type. binlist.net. Fraud screening, payment routing, geo-risk.",
136
+ "description": "(0.02 USDC/call) Looks up a credit card BIN: the first 6-8 digits resolve to issuer, country, brand, and card type via binlist.net. Useful for fraud screening, payment routing, and geo-risk. Use it as a bin lookup or IIN lookup.",
137
137
  "method": "POST",
138
138
  "input_schema": {
139
139
  "type": "object",
@@ -150,7 +150,7 @@ export const TOOLS = [
150
150
  {
151
151
  "name": "bin-lookup-api",
152
152
  "http_name": "bin-lookup-api",
153
- "description": "(0.02 USDC/call) BIN lookup API / card BIN checker / IIN issuer lookup. Same BIN/IIN backend as iin-lookup, indexed for agents resolving first 6-8 card digits to scheme, issuer, country, card type, prepaid/debit/credit signal, and payment-routing metadata.",
153
+ "description": "(0.02 USDC/call) Looks up card BINs, resolving the first 6-8 card digits to scheme, issuer, country, card type, prepaid/debit/credit signal, and payment-routing metadata. Same BIN/IIN backend as iin-lookup. Use it as a BIN lookup API, card BIN checker, or IIN issuer lookup.",
154
154
  "method": "POST",
155
155
  "input_schema": {
156
156
  "type": "object",
@@ -167,7 +167,7 @@ export const TOOLS = [
167
167
  {
168
168
  "name": "building-permits",
169
169
  "http_name": "building-permits",
170
- "description": "(0.03 USDC/call) Building permits lookup / construction permit search / DOB permit fetch / city open-data permits / real-estate due-diligence / property permit history. Multi-city: NYC (DOB), San Francisco, Chicago, Los Angeles, Seattle, Austin each city's open-data Socrata feed normalized to a common permit shape (permit_id, type, status, description, address, zip, filed/issued/expiration dates, applicant, work category). Filter by address substring, permit status, permit type, and recency window. Real-estate, construction, and code-compliance primitive.",
170
+ "description": "(0.03 USDC/call) Searches building permits across six US cities for real-estate due diligence: NYC (DOB), San Francisco, Chicago, Los Angeles, Seattle, and Austin. Each city's open-data Socrata feed is normalized to a common permit shape (permit_id, type, status, description, address, zip, filed/issued/expiration dates, applicant, work category), with filters for address substring, permit status, permit type, and recency window. A real-estate, construction, and code-compliance primitive. Use it as a construction permit search, DOB permit fetch, city open-data permits API, or property permit history lookup.",
171
171
  "method": "POST",
172
172
  "input_schema": {
173
173
  "type": "object",
@@ -205,7 +205,7 @@ export const TOOLS = [
205
205
  {
206
206
  "name": "building-permits-api",
207
207
  "http_name": "building-permits-api",
208
- "description": "(0.03 USDC/call) Building permits API / construction permit lookup / city permit search. Same city open-data handler as building-permits, indexed for agents checking property permit history, work type, filed and issued dates, applicant, status, and address matches.",
208
+ "description": "(0.03 USDC/call) Searches city building permits, checking property permit history, work type, filed and issued dates, applicant, status, and address matches. Same city open-data handler as building-permits. Use it as a building permits API, construction permit lookup, or city permit search.",
209
209
  "method": "POST",
210
210
  "input_schema": {
211
211
  "type": "object",
@@ -243,7 +243,7 @@ export const TOOLS = [
243
243
  {
244
244
  "name": "card-bin-lookup",
245
245
  "http_name": "card-bin-lookup",
246
- "description": "(0.02 USDC/call) Credit card BIN lookup / IIN lookup / card-issuer lookup. First 6-8 digits to issuer bank, country, brand (Visa/Mastercard/Amex/Discover/JCB/UnionPay), card type (debit/credit/prepaid). Use for fraud screening, payment routing, geo-risk.",
246
+ "description": "(0.02 USDC/call) Resolves the first 6-8 digits of a card number to issuer bank, country, brand (Visa/Mastercard/Amex/Discover/JCB/UnionPay), and card type (debit/credit/prepaid). Use it as a credit card BIN lookup, IIN lookup, or card-issuer lookup for fraud screening, payment routing, and geo-risk.",
247
247
  "method": "POST",
248
248
  "input_schema": {
249
249
  "type": "object",
@@ -260,7 +260,7 @@ export const TOOLS = [
260
260
  {
261
261
  "name": "city-weather",
262
262
  "http_name": "city-weather",
263
- "description": "(0.01 USDC/call) City weather API / current weather by city name / instant weather lookup. Same Open-Meteo geocoding plus forecast backend as weather-current-city, exposed under concise buyer wording.",
263
+ "description": "(0.01 USDC/call) Returns current weather by city name with an instant geocoded lookup. Same Open-Meteo geocoding plus forecast backend as weather-current-city, exposed under concise buyer wording. Use it as a city weather API or instant weather lookup.",
264
264
  "method": "POST",
265
265
  "input_schema": {
266
266
  "type": "object",
@@ -295,7 +295,7 @@ export const TOOLS = [
295
295
  {
296
296
  "name": "climate-data",
297
297
  "http_name": "climate-data",
298
- "description": "(0.005 USDC/call) Climate data API / historical weather data / daily temperature, precipitation, humidity, wind, and solar radiation for latitude/longitude. Returns bounded daily point data from NASA POWER for up to 366 days. Good for agriculture, energy, insurance, climate risk screening, and weather-normalized analysis. Data from NASA POWER.",
298
+ "description": "(0.005 USDC/call) Returns historical daily temperature, precipitation, humidity, wind, and solar radiation for any latitude/longitude. Bounded daily point data from NASA POWER for up to 366 days. Good for agriculture, energy, insurance, climate risk screening, and weather-normalized analysis. Use it as a climate data API or historical weather data source.",
299
299
  "method": "POST",
300
300
  "input_schema": {
301
301
  "type": "object",
@@ -340,7 +340,7 @@ export const TOOLS = [
340
340
  {
341
341
  "name": "construction-permit-search",
342
342
  "http_name": "construction-permit-search",
343
- "description": "(0.03 USDC/call) Construction permit search API / property permit history / municipal building permit lookup. Same multi-city permit backend as building-permits, exposed for real-estate, construction, due-diligence, and code-compliance agents.",
343
+ "description": "(0.03 USDC/call) Searches construction permits and property permit history for real-estate, construction, due-diligence, and code-compliance agents. Same multi-city permit backend as building-permits. Use it as a construction permit search API or municipal building permit lookup.",
344
344
  "method": "POST",
345
345
  "input_schema": {
346
346
  "type": "object",
@@ -378,7 +378,7 @@ export const TOOLS = [
378
378
  {
379
379
  "name": "country-info",
380
380
  "http_name": "country-info",
381
- "description": "(0.002 USDC/call) Country info lookup. Resolves country metadata by common name, ISO 3166 alpha-2/alpha-3 code, or capital city. Returns capital, region, population, area, currencies, languages, timezones, calling code, flag emoji, neighbors. Wraps the public REST Countries v3.1 API — no auth, commercial-OK.",
381
+ "description": "(0.005 USDC/call) Country info lookup. Resolves country metadata by common name, ISO 3166 alpha-2/alpha-3 code, or capital city. Returns capital, region, population, area, currencies, languages, timezones, calling code, flag emoji, neighbors. Wraps the public REST Countries v3.1 API — no auth, commercial-OK.",
382
382
  "method": "POST",
383
383
  "input_schema": {
384
384
  "type": "object",
@@ -405,7 +405,7 @@ export const TOOLS = [
405
405
  {
406
406
  "name": "current",
407
407
  "http_name": "current",
408
- "description": "(0.01 USDC/call) Current weather API / instant weather by city name / weather current endpoint. Exact buyer-demand slug for city weather lookups: geocodes a city or place name, then returns current Open-Meteo temperature, feels-like, humidity, wind, precipitation, weather code, timezone, and optional short forecast.",
408
+ "description": "(0.01 USDC/call) Instant current weather by city name: geocodes a city or place name, then returns current Open-Meteo temperature, feels-like, humidity, wind, precipitation, weather code, timezone, and optional short forecast. Exact buyer-demand slug for city weather lookups. Use it as a current weather API or weather current endpoint.",
409
409
  "method": "POST",
410
410
  "input_schema": {
411
411
  "type": "object",
@@ -444,7 +444,7 @@ export const TOOLS = [
444
444
  {
445
445
  "name": "current-weather",
446
446
  "http_name": "current-weather",
447
- "description": "(0.005 USDC/call) Current weather lookup / live weather conditions / temperature, humidity, precipitation, wind, and WMO condition code for a latitude/longitude. Optional hourly and daily forecast included.",
447
+ "description": "(0.005 USDC/call) Looks up current weather conditions for a latitude/longitude: temperature, humidity, precipitation, wind, and WMO condition code. Optional hourly and daily forecast included. Use it as a live weather conditions lookup.",
448
448
  "method": "POST",
449
449
  "input_schema": {
450
450
  "type": "object",
@@ -518,7 +518,7 @@ export const TOOLS = [
518
518
  {
519
519
  "name": "earthquakes-recent",
520
520
  "http_name": "earthquakes-recent",
521
- "description": "(0.002 USDC/call) Earthquake / recent earthquakes API / USGS earthquake feed. Returns recent earthquakes from USGS for any time window (hour, day, week, month) above a magnitude threshold. Includes location, magnitude, depth, tsunami flag. Each quake includes magnitude + type, depth (km), place, ISO8601 time, lat/lon, tsunami flag, USGS event URL, and felt-report count when available. Wraps USGS GeoJSON summary feeds - public domain, no auth.",
521
+ "description": "(0.003 USDC/call) Returns recent earthquakes from USGS for any time window (hour, day, week, month) above a magnitude threshold. Each quake includes magnitude + type, depth (km), place, ISO8601 time, lat/lon, tsunami flag, USGS event URL, and felt-report count when available. Wraps USGS GeoJSON summary feeds, public domain, no auth. Use it as a recent earthquakes API or USGS earthquake feed.",
522
522
  "method": "POST",
523
523
  "input_schema": {
524
524
  "type": "object",
@@ -561,7 +561,7 @@ export const TOOLS = [
561
561
  {
562
562
  "name": "flight-status",
563
563
  "http_name": "flight-status",
564
- "description": "(0.01 USDC/call) Flight status / live aircraft position / flight tracker / ICAO24 lookup / callsign lookup / aircraft bounding-box / OpenSky Network state-vector wrapper. Pass icao24 (6-char hex transponder, e.g. 'a808c5'), a callsign (e.g. 'UAL124'), or a bbox {lamin,lamax,lomin,lomax}. Returns last-known position, altitude, speed, heading, on-ground flag, and origin country per aircraft. Live flight data from OpenSky Network.",
564
+ "description": "(0.01 USDC/call) Tracks live aircraft positions from the OpenSky Network. Pass icao24 (6-char hex transponder, e.g. 'a808c5'), a callsign (e.g. 'UAL124'), or a bbox {lamin,lamax,lomin,lomax}; returns last-known position, altitude, speed, heading, on-ground flag, and origin country per aircraft. Use it as a flight status check, flight tracker, ICAO24 lookup, callsign lookup, aircraft bounding-box query, or OpenSky state-vector wrapper.",
565
565
  "method": "POST",
566
566
  "input_schema": {
567
567
  "type": "object",
@@ -598,7 +598,7 @@ export const TOOLS = [
598
598
  {
599
599
  "name": "geocode",
600
600
  "http_name": "geocode",
601
- "description": "(0.02 USDC/call) Geocode API / geocoder / forward geocode / address to coordinates / place name to latitude-longitude / postal-code lookup / OpenStreetMap Nominatim. Exact short alias for address-geocode so agents searching for 'geocode' can discover the same global address/place resolver. Converts a free-form address, postal code, place name, or POI into latitude/longitude, ranked matches, structured address fields, importance scores, and bounding boxes.",
601
+ "description": "(0.02 USDC/call) Geocodes addresses and place names to coordinates; exact short alias for address-geocode so agents searching for 'geocode' can discover the same global resolver. Converts a free-form address, postal code, place name, or POI into latitude/longitude, ranked matches, structured address fields, importance scores, and bounding boxes via OpenStreetMap Nominatim. Use it as a geocode API, forward geocoder, address to coordinates converter, or place name to latitude-longitude lookup.",
602
602
  "method": "POST",
603
603
  "input_schema": {
604
604
  "type": "object",
@@ -624,7 +624,7 @@ export const TOOLS = [
624
624
  {
625
625
  "name": "holiday-lookup",
626
626
  "http_name": "holiday-lookup",
627
- "description": "(0.002 USDC/call) Holiday calendar. Public holidays, bank holidays, and federal holidays for any country and year. ISO 3166-1 country codes. Returns date, local name, English name, type (public/observance/regional), and scope. Wraps the public Nager.Date API — no auth, commercial-OK.",
627
+ "description": "(0.005 USDC/call) Holiday calendar. Public holidays, bank holidays, and federal holidays for any country and year. ISO 3166-1 country codes. Returns date, local name, English name, type (public/observance/regional), and scope. Wraps the public Nager.Date API — no auth, commercial-OK.",
628
628
  "method": "POST",
629
629
  "input_schema": {
630
630
  "type": "object",
@@ -647,7 +647,7 @@ export const TOOLS = [
647
647
  {
648
648
  "name": "iata-airport-info",
649
649
  "http_name": "iata-airport-info",
650
- "description": "(0.005 USDC/call) IATA airport code lookup / ICAO airport lookup / airport metadata / airport name resolver / airport coordinates / airport-to-city. Resolves a 3-letter IATA code (SFO, JFK, LHR) or 4-letter ICAO code (KSFO, KJFK, EGLL) to airport name, type (large/medium/small/heliport/seaplane), latitude/longitude, elevation, continent, country, region, municipality, scheduled-service flag, home page URL, and Wikipedia link. Backed by the OurAirports CC0 public dataset covers ~75k airports worldwide. For live FAA delays/ground-stops see airport-delays.",
650
+ "description": "(0.005 USDC/call) Looks up airport metadata from an IATA or ICAO code. Resolves a 3-letter IATA code (SFO, JFK, LHR) or 4-letter ICAO code (KSFO, KJFK, EGLL) to airport name, type (large/medium/small/heliport/seaplane), latitude/longitude, elevation, continent, country, region, municipality, scheduled-service flag, home page URL, and Wikipedia link. Backed by the OurAirports CC0 public dataset covering ~75k airports worldwide; for live FAA delays/ground-stops see airport-delays. Use it as an IATA airport code lookup, ICAO airport lookup, airport name resolver, airport coordinates source, or airport-to-city mapper.",
651
651
  "method": "POST",
652
652
  "input_schema": {
653
653
  "type": "object",
@@ -665,7 +665,7 @@ export const TOOLS = [
665
665
  {
666
666
  "name": "iin-lookup",
667
667
  "http_name": "iin-lookup",
668
- "description": "(0.02 USDC/call) IIN lookup / issuer identification number API / card BIN checker. Resolves the first 6-8 card digits to scheme, issuer, country, card type, and prepaid/debit/credit signals using binlist.net.",
668
+ "description": "(0.02 USDC/call) Resolves an issuer identification number (the first 6-8 card digits) to scheme, issuer, country, card type, and prepaid/debit/credit signals using binlist.net. Use it as an IIN lookup or card BIN checker.",
669
669
  "method": "POST",
670
670
  "input_schema": {
671
671
  "type": "object",
@@ -713,7 +713,7 @@ export const TOOLS = [
713
713
  {
714
714
  "name": "property-tax-assessment",
715
715
  "http_name": "property-tax-assessment",
716
- "description": "(0.01 USDC/call) Property tax assessor lookup / parcel record search / assessed value finder / owner-name lookup / lot-and-block lookup / NYC PLUTO + SF Assessor Roll + Cook County (Chicago) / municipal assessor record / real-estate due diligence / zoning + sqft + year-built check. Search a county's open-data assessor dataset by street address or parcel/BBL/APN identifier. Returns parcel id, owner, assessed and market value, building area (sqft), lot size, year built, zoning code, and a permalink to the source open-data portal. Open-data, CC0-licensed sources only no proprietary commercial assessor feed.",
716
+ "description": "(0.01 USDC/call) Searches county assessor records by address or parcel ID for owner, assessed value, and property details. Covers open-data assessor datasets including NYC PLUTO, SF Assessor Roll, and Cook County (Chicago); search by street address or parcel/BBL/APN identifier. Returns parcel id, owner, assessed and market value, building area (sqft), lot size, year built, zoning code, and a permalink to the source open-data portal. Open-data, CC0-licensed sources only; no proprietary commercial assessor feed. Use it as a property tax assessor lookup, parcel record search, owner-name lookup, lot-and-block lookup, or a zoning + sqft + year-built check for real-estate due diligence.",
717
717
  "method": "POST",
718
718
  "input_schema": {
719
719
  "type": "object",
@@ -748,7 +748,7 @@ export const TOOLS = [
748
748
  {
749
749
  "name": "reverse-geocode",
750
750
  "http_name": "reverse-geocode",
751
- "description": "(0.02 USDC/call) Reverse geocoder / lat-lng to address / coordinates to address / coords to street / GPS to postal code / what-city-is-this / Nominatim reverse / OpenStreetMap reverse-geocoding API. Converts a latitude/longitude pair into a structured address (house_number, road, neighborhood, suburb, city, county, state, postcode, country, country_code) plus a human-readable display_name, place type, OSM id, and bounding box. Configurable zoom level controls address granularity (street vs. neighborhood vs. city). OSM Nominatim — global coverage, ODbL attribution required.",
751
+ "description": "(0.02 USDC/call) Converts latitude/longitude coordinates into a structured street address. Returns house_number, road, neighborhood, suburb, city, county, state, postcode, country, and country_code, plus a human-readable display_name, place type, OSM id, and bounding box; a configurable zoom level controls address granularity (street vs. neighborhood vs. city). OSM Nominatim — global coverage, ODbL attribution required. Use it as a reverse geocoder, lat-lng to address, coords to street, GPS to postal code, what-city-is-this lookup, Nominatim reverse, or OpenStreetMap reverse-geocoding API.",
752
752
  "method": "POST",
753
753
  "input_schema": {
754
754
  "type": "object",
@@ -775,7 +775,7 @@ export const TOOLS = [
775
775
  {
776
776
  "name": "satellite-address",
777
777
  "http_name": "satellite-address",
778
- "description": "(0.01 USDC/call) Address to satellite image / one-call address → cloud-free Sentinel-2 thumbnail / postal-code satellite snapshot / place-name to space view. Composes OpenStreetMap Nominatim geocoding with the Sentinel Hub Processing API: caller sends a free-form address and gets back both the geocoded address metadata and a recent cloud-free Sentinel-2 PNG centered on the best match. Optional NASA GIBS MODIS fallback for regional views. JSON output contains: { query, geocode_result, lat, lon, zoom, bbox, data_base64, license, attribution, ... }.",
778
+ "description": "(0.01 USDC/call) Turns a street address into a cloud-free satellite image in one call. Composes OpenStreetMap Nominatim geocoding with the Sentinel Hub Processing API: send a free-form address and get back both the geocoded address metadata and a recent cloud-free Sentinel-2 PNG centered on the best match, with an optional NASA GIBS MODIS fallback for regional views. JSON output contains: { query, geocode_result, lat, lon, zoom, bbox, data_base64, license, attribution, ... }. Use it as an address to satellite image, postal-code satellite snapshot, or place-name to space view.",
779
779
  "method": "POST",
780
780
  "input_schema": {
781
781
  "type": "object",
@@ -813,7 +813,7 @@ export const TOOLS = [
813
813
  {
814
814
  "name": "satellite-bbox",
815
815
  "http_name": "satellite-bbox",
816
- "description": "(0.02 USDC/call) Bounding-box satellite composite / Sentinel-2 cloud-free mosaic / region satellite snapshot / arbitrary bbox to imagery. Returns a single PNG composite over an arbitrary lat/lon bounding box, sourced from the least-cloudy Sentinel-2 observation per pixel across the requested date range (mosaickingOrder=leastCC). Output dimensions auto-scale to bbox aspect ratio. Native 10m resolution. Bbox area capped at 4 sq-deg per call — larger regions should be stitched from multiple calls. JSON output includes { bbox, time_range, size, data_base64, license, attribution, ... }.",
816
+ "description": "(0.02 USDC/call) Builds a cloud-free Sentinel-2 mosaic over any bounding box and returns it as a single PNG composite. Sourced from the least-cloudy Sentinel-2 observation per pixel across the requested date range (mosaickingOrder=leastCC); output dimensions auto-scale to the bbox aspect ratio at native 10m resolution. Bbox area capped at 4 sq-deg per call — larger regions should be stitched from multiple calls. JSON output includes { bbox, time_range, size, data_base64, license, attribution, ... }. Use it as a bounding-box satellite composite, region satellite snapshot, or arbitrary bbox to imagery API.",
817
817
  "method": "POST",
818
818
  "input_schema": {
819
819
  "type": "object",
@@ -847,7 +847,7 @@ export const TOOLS = [
847
847
  {
848
848
  "name": "satellite-change",
849
849
  "http_name": "satellite-change",
850
- "description": "(0.05 USDC/call) Satellite before/after / change detection / Sentinel-2 time-series diff / construction monitoring / deforestation tracker / fire-burn-scar imagery. Renders two cloud-free Sentinel-2 composites of the same bounding box anchored at two dates, each averaged over the window_days prior. Returns both base64 PNGs side-by-side so clients can display, animate, or pixel-diff them. Use cases: construction-site progress, vegetation change, wildfire burn scars, port/parking-lot activity, glacier retreat. Native 10m. Bbox area 4 sq-deg.",
850
+ "description": "(0.05 USDC/call) Renders before/after satellite images of the same area for change detection. Produces two cloud-free Sentinel-2 composites of the same bounding box anchored at two dates, each averaged over the window_days prior, and returns both base64 PNGs side-by-side so clients can display, animate, or pixel-diff them. Use cases: construction-site progress, vegetation change, wildfire burn scars, port/parking-lot activity, glacier retreat. Native 10m; bbox area up to 4 sq-deg. Use it as a Sentinel-2 time-series diff, construction monitoring feed, deforestation tracker, or fire-burn-scar imagery source.",
851
851
  "method": "POST",
852
852
  "input_schema": {
853
853
  "type": "object",
@@ -887,7 +887,7 @@ export const TOOLS = [
887
887
  {
888
888
  "name": "satellite-tile",
889
889
  "http_name": "satellite-tile",
890
- "description": "(0.005 USDC/call) Satellite imagery tile / lat-lon to satellite PNG / Sentinel-2 tile API / cloud-free satellite snapshot / agent-callable satellite imagery. Returns a recent cloud-free Sentinel-2 (10m) PNG centered on a lat/lon at a slippy-map zoom level. Default source: CDSE Sentinel Hub Processing API with mosaickingOrder=leastCC over the prior 30 days (configurable via days_back). Optional NASA GIBS MODIS Terra (~250m) source for regional zoom 9 with zero quota. Output is JSON: { source, lat, lon, zoom, bbox, data_base64, license, attribution, ... }. License: Copernicus open data (CC BY-SA 3.0 IGO) or NASA public domain; attribution string included in every response.",
890
+ "description": "(0.005 USDC/call) Returns a recent cloud-free satellite image (Sentinel-2, 10m) as a PNG centered on a lat/lon at a slippy-map zoom level. Default source: CDSE Sentinel Hub Processing API with mosaickingOrder=leastCC over the prior 30 days (configurable via days_back); optional NASA GIBS MODIS Terra (~250m) source for regional zoom <=9 with zero quota. Output is JSON: { source, lat, lon, zoom, bbox, data_base64, license, attribution, ... }. License: Copernicus open data (CC BY-SA 3.0 IGO) or NASA public domain; attribution string included in every response. Use it as a satellite imagery tile, lat-lon to satellite PNG, Sentinel-2 tile API, or agent-callable cloud-free satellite snapshot.",
891
891
  "method": "POST",
892
892
  "input_schema": {
893
893
  "type": "object",
@@ -930,7 +930,7 @@ export const TOOLS = [
930
930
  {
931
931
  "name": "sports-schedule",
932
932
  "http_name": "sports-schedule",
933
- "description": "(0.01 USDC/call) Sports schedule / MLB / NBA / NHL / NFL / WNBA / MLS / EPL / La Liga / Bundesliga / Serie A — next games + recent results / sports schedule API / TheSportsDB v1 wrapper. Pass a league code; scope='upcoming' (default) returns the next 15 events with start time, venue, teams. scope='recent' returns last 15 completed games including scores. Data from TheSportsDB.",
933
+ "description": "(0.01 USDC/call) Returns upcoming games and recent results for major sports leagues: MLB, NBA, NHL, NFL, WNBA, MLS, EPL, La Liga, Bundesliga, and Serie A. Pass a league code; scope='upcoming' (default) returns the next 15 events with start time, venue, and teams, while scope='recent' returns the last 15 completed games including scores. Data from TheSportsDB. Use it as a sports schedule API or TheSportsDB v1 wrapper.",
934
934
  "method": "POST",
935
935
  "input_schema": {
936
936
  "type": "object",
@@ -968,7 +968,7 @@ export const TOOLS = [
968
968
  {
969
969
  "name": "sunrise-sunset",
970
970
  "http_name": "sunrise-sunset",
971
- "description": "(0.002 USDC/call) Sunrise sunset times. Returns sunrise, sunset, solar noon, day length, and civil / nautical / astronomical twilight begin and end for any latitude/longitude on any date. Also covers golden-hour and dawn / dusk. Same backend as astro-times under a more search-friendly slug. UTC ISO8601 strings.",
971
+ "description": "(0.005 USDC/call) Sunrise sunset times. Returns sunrise, sunset, solar noon, day length, and civil / nautical / astronomical twilight begin and end for any latitude/longitude on any date. Also covers golden-hour and dawn / dusk. Same backend as astro-times under a more search-friendly slug. UTC ISO8601 strings.",
972
972
  "method": "POST",
973
973
  "input_schema": {
974
974
  "type": "object",
@@ -992,7 +992,7 @@ export const TOOLS = [
992
992
  {
993
993
  "name": "timezone-convert",
994
994
  "http_name": "timezone-convert",
995
- "description": "(0.001 USDC/call) Timezone convert / IANA tz conversion / DST-aware time arithmetic / wall-clock to UTC / convert across cities. Convert a datetime from one IANA timezone to another. ISO-8601 input bare wall-time strings are interpreted in the from_tz, fully-qualified offsets are honored. DST is handled correctly (uses V8's built-in tzdata via Intl.DateTimeFormat). Returns both formatted strings, both UTC offsets, and the difference in hours.",
995
+ "description": "(0.005 USDC/call) Converts a datetime from one IANA timezone to another with correct DST handling. ISO-8601 input: bare wall-time strings are interpreted in the from_tz, fully-qualified offsets are honored. DST is handled correctly (uses V8's built-in tzdata via Intl.DateTimeFormat). Returns both formatted strings, both UTC offsets, and the difference in hours. Use it for DST-aware time arithmetic, wall-clock to UTC conversion, or converting across cities.",
996
996
  "method": "POST",
997
997
  "input_schema": {
998
998
  "type": "object",
@@ -1020,7 +1020,7 @@ export const TOOLS = [
1020
1020
  {
1021
1021
  "name": "timezone-lookup",
1022
1022
  "http_name": "timezone-lookup",
1023
- "description": "(0.001 USDC/call) Timezone lookup. Returns IANA timezone, UTC offset, DST status, current local time, and DST transitions for any latitude/longitude or city name. Wraps the public TimeAPI.io endpoint — no auth, commercial-OK.",
1023
+ "description": "(0.005 USDC/call) Timezone lookup. Returns IANA timezone, UTC offset, DST status, current local time, and DST transitions for any latitude/longitude or city name. Wraps the public TimeAPI.io endpoint — no auth, commercial-OK.",
1024
1024
  "method": "POST",
1025
1025
  "input_schema": {
1026
1026
  "type": "object",
@@ -1047,7 +1047,7 @@ export const TOOLS = [
1047
1047
  {
1048
1048
  "name": "vin-decode",
1049
1049
  "http_name": "vin-decode",
1050
- "description": "(0.005 USDC/call) VIN decoder / VIN lookup / decode VIN / vehicle identification number / NHTSA vPIC wrapper. Pass a 17-char VIN; returns make, model, model_year, manufacturer, plant country, body class, vehicle type, fuel type, engine cylinders/displacement/HP, drive type, transmission, GVWR, safety features (ABS, traction control, airbags), and any decode errors. Includes a `valid_checksum` flag (ISO 3779 mod-11 check; reliable for North-American VINs). Backed by NHTSA's vPIC data (US Govt public domain).",
1050
+ "description": "(0.005 USDC/call) Decodes a 17-character VIN into full vehicle details, backed by NHTSA's vPIC data (US Govt public domain). Returns make, model, model_year, manufacturer, plant country, body class, vehicle type, fuel type, engine cylinders/displacement/HP, drive type, transmission, GVWR, safety features (ABS, traction control, airbags), and any decode errors. Includes a `valid_checksum` flag (ISO 3779 mod-11 check; reliable for North-American VINs). Use it as a VIN decoder, VIN lookup, vehicle identification number resolver, or NHTSA vPIC wrapper.",
1051
1051
  "method": "POST",
1052
1052
  "input_schema": {
1053
1053
  "type": "object",
@@ -1072,7 +1072,7 @@ export const TOOLS = [
1072
1072
  {
1073
1073
  "name": "visa-requirements",
1074
1074
  "http_name": "visa-requirements",
1075
- "description": "(0.005 USDC/call) Visa requirements / passport visa lookup / visa-free travel checker / e-visa + visa-on-arrival lookup / passport-index / travel eligibility / Schengen + ESTA-style entry rules. Given a passport country and destination, returns whether entry is visa-free, e-visa, visa-on-arrival, or visa-required, plus permitted stay in days and a human-readable status string. Pass full_matrix to get the entire 200x200 visa matrix for the passport. Backed by the public CC-BY passport-index-dataset.",
1075
+ "description": "(0.005 USDC/call) Checks visa requirements between any passport and destination country. Returns whether entry is visa-free, e-visa, visa-on-arrival, or visa-required, plus permitted stay in days and a human-readable status string; pass full_matrix to get the entire 200x200 visa matrix for the passport. Backed by the public CC-BY passport-index-dataset. Use it as a passport visa lookup, visa-free travel checker, e-visa + visa-on-arrival lookup, passport-index query, travel eligibility check, or Schengen + ESTA-style entry-rules reference.",
1076
1076
  "method": "POST",
1077
1077
  "input_schema": {
1078
1078
  "type": "object",
@@ -1098,7 +1098,7 @@ export const TOOLS = [
1098
1098
  {
1099
1099
  "name": "weather",
1100
1100
  "http_name": "weather",
1101
- "description": "(0.005 USDC/call) Weather API / weather forecast / current weather / hourly forecast. Returns current conditions plus 1-7 day daily forecast and optional hourly forecast for any latitude/longitude. Daily includes temp max/min, precipitation, sunrise/sunset, UV index. Open-Meteo backend.",
1101
+ "description": "(0.005 USDC/call) Current conditions and forecast for any latitude/longitude. Returns present weather plus a 1-7 day daily forecast (temp max/min, precipitation, sunrise/sunset, UV index) and an optional hourly forecast. A simple weather API on the Open-Meteo backend.",
1102
1102
  "method": "POST",
1103
1103
  "input_schema": {
1104
1104
  "type": "object",
@@ -1137,7 +1137,7 @@ export const TOOLS = [
1137
1137
  {
1138
1138
  "name": "weather-api",
1139
1139
  "http_name": "weather-api",
1140
- "description": "(0.005 USDC/call) Weather API / current weather API / forecast API. Returns current conditions, hourly forecast, and 1-7 day daily forecast for latitude/longitude with metric or imperial units. Open-Meteo backend.",
1140
+ "description": "(0.005 USDC/call) Weather API returning current conditions, hourly forecast, and a 1-7 day daily forecast for any latitude/longitude. Metric or imperial units. Open-Meteo backend. Use it as a current weather API or forecast API.",
1141
1141
  "method": "POST",
1142
1142
  "input_schema": {
1143
1143
  "type": "object",
@@ -1176,7 +1176,7 @@ export const TOOLS = [
1176
1176
  {
1177
1177
  "name": "weather-current-city",
1178
1178
  "http_name": "weather-current-city",
1179
- "description": "(0.01 USDC/call) Current weather by city / city weather API / instant weather lookup by place name. Geocodes a city or place name with Open-Meteo, chooses the best match with optional country_code, then returns current temperature, feels-like, humidity, wind, precipitation, WMO weather code, timezone, and optional daily/hourly forecast from Open-Meteo.",
1179
+ "description": "(0.01 USDC/call) Returns current weather for any city or place name, no coordinates needed. Geocodes the name with Open-Meteo, chooses the best match with optional country_code, then returns current temperature, feels-like, humidity, wind, precipitation, WMO weather code, timezone, and optional daily/hourly forecast from Open-Meteo. Use it as a city weather API or instant weather lookup by place name.",
1180
1180
  "method": "POST",
1181
1181
  "input_schema": {
1182
1182
  "type": "object",
@@ -1218,7 +1218,7 @@ export const TOOLS = [
1218
1218
  {
1219
1219
  "name": "weather-forecast",
1220
1220
  "http_name": "weather-forecast",
1221
- "description": "(0.005 USDC/call) Weather forecast / hourly forecast / current weather / temperature / precipitation / UV index / sunrise-sunset / Open-Meteo / weather API. Returns current conditions, a 1-7 day daily forecast, and an optional hourly forecast for any latitude/longitude. Daily includes temp max/min, precipitation total + probability, sunrise/sunset, max UV index, and WMO weather code. Current includes temperature, apparent temperature, humidity %, wind speed/direction, precipitation, weather code, and is_day. Metric or imperial units. Wraps the public Open-Meteo API no auth, commercial-OK, CC-BY 4.0.",
1221
+ "description": "(0.005 USDC/call) Returns current conditions, a 1-7 day daily forecast, and an optional hourly forecast for any latitude/longitude. Daily includes temp max/min, precipitation total + probability, sunrise/sunset, max UV index, and WMO weather code. Current includes temperature, apparent temperature, humidity %, wind speed/direction, precipitation, weather code, and is_day. Metric or imperial units. Wraps the public Open-Meteo API, no auth, commercial-OK, CC-BY 4.0. Use it as a weather forecast API, hourly forecast, current weather, temperature, or UV index and sunrise-sunset lookup.",
1222
1222
  "method": "POST",
1223
1223
  "input_schema": {
1224
1224
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentutility/mcp-locale",
3
- "version": "0.8.3",
3
+ "version": "0.8.6",
4
4
  "description": "MCP server for the @agentutility locale cluster — pay-per-call x402 tools, no API keys, USDC on Base.",
5
5
  "license": "MIT",
6
6
  "type": "module",