finmcp
v0.1.1
Published
MCP server that exposes `yfinance` tools over stdio.
Readme
finmcp
MCP server that exposes yfinance tools over stdio.
Install
npm install -g finmcp
# or
npx -y finmcpPython dependencies (required):
pip install -r mcp/python/requirements.txtClaude Code
claude mcp add finmcp -- npx -y finmcpOpenCode
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"finmcp": {
"type": "local",
"command": ["npx", "-y", "finmcp"],
"enabled": true
}
}
}Notes
- Requires Python 3.10+ with
yfinanceinstalled. - Server logs go to stderr; stdout is reserved for MCP transport.
