Skip to content
Skill

japan-gyousei-data

by naoterumaker

AI Summary

日本政府のオープンデータに MCP サーバー()経由でアクセスする。 で を使う。 は SSE 非対応のため不可。

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "japan-gyousei-data" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/japan-gyousei-data && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/japan-gyousei-data/SKILL.md "https://raw.githubusercontent.com/naoterumaker/japan-gyousei-data/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

日本の行政オープンデータにアクセスする。不動産取引価格(国交省)、官公需・入札情報、e-Stat政府統計の3つのデータソースを検索・取得できる。「不動産価格を調べて」「入札情報を検索」「政府統計を取得」「官公需で○○を探して」「地価を調べて」「統計データ」などで使用。MCP server (mcp.n-3.ai) 経由でリアルタイムにデータ取得する。

行政オープンデータスキル

日本政府のオープンデータに MCP サーバー(mcp.n-3.ai)経由でアクセスする。

データソース

| # | 名前 | 用途 | ツール | |---|------|------|--------| | 1 | 不動産取引価格 | 国交省の実取引データ | reinfolib-real-estate-price, reinfolib-city-list | | 2 | 官公需(入札) | 政府・自治体の調達案件検索 | kkj-search | | 3 | e-Stat | 政府統計ポータル | e-stat-get-stats-list, e-stat-get-meta-info, e-stat-get-data-catalog |

呼び出し方法

exec で curl を使う。web_fetch は SSE 非対応のため不可。 スクリプト scripts/mcp-call.sh を使う: `bash bash <skill_dir>/scripts/mcp-call.sh <data_source> <tool_name> '<arguments_json>' `

不動産: 大阪市の取引価格

bash scripts/mcp-call.sh reinfo reinfolib-real-estate-price '{"year":"2025","quarter":"3","area":"27","city":"27102"}'

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
53 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars53
Forks2
Issues1
Updated1mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code