E Stat MCP Server

E Stat MCP Server

By cygkichi GitHub

-

e-stat mcp-server
Overview

What is e-Stat MCP Server?

The e-Stat MCP Server is a server that provides access to the Japanese government's statistical portal site "e-Stat" API, enabling language models to search and retrieve statistical data.

How to use e-Stat MCP Server?

To use the e-Stat MCP Server, you need an application ID from the e-Stat API. Follow these steps to obtain it:

  1. Visit the e-Stat API features.
  2. Register as a user.
  3. Agree to the terms of use and obtain your application ID.

Key features of e-Stat MCP Server?

  • search_e_stat_tables: Search statistical tables by keywords and survey years.
  • get_e_stat_meta_info: Retrieve metadata corresponding to a statistical table ID.
  • get_specific_e_stat_data: Obtain statistical data corresponding to a statistical table ID or dataset ID.
  • get_e_stat_ref_dataset: Reference filtering conditions for datasets.
  • get_e_stat_data_catalog: Get information about statistical table files and databases.

Use cases of e-Stat MCP Server?

  1. Searching population statistics for Tokyo in 2023.
  2. Retrieving statistics on ice cream demand.
  3. Comparing aging rates by prefecture.

FAQ from e-Stat MCP Server?

  • What is the e-Stat MCP Server used for?

It is used to access and retrieve various statistical data from the Japanese government's e-Stat portal.

  • Is there a cost to use the e-Stat MCP Server?

No, it is free to use, but you need to register for an application ID.

  • What kind of data can I retrieve?

You can retrieve a wide range of statistical data, including demographic statistics, economic data, and more.

Content

e-Stat MCP server

Model Context Protocol (MCP) サーバーで、日本の政府統計ポータルサイト「e-Stat」のAPIにアクセスするための機能を提供します。言語モデルが統計データを検索・取得できるようになります。

ツール

このサーバーは以下のツールを提供しています:

  • search_e_stat_tables : キーワードと調査年で統計表を検索します
  • get_e_stat_meta_info : 統計表IDに対応するメタ情報を取得します
  • get_specific_e_stat_data : 統計表IDまたはデータセットIDに対応する統計データを取得します
  • get_e_stat_ref_dataset : データセットの絞り込み条件等を参照します
  • get_e_stat_data_catalog : 統計表ファイルおよび統計データベースの情報を取得します

使い方

このサーバーを使用するには、e-Stat APIのアプリケーションIDが必要です。以下の手順で取得できます:

  1. e-Stat API機能にアクセス
  2. ユーザ登録を行う
  3. 利用規約に同意してアプリケーションIDを取得

Claude Desktop

  • On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
    "mcpServers": {
        "e-stat": {
            "command": "uv",
            "args": [
                "--directory",
                "/path/to/estat-mcp-server",
                "run",
                "server.py"
            ],
            "env": {
                "E_STAT_APP_ID": "YOUR_E_STAT_APP_ID"
            }
        }
    }
}
{
    "mcpServers": {
        "e-stat": {
            "command": "uvx",
            "args": [
                "estat-mcp-server"
            ],
            "env": {
                "E_STAT_APP_ID": "YOUR_E_STAT_APP_ID"
            }
        }
    }
}

使用例

接続後、Claudeに以下のような質問ができます:

  • "2023年の東京都の人口統計を検索して"
  • "アイスクリームの需要に関する統計を取得して"
  • "都道府県別の高齢化率を比較して"

ライセンス

このプロジェクトはMITライセンスの下で提供されています

  • 詳細はLICENSEファイルを参照してください。
No tools information available.

Mirror of

image-generation mcp-server
View Details

Secure MCP server for analyzing Excel files with oletools

oletools mcp-server
View Details

Mirror of

bigquery mcp-server
View Details

MCPHubs is a website that showcases projects related to Anthropic's Model Context Protocol (MCP)

mcp mcp-server
View Details
Dealx
Dealx by DealExpress

-

dealx mcp-server
View Details

Google Analytics MCP server for accessing analytics data through tools and resources

google-analytics mcp-server
View Details

A Python-based MCP server that lets Claude run boto3 code to query and manage AWS resources. Execute powerful AWS operations directly through Claude with proper sandboxing and containerization. No need for complex setups - just pass your AWS credentials and start interacting with all AWS services.

aws mcp-server
View Details