building-standards-act-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BUILDING_LAW_CACHE | No | Cache mode (memory or file) | memory |
| BUILDING_LAW_CACHE_DIR | No | Directory for file cache | ~/.cache/building-standards-act-mcp/ |
| BUILDING_LAW_LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
| BUILDING_LAW_CONCURRENCY | No | Maximum concurrent API calls | 5 |
| BUILDING_LAW_RATE_LIMIT_MS | No | API call interval in milliseconds | 200 |
| BUILDING_LAW_REQUEST_TIMEOUT | No | API request timeout in milliseconds | 30000 |
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_lawB | 条番号を指定して法令の条文を取得する。附則・別表にも対応。略称・正式名称のいずれでも指定可能。format=structured で条→項→号の階層構造をJSON形式で取得可能。 |
| get_full_lawA | 法令の全文を取得する。条番号を指定せず法令全体のテキストを返す。 |
| search_lawA | キーワードで建築関連法令を横断検索する。登録済みエイリアスとe-Gov APIの両方を検索する。注意: 検索対象は法令名(タイトル)のみ。条文本文のキーワード検索は不可。条文内の用語を探す場合は get_law で条番号を直接指定するか、get_full_law で全文取得してください。 |
| get_kokujiA | 建築基準法が技術基準を委任している告示の全文を取得する。国土交通省の告示データベース(PDF)から取得し、見つからない場合はe-Gov APIで検索を試みる。 |
| check_law_updatesA | 法令の改正状況をe-Gov APIで確認する。法令名指定で単体チェック、グループ指定でバッチチェック、show_historyで改正履歴表示が可能。 |
| get_laws_batchB | 複数の法令・条文を一括取得する。同一法令の複数条文はAPI呼び出し1回で効率的に処理。最大20件。 |
| verify_citationA | AIの回答に含まれる法令引用を検証する。条文の存在確認、テキスト照合による正確性チェックが可能。最大10件。 |
| suggest_relatedA | 指定した条文が参照している関連法令・委任先・同法令内参照を自動抽出して提案する。 |
| analyze_articleB | 条文の構造を解析し、項数・号数・参照統計・プレビューなどのメタデータをJSON形式で返す。AIが要約・解説を生成する際の素材データとして活用。 |
| get_metricsA | サーバーの使用量メトリクスを返す(ツール呼び出し回数・APIリクエスト数・キャッシュヒット率・稼働時間) |
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/Sora-bluesky/building-standards-act-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server