Finnhub MCP Server
Finnhub MCP 服务器
与 Finnhub API 接口的 MCP 服务器。
工具
list_news列出来自 Finnhub市场新闻端点的最新市场新闻
get_market_data从报价端点获取特定股票的市场数据
get_basic_financials从基本财务端点获取特定股票的基本财务信息
get_recommendation_trends从推荐趋势端点获取特定股票的推荐趋势
配置
运行
uv sync来安装依赖项。要安装uv,请按照此处的说明操作。然后执行source .venv/bin/activate。使用 Finnhub API 密钥凭证设置
.env文件。
FINNUB_API_KEY=<FINNHUB_API_KEY>运行
fastmcp install server.py来安装服务器。打开位于以下位置的配置文件:
在 macOS 上:
~/Library/Application Support/Claude/claude_desktop_config.json在 Windows 上:
%APPDATA%/Claude/claude_desktop_config.json
找到
uv的命令条目,并将其替换为uv可执行文件的绝对路径。这可确保启动服务器时使用正确版本的uv。重新启动 Claude Desktop 以应用更改。
Related MCP server: Yahoo Finance MCP Server
发展
运行fastmcp dev server.py启动 MCP 服务器。MCP 检查器有助于本地调查和调试。
This server cannot be deployed
Maintenance
Related MCP Connectors
Finnhub MCP — wraps Finnhub Stock API (finnhub.io)
FinBERT news sentiment and price history for 42 crypto, FX, stock, ETF and commodity tickers.
Fetch current stock prices and key data for symbols across global markets. Look up companies like…
MCP server for stocksense-ai documentation, generated by doc2mcp.
Related MCP Servers
- AlicenseBqualityFmaintenanceA Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.12104MIT
- AlicenseCqualityDmaintenanceA Model Context Protocol server providing comprehensive financial data from Yahoo Finance, allowing users to retrieve detailed stock information, financial statements, options data, and market news.34MIT
- AlicenseNot gradedqualityBmaintenanceProvides comprehensive financial market data and news through the Finnhub API. Enables real-time stock quotes, company profiles, financial metrics, analyst recommendations, and market news access.1MIT
- AlicenseBqualityCmaintenanceA Node.js MCP server that wraps the Finnhub API to provide stock market data, technical analysis, news sentiment, and cryptocurrency market information.15106 npm1MIT