Japanfinance Agent
PassAudited by ClawScan on May 10, 2026.
Overview
The skill is coherently described as a Japan finance data aggregator, but users should be aware it installs an external package and may use finance-service credentials.
This skill appears purpose-aligned for Japanese finance data analysis. Before installing, verify that you trust the external `japanfinance-agent` package, understand how any EDINET/e-Stat/J-Quants credentials are stored, and only start the MCP server for trusted clients.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing the skill will install and run code from an external package that was not visible in these artifacts.
The skill depends on an external package that was not included for code review, so installation trust depends on the package source and distribution.
uv | package: japanfinance-agent[all] | creates binaries: japanfinance-agent
Install only if you trust the package source; review the package metadata/source if available and consider pinning a known version.
You may need to provide API keys or login credentials for finance data providers.
The skill discloses that some data sources require credentials, which is expected for those integrations but still gives the installed tool account-level access to those services.
| EDINET | Securities filings, XBRL financial statements | API key (free) | ... | e-Stat | Government statistics (GDP, CPI, employment) | App ID (free) | ... | J-Quants | Stock prices (OHLCV) | Email + Password |
Use dedicated or least-privilege credentials where possible, and check the provider/package documentation for how credentials are stored and used.
If you start the MCP server, connected clients may be able to request financial data through this tool.
The skill documents an MCP server mode, which can expose the agent's finance-data tools to MCP clients when the user starts it.
### Start MCP server ```bash japanfinance-agent serve ```
Only run the MCP server in a trusted environment and confirm its binding, authentication, and client permissions in the package documentation.
