Skip to content

SoapyRED/freightutils-mcp

v2.10.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents freight logistics mcp model-context-protocol

Summary

AI summary

Added airport_lookup and nearest_airport tools for querying airport data.

Full changelog

Added

  • New tool: airport_lookup — look up an airport by IATA code (3 letters, e.g. LHR), ICAO code (4 chars, e.g. EGLL), or name/city search. Returns the full record (both codes, name, type, municipality, region, country, latitude/longitude, elevation), with ranked candidates for ambiguous names and an optional type filter. Proxies GET /api/airports.
  • New tool: nearest_airport — find the airports nearest to a caller-provided latitude/longitude, sorted by great-circle (haversine) distance with distance_km on each result. Optional radius_km, max_results (1–50, default 10) and type filter. Coordinates are input only — never stored or logged. Proxies GET /api/nearest-airport.
  • Both tools are backed by the public-domain OurAirports dataset (85,555 airports), cross-checked against OpenFlights + Wikidata, and registered via server.registerTool() with full output schemas + structuredContent and a _source citing OurAirports.
  • Tool count: 22 → 24 (REST surface: 21 → 23 endpoints).

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track SoapyRED/freightutils-mcp

Get notified when new releases ship.

Sign up free

About SoapyRED/freightutils-mcp

17 freight calculation and reference tools — ADR dangerous goods, HS codes, LDM/CBM/chargeable weight calculators, duty estimation, airline codes, UN/LOCODE, and more. Free REST APIs + MCP server.

All releases →

Related context

Earlier breaking changes

  • v1.0.5 /api/mcp promoted as canonical Streamable HTTP transport URL.

Beta — feedback welcome: [email protected]