This release adds 2 notable features for engineering teams evaluating rollout.
Published 1mo
MCP Developer Tools
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai-agents
freight
logistics
mcp
model-context-protocol
Summary
AI summaryAdded 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 optionaltypefilter. ProxiesGET /api/airports. - New tool:
nearest_airport— find the airports nearest to a caller-providedlatitude/longitude, sorted by great-circle (haversine) distance withdistance_kmon each result. Optionalradius_km,max_results(1–50, default 10) andtypefilter. Coordinates are input only — never stored or logged. ProxiesGET /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 +structuredContentand a_sourceciting 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
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.
Related context
Related tools
Earlier breaking changes
- v1.0.5 /api/mcp promoted as canonical Streamable HTTP transport URL.
Beta — feedback welcome: [email protected]