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

@wac-public-mcp-server/financial-teach

v0.0.2

Published

MCP server for financial teach

Readme

@wac-public-mcp-server/financial-teach

简介

@wac-public-mcp-server/financial-teach 是一个基于 Model Context Protocol (MCP) 的服务器,用于解释金融概念。它提供了一个主要工具:

  1. interpretation_financial_concepts: 解释金融概念。

功能

工具列表

1. interpretation_financial_concepts

  • 描述: 解释金融概念。
  • 输入参数:
    • financialConcept (string): 需要解释的金融概念。
  • 返回结构:
{
    "explain": "金叉,这个词听起来像是金融界的某种神秘法术,但实际上它更像是一种技巧,被用来预测股市的走势。具体来说,金叉指的是两条趋势线(通常是短期和长期的移动平均线)在价格图上交叉,而且是短期线从下方穿过长期线。这种形状像极了一个'X',而'X'在拉丁字母中的发音与'十'相近,于是人们就称之为'金叉',因为在中国文化中,'十'寓意着完美。所以,当金叉形成时,投资者通常会认为这是买入的好时机,因为这意味着市场可能即将上涨。但同时,金叉并不是百分之百准确的预测工具,因此在使用时需要慎重。",
    "relatedKnowledge": [
        "死叉",
        "移动平均线",
        "股市技术分析"
    ]
}

环境变量

运行服务器需要以下环境变量:

  • WACAI_MCP_SECRET_KEY: 用于 API 请求的密钥。

安装与运行

全局安装

运行以下命令全局安装:

npm install -g @wac-public-mcp-server/financial-teach

启动服务器

全局安装后,可以通过以下命令启动服务器:

mcp-server-financial-teach

服务器将通过标准输入输出 (stdio) 进行通信。

客户端配置

{
  "mcpServers": {
    "financial-teach": {
      "command": "mcp-server-financial-teach",
      "args": [],
      "env": {
        "WACAI_MCP_SECRET_KEY": "YOUR_SECRET_KEY"
      }
    }
  }
}

许可证

此项目遵循 MIT 许可证。