Skip to main content

Add your description here

Project description

e-Stat Dashboard MCP Server

An MCP (Model Context Protocol) server to interact with the e-Stat Dashboard API, providing Japanese statistical data to LLMs.

Installation & Usage

Using uv (Recommended)

You can run the server directly without installing it using uvx:

uvx e-stat-dashboard-mcp

via Claude Desktop config

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "e-stat-dashboard": {
      "command": "uvx",
      "args": ["e-stat-dashboard-mcp"]
    }
  }
}

Manual Installation (pip)

pip install e-stat-dashboard-mcp
python -m e_stat_dashboard_mcp.server

Local Development

Clone the repository and install dependencies:

git clone https://github.com/takurot/e-stat-dashboard-mcp.git
cd e-stat-dashboard-mcp
uv sync

Running the Server (Local)

uv run python -m e_stat_dashboard_mcp.server

Or via MCP Inspector:

npx @modelcontextprotocol/inspector uv run python -m e_stat_dashboard_mcp.server

Tools

search_indicators(keyword: str) -> str

Search for statistical indicators.

  • Example: search_indicators(keyword="失業率")
  • Returns a Markdown list of matching indicators with codes.

get_stats_data(indicator_code: str, from_date: str = None, to_date: str = None, cycle: str = None) -> str

Get statistical data for a specific indicator.

  • Example: get_stats_data(indicator_code="0301010000020020010", from_date="20230100")
  • Returns a JSON string of flattened data points.

analyze_stats(data_json: str, analysis_type: str) -> str

Analyze the retrieved data.

  • Types:
    • summary: Basic stats (mean, max, min, etc.)
    • cagr (or growth): Compound Annual Growth Rate
    • yoy: Year-Over-Year growth
  • Example: analyze_stats(data_json=..., analysis_type="cagr")

generate_graph_code(data_payload: str, graph_type: str, title: str, x_label: str = "Date", y_label: str = "Value") -> str

Generate Python code to visualize data using Matplotlib (with Japanese font support).

  • Types: line, bar, scatter
  • Example: generate_graph_code(data_payload=..., graph_type="line", title="Unemployment Rate", y_label="Percentage")

list_regions(parent_region_code: str = None) -> str

List regions (Prefectures, etc).

  • Example: list_regions(parent_region_code="00000") (Lists prefectures)

Configuration

Environment variables can be set in .env or passed directly. Prefix is ESTAT_.

Variable Default Description
ESTAT_API_BASE_URL https://dashboard.e-stat.go.jp/api/1.0/Json API Endpoint
ESTAT_LANG JP Language

Development

Run tests:

uv run pytest

Run linter:

uv run ruff check .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

e_stat_dashboard_mcp-0.1.1.tar.gz (134.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

e_stat_dashboard_mcp-0.1.1-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file e_stat_dashboard_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: e_stat_dashboard_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 134.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for e_stat_dashboard_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 42d9023ec6786b44080b981271da85138f637e9c1c2a18690f517901f3775490
MD5 4109861c854eabd63ec25ad490f60fc3
BLAKE2b-256 1458bea65cdbcdc78e431be5081b84b76466ea7caab65979270718e6c80ead5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for e_stat_dashboard_mcp-0.1.1.tar.gz:

Publisher: release.yml on takurot/e-stat-dashboard-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file e_stat_dashboard_mcp-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for e_stat_dashboard_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7f42f13577977c5303698feda3e0da59cebf35f29ec059c0b02cdca76d603639
MD5 a958e9f0774a5c17ad9eb21b1a669e0d
BLAKE2b-256 3c521cf49ee25d24fba4cd105a18452738012ea027dd73fbe707dd3a42e24463

See more details on using hashes here.

Provenance

The following attestation bundles were made for e_stat_dashboard_mcp-0.1.1-py3-none-any.whl:

Publisher: release.yml on takurot/e-stat-dashboard-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page