imo-rules-mcp
⚓ imo-rules-mcp
コーパスを持ち込む。ルールはローカルに保つ。
ローカルに提供された IMO 規制コーパスを対象に、オフラインのセマンティック検索、キーワード検索、文書取得、引用参照の辿り、構造化ブラウジングを提供する読み取り専用 MCP サーバー。
ツール · コーパスのセットアップ · 権利の境界 · 完全な技術リファレンス
サーバーはオープン。コーパスはあなたがライセンスし、保存し、保護するものです。
imo-rules-mcp は、ウェブをクロールしたり規制テキストを再配布したりすることなく、海事文書のローカルコーパスを MCP 互換クライアントに公開します。
MCP ツール
ツール | 目的 |
| ランク付けされた規制、パンくずリスト、スニペット、文書キーを備えた意味ベースの検索。 |
| タイトルまたは本文のリテラル検索。 |
| ナビゲーションコンテキストと引用を備えた正規化された規制を 1 件取得。 |
| 文書、章、規制をナビゲート。 |
| 外部への相互参照を辿る。 |
| コーパスのカバレッジとインデックスの状態を検査。 |
Related MCP server: Markdown RAG MCP
アーキテクチャ
flowchart LR
A["Licensed local corpus"] --> B["SQLite documents"]
A --> C["TOC tree"]
A --> D["Local embedding index"]
B --> E["MCP server"]
C --> E
D --> E
E --> F["Offline MCP client"]クイックスタート
インストール:
npm install互換性のあるエクスポート済みコーパスをインポート:
node scripts/import-corpus.mjs /path/to/KRcrawlstdio サーバーを起動:
npm startプロジェクトローカルの MCP 設定をサポートするホスト向けに、リポジトリ内の .mcp.json が含まれています。
コーパスと権利の境界
このリポジトリにはサーバーコードのみが含まれています。SOLAS、MARPOL、STCW、IMO コード、その他の規制コーパスは同梱されていません。
使用するライセンスを持つ資料のみを提供してください。
corpus/はバージョン管理の対象外にしてください。独自の規制テキストを公開または再配布しないでください。
便宜上バンドルにコーパスデータが含まれる場合は、そのリポジトリを非公開に保ち、該当する権利管理を適用してください。
サーバーコードのライセンスはコーパスに対する権利を付与するものではありません。
実行時契約
読み取り専用ツールのみ。
クローラーなし、必須のネットワークパスなし。
セマンティック検索は、ローカルのモデル/インデックスをオンデマンドで読み込みます。
その他のツールは、ローカルのコーパス構造に対して直接動作します。
コーパスの完全性、最新性、解釈、法的権限は、外部の責任事項です。
完全な技術リファレンス
元の詳細な README — 期待されるコーパスレイアウト、環境変数、クライアント設定、ツールごとの動作を含む — は、変更されずに以下に保存されています:
README.technical.2026-08-25.md
ライセンス
サーバーコードは MIT です。コーパスデータはこの許諾から除外されます。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only MCP server exposing a user ORANO library to their own AI agent.
1DocBase MCP server for AI agents
MCP server for querying Forkast documentation
Related MCP Servers
- AlicenseAqualityDmaintenanceLocal-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.316MIT
- AlicenseNot gradedqualityDmaintenanceProvides semantic search over markdown documentation using RAG, allowing natural language queries and integration with MCP clients.1MIT
- FlicenseNot gradedqualityDmaintenanceProvides tools for ingesting documents into a local vector database and retrieving relevant information via semantic search, enabling retrieval-augmented generation for MCP clients.6-
- FlicenseNot gradedqualityCmaintenanceEnables local document question-answering and retrieval via MCP, supporting multi-turn conversation, intent recognition, and tools for document search, Q&A, and summarization.5-
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/CAPTW/imo-rules-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server