npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@gloryfham/mcp-trust

v1.0.0

Published

MCP Server for Glory trust products and corporate secretarial services

Downloads

137

Readme

@gloryfham/mcp-trust

MCP Server for Glory trust products and corporate secretarial services.

简介

本 MCP Server 提供信托产品和海外公司秘书服务的查询能力,支持:

  • 家族信托服务:香港家族信托、新加坡家族信托
  • 员工信托服务:上市前/后员工信托服务(适用于香港、美国、新加坡等上市地)
  • 海外公司秘书服务:设立海外公司并提供后续公司秘书服务(香港、英属维尔京群岛、开曼群岛、塞舌尔群岛等)

安装

npm install -g @gloryfham/mcp-trust

使用

npx @gloryfham/mcp-trust

MCP 工具列表

| 工具名称 | 描述 | |---------|------| | listTrustServiceTypes | 获取信托服务的所有类型分类 | | listTrustJurisdictions | 获取所有支持信托服务的司法管辖区及其法律特征对比 | | getTrustJurisdictionDetail | 根据司法管辖区代码获取该地区的完整信托法律特征和产品信息 | | listTrustProducts | 获取所有可用信托产品的列表概览 | | searchTrustProducts | 根据关键词、服务类型、司法管辖区搜索信托产品 | | getTrustProductDetail | 根据产品编号获取信托产品的完整详细信息 |

支持的司法管辖区

| 代码 | 名称 | 信托期限 | 受托人监管 | |------|------|----------|-----------| | HK | 香港 | 永久 | 受香港受托人条例约束 | | SG | 新加坡 | 100年 | 受新加坡金融管理局监管 | | BVI | 英属维尔京群岛 | 根据契约约定 | 受BVI信托法约束 | | KY | 开曼群岛 | 根据契约约定 | 受开曼信托法约束 | | SC | 塞舌尔群岛 | 根据契约约定 | 受塞舌尔信托法约束 |

开发

npm run dev    # 开发模式(文件监听)
npm start      # 生产模式

License

MIT