← 返回
未分类 中文

Stashdog

Connect to Raz's StashDog inventory MCP server for OAuth-secured item listing, searching, adding, editing, and deletion via defined MCP commands.
连接 Raz 的 StashDog 库存 MCP 服务器,实现OAuth 安全的项目列表、搜索、添加、编辑和删除,使用定义的 MCP 命令。
foobarraz foobarraz 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 263
下载
💾 0
安装
1
版本
#latest

概述

StashDog MCP Skill

StashDog is Raz's item inventory app. This skill documents how to connect to the

StashDog MCP server and includes helper commands for common tasks.

MCP Connection

  • Endpoint: https://gmchczeyburroiyzefie.supabase.co/functions/v1/mcp-server/mcp
  • Auth: OAuth (via mcp-remote proxy)
  • Tools: list_items, search_items, get_item, add_item, edit_item, delete_item

Recommended MCP server config

Use this server entry in your MCP client config:

{
  "mcpServers": {
    "stashdog": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gmchczeyburroiyzefie.supabase.co/functions/v1/mcp-server/mcp"
      ]
    }
  }
}

After the first connection attempt, complete the OAuth browser flow.

Helper Commands (mcporter)

You can invoke tools directly with mcporter:

# 1) Trigger OAuth and connect
mcporter auth "https://gmchczeyburroiyzefie.supabase.co/functions/v1/mcp-server/mcp"

# 2) List items
mcporter call "https://gmchczeyburroiyzefie.supabase.co/functions/v1/mcp-server/mcp/list_items" limit=25 offset=0 include_archived=false include_deleted=false

# 3) Search items
mcporter call "https://gmchczeyburroiyzefie.supabase.co/functions/v1/mcp-server/mcp/search_items" query="wrench" limit=20

# 4) Add an item
mcporter call "https://gmchczeyburroiyzefie.supabase.co/functions/v1/mcp-server/mcp/add_item" name="Socket Set" description="Metric sockets" tags='["tools","garage"]'

Tool Reference

  • list_items(limit, offset, include_archived, include_deleted)
  • search_items(query, limit)
  • get_item(item_id)
  • add_item(name, description?, tags?, container_id?, is_storage?)
  • edit_item(item_id, name?, description?, tags?, is_archived?)
  • delete_item(item_id)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 05:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,174 📥 945,341
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,448 📥 329,512
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 873 📥 350,333