boj-mcp
Access Bank of Japan (BOJ/日本銀行) statistical data — price indices (CGPI, SPPI), flow of funds, balance of payments, BIS statistics, interest rates, money supply, exchange rates. Japan central bank monetary policy data. No API key required.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ajtgjmdjp/boj-mcpWhat This Skill Does
The boj-mcp skill is a powerful data extraction agent designed for the OpenClaw ecosystem, providing direct integration with the Bank of Japan (BOJ) official statistical database. By interfacing with the BOJ’s public flat-file download service, this agent allows users to programmatically retrieve, parse, and analyze critical macroeconomic indicators without the need for manual CSV processing or API key management. It handles complex encoding issues like Shift_JIS automatically and provides a standardized command-line interface to navigate datasets ranging from price indices (CGPI, SPPI) to Flow of Funds and TANKAN survey results. This skill serves as a reliable data pipeline for economists, financial analysts, and developers building decision-support systems focused on the Japanese economy.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface or your preferred package manager. Ensure your environment has basic Python capabilities:
- Install via OpenClaw:
clawhub install openclaw/skills/skills/ajtgjmdjp/boj-mcp - Alternatively, install via pip:
pip install boj-mcp - Verify the installation by running
boj-mcp testto confirm connectivity to the BOJ servers.
Use Cases
- Macroeconomic Forecasting: Retrieve real-time data on Corporate Goods Price Indices to assess domestic inflation trends.
- Investment Research: Analyze Flow of Funds statistics to track the capital allocation patterns of Japanese financial institutions.
- Corporate Analysis: Leverage TANKAN (Short-term Economic Survey) results to understand business sentiment across various industrial sectors.
- Policy Analysis: Review Balance of Payments and Money Stock data to monitor the impact of Bank of Japan monetary policy shifts.
Example Prompts
- "Search for the latest Corporate Goods Price Index (CGPI) data series related to electricity and display the results in a table."
- "Get the last 50 entries from the SPPI (Services Producer Price Index) dataset and provide the output in JSON format for my analysis script."
- "List all available categories for the Flow of Funds statistics so I can identify the specific dataset for corporate liabilities."
Tips & Limitations
- Caching: The tool caches downloaded datasets locally. If you suspect data has been updated, you may need to clear the cache or re-request the data.
- Data Structure: While the tool converts flat files into accessible formats, users should be familiar with the official naming conventions (e.g.,
cgpi_m_enfor monthly price data). - Limitations: This skill is strictly for public statistical data. It does not provide private banking records or real-time trading execution. It operates on a read-only basis for public macroeconomic reports.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ajtgjmdjp-boj-mcp": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read
Related Skills
edinet-mcp
Analyze Japanese public company financial statements (BS/PL/CF/財務諸表) from EDINET (FSA/金融庁) — search by company name or stock code, screen companies, compare periods (xbrl-diff). XBRL data, J-GAAP/IFRS/US-GAAP. Japan securities filings.
estat-mcp
Search and retrieve Japanese government statistics (人口, GDP, CPI, 貿易, 雇用) from e-Stat API — Japan's official open data portal with 3,000+ statistical tables. Population, economy, trade, employment data. Free API.
jquants-mcp
Access JPX stock market data via J-Quants API — search stocks, get daily OHLCV prices, financial summaries (revenue, profit, EPS, ROE), and earnings calendar for Tokyo Stock Exchange (TSE) listed companies. Japan stock price data.
tdnet-disclosure-mcp
Access TDNET timely disclosures (適時開示) from Tokyo Stock Exchange (JPX/TSE) — earnings reports (決算短信), dividends, buybacks, forecast revisions, governance changes. Search by company, stock code, date. Japan stock market corporate announcements. No API key required.
japanfinance-agent
Compound MCP agent combining 6 Japan finance data sources — EDINET securities filings (有価証券報告書), TDNET timely disclosures (適時開示), e-Stat government statistics (GDP/CPI/雇用), BOJ central bank data (金利/マネーサプライ), financial news, J-Quants stock prices. Company analysis, macro snapshots, earnings monitoring. Japanese financial data aggregator.