The user wants a short "about" description for an MCP named "gpt.nu". The positioning is: "用命令行直接调用MCP服务,查工具、测接口一气呵成" (Directly call MCP services via command line, check tools and test interfaces in one go).
I need to write a short HTML snippet about this MCP, mentioning what it can connect to and whether it might need a key. It's a CLI tool, so it likely doesn't need an API key per se - it might just call MCP services. Let me keep it brief and use safe HTML tags.
关于 gpt.nu
gpt.nu 是一个面向命令行场景的 MCP 调用入口,让你直接在终端里发现并调用各类 MCP 服务,告别在多个客户端之间来回切换。
- 能接什么:任何已注册或本地部署的 MCP 服务(包括工具类、数据查询类、接口测试类),通过统一命令即可列出、调用并查看返回结果。
- 典型用途:浏览可用工具清单、快速调试 MCP 接口、批量验证连通性,以及在脚本或 CI 流程中嵌入 MCP 调用。
- 是否需要密钥:取决于具体调用的 MCP 服务本身。若目标服务需要鉴权(如第三方 API Key 或自定义 token),在使用时按提示传入即可;本地 MCP 一般无需密钥。