我的工具集

ljwps008/mytools
Hosted
0 Stars 35 次浏览 更新于 2026-08-23

MCP 服务配置

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

{
  "mcpServers": {
    "fetch": {
      "args": [
        "mcp-server-fetch"
      ],
      "command": "uvx"
    },
    "time": {
      "args": [
        "mcp-server-time"
      ],
      "command": "uvx"
    }
  }
}

可用工具 (2 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

get_current_time 1 个参数 需填 1 项

Get current time in a specific timezones

必填参数:timezone

convert_time 3 个参数 需填 3 项

Convert time between timezones

必填参数:source_timezone、time、target_timezone

服务介绍

mcp工具集包含,网页fetch、时间

相关 MCP 服务