$ loading_
帮助用户通过 HTTP 或 stdio 管理、鉴权并调用 MCP 服务器与工具。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "mcporter" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/skills/mcporter/SKILL.md 2. 保存为 ~/.claude/skills/mcporter/SKILL.md 3. 装好后重载技能,告诉我可以用了
请用 mcporter 列出当前可访问的 MCP 服务器和工具,按服务器名称分组,并标注每个工具的用途。
返回按服务器分组的工具清单,并附上每个工具的简要说明。
请使用 mcporter 为指定的 MCP 服务器配置认证信息,并检查连接是否成功;如果失败,请说明原因和修复建议。
输出认证配置结果、连通性检查状态,以及失败时的排查建议。
请通过 mcporter 调用某个 MCP 工具完成一次示例请求,并展示请求参数、响应内容和关键元数据。
返回一次完整的工具调用记录,便于调试和理解接口行为。
Use mcporter to work with MCP servers directly.
Quick start
mcporter listmcporter list <server> --schemamcporter call <server.tool> key=valueCall tools
mcporter call linear.list_issues team=ENG limit:5mcporter call "linear.create_issue(title: \"Bug\")"mcporter call https://api.example.com/mcp.fetch url:https://example.commcporter call --stdio "bun run ./server.ts" scrape url=https://example.commcporter call <server.tool> --args '{"limit":5}'Auth + config
mcporter auth <server | url> [--reset]mcporter config list|get|add|remove|import|login|logoutDaemon
mcporter daemon start|status|stop|restartCodegen
mcporter generate-cli --server <name> or --command <url>mcporter inspect-cli <path> [--json]mcporter emit-ts <server> --mode client|typesNotes
./config/mcporter.json (override with --config).--output json for machine-readable results.帮助排查 OpenClaw 节点在配对、鉴权、路由与连接中的故障问题。
帮助团队核验 OpenClaw 版本是否已在多渠道完整发布并可正常使用。
帮助团队检索重复的 PR 与问题单,并自动分组同步重复状态。
帮助你在 Discord 中收发消息、管理频道互动并自动化协作流程
按模型汇总 CodexBar 本地费用日志,快速查看 Codex 或 Claude 的成本明细。
帮助用户搜索梗图模板、推荐合适格式并生成可分享的表情包图片。
将本地 mcporter 注册表桥接为单一 MCP 服务,统一发现并调用多个工具
通过命令行连接和调用 MCP 服务器,便于调试、测试与集成 AI 工具链。
通过统一的 MCP 接口调用和管理各类 HTTP 工具与 API 服务。
将命令行工具通过 stdio 或 HTTP 暴露为可调用的 MCP 工具
帮助开发者演示并测试大模型通过 MCP 连接外部工具与数据源。
帮助管理 MCP 服务器配置,支持查看、启停与版本控制操作。