AI-friendly access to Japanese (TSE/JPX) and Vietnamese (HOSE/HNX) stock market data
JPStock Agent is a comprehensive MCP server providing 111 tools for Japanese and Vietnamese stock market analysis. It wraps yfinance, J-Quants API, and vnstock to deliver real-time prices, technical analysis (24 indicators, 29 screening strategies), candlestick pattern detection (20 patterns), backtesting (12 strategies with Monte Carlo simulation), portfolio optimization, sentiment analysis, fundamental analysis (Altman Z-score, Piotroski F-score, DCF valuation), ML predictions, options analytics, and unified stock reports. Supports auto-detection of market by symbol format.
Once installed, try these example prompts and explore these capabilities:
Add this to your MCP configuration file:
{
"mcpServers": {
"jpstock-agent": {
"args": [
"jpstock-agent"
],
"command": "uvx"
}
}
}The server has several security concerns that affect the score. It validates API keys but sends them in plain text parameters, logs authentication errors, and uses broad exception handling with dangerous eval/exec operations. A hardcoded test password and overly broad network permissions also present risks for a finance server. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
Scanned 3 files · 12 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!