loading…
Search for a command to run...
loading…
MCP server for querying Glory trust products and corporate secretarial services. It enables users to search and retrieve detailed information about family trust
MCP server for querying Glory trust products and corporate secretarial services. It enables users to search and retrieve detailed information about family trusts, employee trusts, and offshore company services across multiple jurisdictions.
MCP Server for Glory trust products and corporate secretarial services.
本 MCP Server 提供信托产品和海外公司秘书服务的查询能力,支持:
npm install -g @gloryfham/mcp-trust
npx @gloryfham/mcp-trust
| 工具名称 | 描述 |
|---|---|
listTrustServiceTypes |
获取信托服务的所有类型分类 |
listTrustJurisdictions |
获取所有支持信托服务的司法管辖区及其法律特征对比 |
getTrustJurisdictionDetail |
根据司法管辖区代码获取该地区的完整信托法律特征和产品信息 |
listTrustProducts |
获取所有可用信托产品的列表概览 |
searchTrustProducts |
根据关键词、服务类型、司法管辖区搜索信托产品 |
getTrustProductDetail |
根据产品编号获取信托产品的完整详细信息 |
| 代码 | 名称 | 信托期限 | 受托人监管 |
|---|---|---|---|
| HK | 香港 | 永久 | 受香港受托人条例约束 |
| SG | 新加坡 | 100年 | 受新加坡金融管理局监管 |
| BVI | 英属维尔京群岛 | 根据契约约定 | 受BVI信托法约束 |
| KY | 开曼群岛 | 根据契约约定 | 受开曼信托法约束 |
| SC | 塞舌尔群岛 | 根据契约约定 | 受塞舌尔信托法约束 |
npm run dev # 开发模式(文件监听)
npm start # 生产模式
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"gloryfham-mcp-trust": {
"command": "npx",
"args": []
}
}
}