.vscode — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited .vscode (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server for agentic retrieval of financial data from Yahoo Finance. This server leverages YFinance to provide a simple and efficient way to access historical stock prices, dividends, stock splits, company information, and other financial metrics.
This MCP server is designed to be used with various LLM applications that support the Model Context Protocol, such as Claude Desktop, n8n, and Cursor. It allows users to retrieve financial data in a structured way, making it easy to integrate into AI applications.

This MCP server can be used with various LLM applications that support the Model Context Protocol:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"openmarkets": {
"command": "uvx",
"args": [
"openmarkets@latest"
]
}
}
}For quick installation, use one of the one-click installation buttons below:
For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open Settings (JSON).
Optionally, you can add it to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with others.
Note that themcpkey is not needed in the.vscode/mcp.jsonfile.
#### UVX
{
"mcp": {
"servers": {
"openmarkets": {
"command": "uvx",
"args": [
"openmarkets@latest"
]
}
}
}
}This MCP server provides a variety of tools for retrieving financial data. Below is a list of available tools and their main arguments:
#### Stock Information
Get basic information about a stock.
#### Historical Data
Get historical price data for a stock.
Get data for multiple stocks at once.
Download bulk historical data for multiple tickers.
Get available periods, intervals, and metadata for a ticker.
#### Analyst Data
Get analyst recommendations for a stock.
Get analyst price targets.
Get recent upgrades and downgrades.
Get recommendations summary.
#### Corporate Actions
Get dividend history for a stock.
Get stock split history.
#### Market Data
Get current US market status.
Get trending/popular tickers.
Get sector performance using ETFs.
Get data for major market indices.
#### Calendar & Market Hours
Get market calendar and session info.
Get market hours and session information.
Get detailed exchange and trading information.
#### Screener & Search
Screen stocks by market cap, P/E, dividend yield, sector, etc.
Find similar stocks by sector and market cap.
Get top performing stocks.
#### Technical Analysis
Get technical indicators (SMA, price position, etc.).
Get volatility and risk metrics.
Get support and resistance levels.
#### Options
Get available options expiration dates.
Get option chain for a ticker.
Analyze options volume and open interest.
Filter options by proximity to current price.
#### Financial Statements
Get key financial metrics summary.
#### Funds & ETFs
Get fund/ETF profile.
Get top holdings of a fund/ETF.
Get sector allocation of a fund/ETF.
Get fund/ETF performance metrics.
Compare multiple funds/ETFs.
#### Crypto
Get cryptocurrency info.
Get historical data for a cryptocurrency.
Get data for top cryptocurrencies.
Get a proxy for crypto fear/greed index.
#### Currency & Validation
Get currency exchange rates.
Validate if tickers are valid and available.
This list reflects the tools registered in the codebase and their main arguments. For more details, see the respective files in tools.
To test the MCP server locally, install the uvx and npx and run the following command:
npx @modelcontextprotocol/inspector uvx openmarkets@latestThis command will start the MCP server and open the MCP Inspector in your default web browser. You can then interact with the server and test its functionality.
AGPLv3+ License - see LICENSE for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.