@agentutility/mcp-locale 0.8.1 → 0.8.3
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 +3 -3
- package/dist/tools.generated.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
55
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
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
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 / IIN lookup. First 6-8 digits to issuer, country, brand, card type. binlist.net. Fraud screening, payment routing, geo-risk. |
|
|
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
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
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
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. |
|
|
@@ -67,7 +67,7 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
67
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
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. |
|
|
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 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
|
|
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
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
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
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. |
|
|
@@ -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.
|
|
113
|
+
**Version:** 0.8.3 · **License:** MIT
|
package/dist/tools.generated.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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
|
+
export const VERSION = "0.8.3";
|
|
4
4
|
export const TOOLS = [
|
|
5
5
|
{
|
|
6
6
|
"name": "address-geocode",
|
|
@@ -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 / 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) 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.",
|
|
137
137
|
"method": "POST",
|
|
138
138
|
"input_schema": {
|
|
139
139
|
"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 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
|
|
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.",
|
|
522
522
|
"method": "POST",
|
|
523
523
|
"input_schema": {
|
|
524
524
|
"type": "object",
|
package/package.json
CHANGED