
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@mokemokechicken/yfinance-mcp-server
Advanced tools
unofficial Yahoo Finance API MCP Server - A Model Context Protocol server implementation for Yahoo Finance API
Important Note: This is an unofficial MCP server.
A Model Context Protocol (MCP) server for accessing Yahoo Finance data with comprehensive technical analysis features. This server provides AI-friendly structured stock analysis through Yahoo Finance API.
This project is based on onori/yfinance-mcp-server and has been enhanced with comprehensive technical analysis features.
Use the Claude Code CLI to add the MCP server:
claude mcp add yfinance npx @mokemokechicken/yfinance-mcp-server
Or manually add to your Claude Code MCP settings:
{
"mcpServers": {
"yfinance": {
"command": "npx",
"args": ["@mokemokechicken/yfinance-mcp-server"]
}
}
}
{
"mcpServers": {
"yfinance": {
"command": "npx",
"args": ["@mokemokechicken/yfinance-mcp-server"]
}
}
}
Performs comprehensive stock analysis with technical indicators and financial metrics.
Parameters:
symbol
(required): Stock symbol
AAPL
, GOOGL
, MSFT
7203.T
, 6301.T
, 9984.T
BTC-USD
, ETH-USD
EURUSD=X
, USDJPY=X
days
(optional): Number of days for recent price data display (default: 7, range: 1-365)Example Usage:
> Please analyze Apple stock (AAPL) for the last 5 days
> Analyze Toyota Motors (7203.T) with default 7-day period
Response includes:
To set up the development environment:
npm install
npm run dev
ISC License (ISC)
FAQs
unofficial Yahoo Finance API MCP Server - A Model Context Protocol server implementation for Yahoo Finance API
The npm package @mokemokechicken/yfinance-mcp-server receives a total of 6 weekly downloads. As such, @mokemokechicken/yfinance-mcp-server popularity was classified as not popular.
We found that @mokemokechicken/yfinance-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.