@gloryfham/mcp-trust
by gloryfham
README.md
# @gloryfham/mcp-trust
MCP Server for Glory trust products and corporate secretarial services.
## 简介
本 MCP Server 提供信托产品和海外公司秘书服务的查询能力,支持:
- **家族信托服务**:香港家族信托、新加坡家族信托
- **员工信托服务**:上市前/后员工信托服务(适用于香港、美国、新加坡等上市地)
- **海外公司秘书服务**:设立海外公司并提供后续公司秘书服务(香港、英属维尔京群岛、开曼群岛、塞舌尔群岛等)
## 安装
```bash
npm install -g @gloryfham/mcp-trust
```
## 使用
```bash
npx @gloryfham/mcp-trust
```
## MCP 工具列表
| 工具名称 | 描述 |
|---------|------|
| `listTrustServiceTypes` | 获取信托服务的所有类型分类 |
| `listTrustJurisdictions` | 获取所有支持信托服务的司法管辖区及其法律特征对比 |
| `getTrustJurisdictionDetail` | 根据司法管辖区代码获取该地区的完整信托法律特征和产品信息 |
| `listTrustProducts` | 获取所有可用信托产品的列表概览 |
| `searchTrustProducts` | 根据关键词、服务类型、司法管辖区搜索信托产品 |
| `getTrustProductDetail` | 根据产品编号获取信托产品的完整详细信息 |
## 支持的司法管辖区
| 代码 | 名称 | 信托期限 | 受托人监管 |
|------|------|----------|-----------|
| HK | 香港 | 永久 | 受香港受托人条例约束 |
| SG | 新加坡 | 100年 | 受新加坡金融管理局监管 |
| BVI | 英属维尔京群岛 | 根据契约约定 | 受BVI信托法约束 |
| KY | 开曼群岛 | 根据契约约定 | 受开曼信托法约束 |
| SC | 塞舌尔群岛 | 根据契约约定 | 受塞舌尔信托法约束 |
## 开发
```bash
npm run dev # 开发模式(文件监听)
npm start # 生产模式
```
## License
MIT
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues