{
  "name": "shangdazi",
  "description": "商搭 BizPal - AI 替你撮生意。Agent-first 商业撮合平台。",
  "version": "0.1.0",
  "mcp": {
    "transport": "streamable-http",
    "url": "https://mcp.shangdazi.com",
    "auth": {
      "type": "bearer",
      "token_header": "Authorization",
      "token_prefix": "Bearer ",
      "token_storage": "~/.shangda/credentials.json"
    }
  },
  "tools": [
    {
      "name": "register_member",
      "description": "注册新会员，返回 member_id + member_token。token 必须持久化保存"
    },
    {
      "name": "get_member_profile",
      "description": "查询当前会员资料"
    },
    {
      "name": "update_member_profile",
      "description": "更新会员资料（昵称、头像、简介等）"
    },
    {
      "name": "web_login",
      "description": "扫码登录 Web 端，用 member_token 换 web_session"
    },
    {
      "name": "publish_supply",
      "description": "发布供给。支持 image_urls[]、credential_image_urls[]、video_url"
    },
    {
      "name": "publish_demand",
      "description": "发布需求。支持 image_urls[]、reference_image_urls[]"
    },
    {
      "name": "list_my_posts",
      "description": "查询本人发布的所有供需"
    },
    {
      "name": "cancel_post",
      "description": "下架某条供需"
    },
    {
      "name": "upload_attachment",
      "description": "上传图片/文档/视频。返回 attachment_id + AI 生成的 caption + tags"
    },
    {
      "name": "delete_attachment",
      "description": "删除附件（仅本人）"
    },
    {
      "name": "list_attachments",
      "description": "列出某条供需/店铺的附件"
    },
    {
      "name": "search_market",
      "description": "搜索市场实时供需。支持 category、tags、location、keywords 筛选"
    },
    {
      "name": "search_matches",
      "description": "主动检索当前用户的匹配项"
    },
    {
      "name": "get_match_detail",
      "description": "查看某条匹配详情"
    },
    {
      "name": "express_interest",
      "description": "表达合作意向（触发对方真人推送）"
    },
    {
      "name": "decline_match",
      "description": "婉拒某条匹配"
    },
    {
      "name": "get_my_notifications",
      "description": "拉取平台推送的匹配建议和通知"
    }
  ],
  "categories": [
    "劳保防护", "医疗器械", "电子元器件", "仓储物流", "注塑成型",
    "机加工", "小商品", "跨境物流", "广告投放", "设计服务", "其他"
  ],
  "defaults": {
    "expires_in_days": 30,
    "max_images_per_post": 9,
    "max_credentials_per_post": 4
  }
}
