e-Stat MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| E_STAT_APP_ID | Yes | Your e-Stat API application ID. Required to use the e-Stat API. You can obtain this by registering at https://www.e-stat.go.jp/api/ |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_stats_listB | 統計表情報を検索する. Args: search_word: 検索キーワード(統計表名、調査名など) survey_years: 調査年(YYYY形式、範囲指定はYYYY-YYYY) stats_field: 統計分野コード(2桁) stats_code: 政府統計コード(5桁または8桁) gov_code: 政府機関コード open_years: 公開年(YYYY形式、範囲指定はYYYY-YYYY) stats_name_list: 調査・集計の種類 start_position: データ取得開始位置 updated_date: 更新日(YYYY-MM-DD) limit: 取得件数(デフォルト10件、最大100件) Returns: 統計表情報のリスト |
| get_stats_list_csvC | 統計表情報をCSVで取得する. |
| get_meta_infoC | 統計表のメタ情報を取得する. Args: stats_data_id: 統計表ID Returns: メタ情報(分類事項、時間軸など) |
| get_meta_info_csvC | 統計表のメタ情報をCSVで取得する. |
| get_stats_dataC | 統計データを取得する. Args: stats_data_id: 統計表ID cdcat01: 分類事項01のコード(絞り込み用) cdcat02: 分類事項02のコード(絞り込み用) cdcat03: 分類事項03のコード(絞り込み用) lvcat01-lvcat15: 分類事項の階層レベル(lvCatXX) cdtime: 時間軸コード(絞り込み用) cdarea: 地域コード(絞り込み用) start_position: データ取得開始位置 section_header_flg: セクションヘッダ出力フラグ(Trueで有効) cnt_get_flg: 件数取得フラグ(Trueで有効) limit: 取得件数(デフォルト100件) Returns: 統計データ |
| get_stats_data_csvD | 統計データをCSVで取得する. |
| get_stats_data_bulkC | 複数の統計表ID/データセットIDから統計データを一括取得する. |
| search_stats_by_keywordB | キーワードで統計情報を検索する. より簡単に統計表を検索するためのヘルパーツール。 Args: keyword: 検索キーワード(例: "人口", "GDP", "雇用") limit: 取得件数(デフォルト20件) Returns: 検索結果のリスト |
| post_datasetC | データセットを登録する. Args: dataset_name: データセット名 stats_data_id: 統計表ID conditions: 取得条件(cdCatXX, cdTime, cdArea などを辞書で指定) description: 説明文 Returns: 登録結果 |
| get_datasetC | データセットを参照する. Args: dataset_id: 取得対象のデータセットID(省略時は利用可能一覧) start_position: データ取得開始位置 limit: 取得件数 Returns: データセット情報 |
| get_data_catalogC | データカタログ情報を取得する. Args: search_word: 検索キーワード stats_field: 統計分野コード stats_code: 政府統計コード gov_code: 政府機関コード survey_years: 調査年 open_years: 公開年 stats_name_list: 調査・集計の種類 updated_date: 更新日 start_position: データ取得開始位置 limit: 取得件数 Returns: データカタログ情報 |
| get_data_catalog_csvC | データカタログ情報をCSVで取得する. |
| get_stats_fieldsB | 統計分野コード一覧を返す. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/koizumikento/e-stats-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server