kigyounai-hoiku-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KIGYOUNAI_YOUKOU_PDF_URL | No | URL of the Youkou PDF (default: from kigyounaihoiku.jp) | https://www.kigyounaihoiku.jp/...pdf |
| KIGYOUNAI_KANTOKU_PDF_URL | No | URL of the Kantoku Kijun PDF (default: from cfa.go.jp) | https://www.cfa.go.jp/...pdf |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_lawA | 企業主導型保育に関連する法令から特定の条文を取得する。e-Gov法令API v2を使用。略称にも対応(児福法→児童福祉法、子支法→子ども・子育て支援法、虐待防止法→児童虐待防止法 等)。 |
| search_lawA | 企業主導型保育に関連する法令をキーワードで検索する。法令名が分からない場合に使用。e-Gov法令API v2を使用。 |
| search_tankaA | 企業主導型保育事業の運営費単価を構造化データとして検索する。実施要綱の別紙1〜13をパースした構造化データから、条件に合致する単価を返す。 besshi パラメータで別紙を指定して検索
besshi未指定時(従来互換)type="kihon" → 基本分単価、type="kasan" → 各種加算、type="all" → 両方 フィルタ
|
| search_youkouA | 企業主導型保育事業費補助金実施要綱(助成金の交付条件を定めた要綱、88ページ)をキーワード検索する。職員配置・設備基準・運営費・整備費・共同利用等の助成金に関する基準はこのツールで検索。これは認可外保育施設指導監督基準(search_kantoku_kijun)の上乗せ基準である。 単価表の取得方法(重要)別紙1(基本分単価)等の大きな単価表は、キーワード検索だけでは特定の地域区分のデータまで到達できない場合がある。 以下の手順で段階的に絞り込むこと:
主要な別紙一覧
単価の金額を知りたい場合基本分単価・各種加算の金額が必要な場合は、まず search_tanka ツールを使うこと。 search_tanka は構造化データとして単価を返すため、正確かつ高速。 search_youkou は要件・留意事項等のテキスト情報を確認する場合に使う。 |
| search_kantoku_kijunA | 認可外保育施設指導監督基準(全ての認可外保育施設に適用される法的最低基準)をキーワード検索する。保育従事者の資格・配置、設備、保育内容、給食、健康管理等の最低基準はこのツールで検索。企業主導型保育は認可外保育施設であり、この基準が法的ベースラインとなる。 |
| search_faqA | 企業主導型保育事業のFAQ(よくある質問)をキーワード検索する。制度・申請・共同利用・公金管理システム等に関する公式Q&Aを検索できる。 |
| search_tsuuchiB | 企業主導型保育事業の通知・お知らせ一覧をキーワード検索する。助成決定、指導監査、セミナー、システム更新等の通知を検索できる。 |
| search_kansaA | 企業主導型保育事業の監査関連文書(指導・監査評価基準、専門的財務監査基準、専門的労務監査基準等)をキーワード検索する。監査準備、自主点検、帳簿・書類の確認等に使用。doc_type未指定時は全7文書を横断検索する。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each search_* tool targets a distinct document corpus: supervision standards, implementation guidelines, unit-price tables, FAQ, notices, and audit documents. search_law and get_law are clearly split into discovery versus targeted retrieval, and the descriptions explicitly tell agents when to use search_tanka vs search_youkou.
All tool names follow a consistent lowercase snake_case verb_noun pattern: seven are search_<corpus> and one is get_law. The single get_law is a natural counterpart to search_law and does not break the convention.
8 tools is well within the ideal range for a domain-specific regulatory research server. Each tool maps to a meaningful document type or retrieval mode, so none feel redundant and none are missing.
The tool surface covers the full research workflow for this domain: searching laws, retrieving specific provisions, finding supervision standards, querying structured subsidy rates, and searching guidelines, FAQ, notices, and audit documents. There are no obvious dead ends for the stated purpose.