- Explore MCP Servers
- hyper-mcp-yfinance
Hyper Mcp Yfinance
What is Hyper Mcp Yfinance
hyper-mcp-yfinance is a plugin for hyper-mcp that retrieves stock pricing information from Yahoo Finance.
Use cases
Use cases include retrieving historical stock prices for analysis, monitoring stock performance over time, and integrating stock data into financial dashboards.
How to use
To use hyper-mcp-yfinance, add it to your hyper-mcp configuration with the required parameters such as ‘symbol’ for the stock symbol and ‘interval’ for the data aggregation period.
Key features
Key features include the ability to fetch stock prices based on various time intervals (1d, 5d, 1mo, etc.) and integration with Yahoo Finance for real-time data.
Where to use
hyper-mcp-yfinance can be used in financial applications, trading platforms, and any software that requires stock market data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Hyper Mcp Yfinance
hyper-mcp-yfinance is a plugin for hyper-mcp that retrieves stock pricing information from Yahoo Finance.
Use cases
Use cases include retrieving historical stock prices for analysis, monitoring stock performance over time, and integrating stock data into financial dashboards.
How to use
To use hyper-mcp-yfinance, add it to your hyper-mcp configuration with the required parameters such as ‘symbol’ for the stock symbol and ‘interval’ for the data aggregation period.
Key features
Key features include the ability to fetch stock prices based on various time intervals (1d, 5d, 1mo, etc.) and integration with Yahoo Finance for real-time data.
Where to use
hyper-mcp-yfinance can be used in financial applications, trading platforms, and any software that requires stock market data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Extism Go PDK Plugin
A hyper-mcp plugin retrieves stock pricing info from Yahoo Finance.
Usage
The tool accepts a single parameter:
-
symbol: The stock symbol -
interval: Time to aggregate data: 1d,5d,1mo,3mo,6mo,1y,2y,5y,10y,ytd. The default is: 1d -
Add the plugin to your hyper-mcp configuration:
{
"plugins": [
{
"name": "yfinance",
"path": "oci://ghcr.io/phamngocquy/hyper-mcp-yfinance:latest",
"runtime_config": {
"allowed_host": "query2.finance.yahoo.com"
}
}
]
}
See more documentation at https://github.com/extism/go-pdk and
join us on Discord for more help.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










