Content
# Extism Go PDK Plugin
A [hyper-mcp](https://github.com/tuananh/hyper-mcp) plugin retrieves stock pricing info from [Yahoo Finance](https://finance.yahoo.com/).
<p align="center">
<img src="./assets/yfinance.png">
</p>
## 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:
```json
{
"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](https://extism.org/discord) for more help.
Connection Info
You Might Also Like
valuecell
Valuecell is a Python project for efficient data management.
hexstrike-ai
HexStrike AI is an AI-powered MCP cybersecurity automation platform with 150+ tools.
AP2
AP2 provides code samples and demos for the Agent Payments Protocol.
machi
A Web3-native AI Agent Framework.
mcp-codex-dev
MCP Server for Codex CLI integration - stateful code writing and review workflows
memo
Memo MCP -- save and restore conversation across agents