Token导航 LogoToken导航TokenDH.com
airportweb (Ktmcp CLI) logo
开发工具未说明官方级别未说明来源级核验

airportweb (Ktmcp CLI)

MCP Server

一个生产就绪的命令行工具,用于通过终端搜索机场、航空公司和航线。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
命令行工具JavaScript开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

ktmcp-cli

提供方

ktmcp-cli

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

“六个月前,每个人都在谈论MCP。我当时想,拧紧MCP。每个MCP作为CLI都会更好。” — 彼得·斯坦伯格OpenClaw创始人 在YouTube上观看(~2:39:00) | 莱克斯·弗里德曼播客#491

机场Web CLI

用于Airport Web API的生产就绪CLI。直接从您的航站楼搜索机场、航空公司和路线。

安装

npm install -g @ktmcp-cli/airportweb

配置

无需身份验证-机场网络API是公开的。

airportweb config list

用法

机场

# Search airports by name or city
airportweb airports search "London"
airportweb airports search "JFK"

# Get airport by IATA code
airportweb airports get JFK
airportweb airports get LHR

# List airports
airportweb airports list
airportweb airports list --limit 20

# List airports by country
airportweb airports by-country US
airportweb airports by-country DE

航空公司

# List airlines
airportweb airlines list
airportweb airlines list --limit 30

# Get airline by IATA code
airportweb airlines get AA
airportweb airlines get BA

# Search airlines
airportweb airlines search "Delta"
airportweb airlines search "Lufthansa"

路线

# Get routes from an airport
airportweb routes get --from JFK

# Get routes to an airport
airportweb routes get --to LHR

# Get routes between airports
airportweb routes get --from JFK --to LHR

# Search routes with filters
airportweb routes search --from JFK --airline AA
airportweb routes search --from LAX --to SFO

JSON输出

所有命令支持 --json 对于机器可读输出:

airportweb airports get JFK --json
airportweb airports search "London" --json | jq '.[].iata_code'
airportweb routes get --from JFK --json

例子

# Find all airports in Germany
airportweb airports by-country DE

# Search for Delta airlines
airportweb airlines search "Delta" --json

# Get all routes from LAX
airportweb routes get --from LAX --json | jq '.[].arr_iata' | sort | uniq

许可证

麻省理工学院

______________________________________________________________________

支持KTMCP

如果您发现此CLI有用,我们将非常感谢您的支持!分享您的经验:

  • 红迪
  • 推特/X
  • 黑客新闻

激励: 能够证明他们的支持/倡导有助于推进KTMCP的用户将优先考虑他们的功能请求和问题。

请注意,这些是真实的账户和真实的社区。真实的提及和真实的推荐会有很长的路要走!

支持这个项目

如果您发现此CLI有用,我们将感谢Reddit、Twitter、Hacker News或Moltbook的支持。请注意,这些是真实的社区账户。能够证明其支持有助于推进KTMCP的贡献者将优先考虑其PR和功能请求。

目录标签

目录标签

命令行工具JavaScript开发工具本地部署机场信息查询航空公司查询航线查询终端应用

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP