Token导航 LogoToken导航TokenDH.com
Finance MCP Server logo
金融服务stdio官方级别未说明来源级核验

Finance MCP Server

MCP Server

@smithery/cli

yfinance MCP Server 是一个基于 Model Context Protocol 的服务器,为大型语言模型提供准确和最新的股票/加密货币价格和新闻数据。

工具数

2

提示词数

0

GitHub Stars

5

资源数

0
金融数据PythonClaude加密货币Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Otman404

提供方

Otman404

最后核验

2026/5/17 20:48

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y @smithery/cli install @Otman404/finance-mcp-server --client claude

详细介绍

金融MCP服务器

](https://smithery.ai/server/@Otman404/finance-mcp-server) 模型上下文协议 该服务器允许LLM获得准确和最新的股票/加密货币价格和新闻。

可用工具

  • get_price_tool:获取股票/加密货币报价机的价格

- 论据: - ticker (string):必填-票务名称或别名(例如,“BTC-USD”、“AAPL”) - period (string):可选-时间段(例如,“1d”、“5d”、“1mo”)。默认为“1d”

  • get_news_tool:获取股票/加密货币行情的新闻。

- 必需参数: - ticker (string):必填 - count (string):可选-要检索的文章数(默认值:5)

安装

通过Smithery安装

通过以下方式自动为Claude Desktop安装yfinance mcp服务器 史密瑟里:

npx -y @smithery/cli install @Otman404/finance-mcp-server --client claude

使用紫外线

在本地安装软件包

uv pip install -e .

运行服务器

finance-mcp-server

使用docker

# build the container
docker build -t finance-server .

# run the container
docker run -it finance-server

配置

Claude Desktop的使用方法

添加以下内容 claude_desktop_config json

uvx

"mcpServers": {
  "finance": {
    "command": "uvx",
    "args": ["finance-mcp-server"]
  }
}

码头工人

{
  "mcpServers": {
    "finance": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "finance-server"]
    }
  }
}

用途 5ire

uvx

{
  "key": "finance",
  "command": "uvx",
  "args": ["finance-mcp-server"]
}

码头工人

{
  "key": "finance-server",
  "command": "docker",
  "args": ["run", "-i", "--rm", "finance-server"]
}

交互示例

example

目录标签

目录标签

金融数据PythonClaude加密货币本地部署股票行情新闻聚合LLM集成

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

部署方式(deploymentType,部署类型)

remote-capable

来源包(packageName,安装包名)

@smithery/cli

工具数量(toolCount,工具数)

2

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP