← 返回 Skills 市场
ajtgjmdjp

Boj Mcp

作者 ajtgjmdjp · GitHub ↗ · v0.1.3
cross-platform ✓ 安全检测通过
1305
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install boj-mcp
功能描述
Access Bank of Japan (BOJ/日本銀行) statistical data — price indices (CGPI, SPPI), flow of funds, balance of payments, BIS statistics, interest rates, money supp...
使用说明 (SKILL.md)

BOJ: Bank of Japan Statistical Data

Access Bank of Japan time-series statistics from the official flat file download service. Covers price indices (CGPI, SPPI), flow of funds, balance of payments, international investment position, BIS statistics, and TANKAN survey data.

Use Cases

  • Look up Corporate Goods Price Index (CGPI/企業物価指数) trends
  • Analyze Services Producer Price Index (SPPI/企業向けサービス価格指数)
  • Retrieve Flow of Funds data (資金循環統計)
  • Access Balance of Payments statistics (国際収支統計)
  • Review BIS international statistics
  • Explore TANKAN survey results (短観)

Commands

List available datasets

# Show all available BOJ flat file datasets
boj-mcp datasets

Download and display data

# Display dataset in table format
boj-mcp data cgpi_m_en

# JSON output with more rows
boj-mcp data sppi_m_en --format json --rows 50

Search for series

# Search within a specific dataset
boj-mcp search "electricity" --dataset cgpi_m_en

# Search across datasets by name
boj-mcp search "price"

Test connectivity

boj-mcp test

Available Dataset Categories

Category Prefix Description
Prices cgpi, sppi, cspi, rop Corporate/Services price indices
Surveys co TANKAN (Short-term Economic Survey)
Flow of Funds fof Financial assets & liabilities
Balance of Payments bp International transactions
International Investment qiip International investment position
BIS Statistics bis BIS international banking/debt
Money Stock md Money stock statistics
Interest Rates ir Various interest rates

Workflow

  1. boj-mcp datasets -> browse available datasets
  2. boj-mcp search \x3Ckeyword> -> find relevant series
  3. boj-mcp data \x3Cdataset_name> -> retrieve data

Important

  • No API key required — BOJ flat files are publicly available
  • Data is cached locally after first download for faster subsequent access
  • Files are in Shift_JIS encoding (handled automatically)
  • Data source: Bank of Japan (https://www.stat-search.boj.or.jp/)
  • Python package: pip install boj-mcp or uv tool install boj-mcp
安全使用建议
This skill appears coherent: it is a CLI client for publicly available BOJ flat files and does not request secrets. Before installing, verify the boj-mcp package source (PyPI or the uv registry), check package maintainers and release checksums, and consider installing in a sandbox or virtual environment if you have supply-chain concerns. If you need maximum assurance, review the package source code (or request a package provenance URL) prior to installation.
功能分析
Type: OpenClaw Skill Name: boj-mcp Version: 0.1.3 The skill bundle appears benign. The `SKILL.md` provides clear, straightforward instructions for using the `boj-mcp` command-line tool to access Bank of Japan statistical data. There are no indications of prompt injection attempts against the AI agent, no suspicious commands (e.g., `curl|bash`, `eval`), no attempts at data exfiltration, persistence, or obfuscation. The installation method via `uv` for the `boj-mcp` package is standard, and the data source is explicitly stated as the official Bank of Japan website.
能力评估
Purpose & Capability
Name/description, runtime commands in SKILL.md, and the required binary (boj-mcp) are consistent: the skill is a thin wrapper around a client that downloads BOJ flat files. No unrelated credentials, tools, or paths are requested.
Instruction Scope
SKILL.md instructs only to run the boj-mcp CLI to list/search/download BOJ datasets and to test connectivity. It notes local caching and character encoding handling — both reasonable for this use case. The instructions do not ask the agent to read unrelated files, secrets, or to transmit data to third-party endpoints.
Install Mechanism
Install spec uses a third-party package installer ('uv' package kind) that will create a binary named boj-mcp; SKILL.md also suggests 'pip install boj-mcp' as an alternative. Installing third-party packages executes external code, which is expected for a CLI client but carries normal supply-chain risk. Verify package provenance (registry, checksums) before installing.
Credentials
No environment variables, credentials, or config paths are required. The skill does local caching but does not request secrets or access to unrelated services — this is proportionate to its stated purpose.
Persistence & Privilege
always is false and the skill does not request any elevated or persistent platform-wide privileges. Local caching is normal for a data client and the skill does not attempt to modify other skills or system-wide agent configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install boj-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /boj-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
Rename _MAX_ZIP_FILES for consistency
v0.1.2
Fix CSV parsing for NA values, ZIP security hardening
v0.1.0
Initial release: BOJ flat file data access with 4 MCP tools
元数据
Slug boj-mcp
版本 0.1.3
许可证
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Boj Mcp 是什么?

Access Bank of Japan (BOJ/日本銀行) statistical data — price indices (CGPI, SPPI), flow of funds, balance of payments, BIS statistics, interest rates, money supp... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1305 次。

如何安装 Boj Mcp?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install boj-mcp」即可一键安装,无需额外配置。

Boj Mcp 是免费的吗?

是的,Boj Mcp 完全免费(开源免费),可自由下载、安装和使用。

Boj Mcp 支持哪些平台?

Boj Mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Boj Mcp?

由 ajtgjmdjp(@ajtgjmdjp)开发并维护,当前版本 v0.1.3。

💬 留言讨论