Estat Mcp

v0.2.2

Search and retrieve Japanese government statistics (人口, GDP, CPI, 貿易, 雇用) from e-Stat API — Japan's official open data portal with 3,000+ statistical tables....

0· 857·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (e-Stat API client) match the declared binary (estat-mcp) and the documented commands. Requiring an e-Stat API key (ESTAT_APP_ID) is expected for this purpose.
Instruction Scope
SKILL.md contains only usage instructions for the estat-mcp CLI, the required ESTAT_APP_ID, and install hints (pip/uv). It does not instruct reading unrelated files, sweeping environment variables, or sending data to unexpected endpoints.
Install Mechanism
Install spec uses a 'uv' package installer to provide the estat-mcp binary and SKILL.md also mentions 'pip install estat-mcp'. Installing a single named package that creates the expected binary is reasonable, but 'uv' is less common than pip/standard package managers — verify the package source before installing.
Credentials
Only one env var is required: ESTAT_APP_ID, which is the e-Stat API key documented in the SKILL.md. No unrelated credentials or config paths are requested.
Persistence & Privilege
Skill does not request permanent/always-on presence (always:false) and does not modify other skills or system-wide settings. Autonomous invocation is allowed by default (normal) and not by itself a concern.
Assessment
This skill appears coherent for accessing Japan's e-Stat API. Before installing: (1) verify the estat-mcp package source (PyPI or an official repository/GitHub) so you know what code will be installed; (2) only provide a valid e-Stat API key (ESTAT_APP_ID) and avoid sharing other secrets; (3) after install, run `estat-mcp test` and inspect what network endpoints the binary calls if possible; (4) if you want stronger assurance, review the package code or use a sandboxed environment. Note that the agent may invoke the skill autonomously (normal behavior), so consider whether you want that enabled for this agent.

Like a lobster shell, security has layers — review code before you run it.

latestvk970sr6kmdap495vqj5dr4nsvx8163sw

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📈 Clawdis
Binsestat-mcp
EnvESTAT_APP_ID

Install

Install estat-mcp (uv)
Bins: estat-mcp
uv tool install estat-mcp

Comments