船只检测

summer748/ship-detector-mcp
0 Stars 9 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "ship-detector-mcp": {
      "args": [
        "-m",
        "ship_detector_mcp"
      ],
      "command": "python"
    }
  }
}

服务介绍

船只检测 MCP 服务

一个基于 YOLO 的船只检测 MCP 服务器,可以识别图片中的船只并返回位置和置信度。

功能

  • 检测图片中的船只目标
  • 返回船只类型、置信度分数和边界框位置
  • 支持 Base64 编码图片或图片 URL 输入

工具列表

detect_ship

检测图片中的船只。

参数:

参数名 类型 必填 说明
image_data string Base64 编码的图片数据
image_url string 图片的 URL 地址
confidence float 置信度阈值,默认 0.5

注意:image_dataimage_url 至少需要提供一个。

返回示例:

相关 MCP 服务