imo-rules-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@imo-rules-mcpSearch SOLAS for lifeboat requirements."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
⚓ imo-rules-mcp
Bring your corpus. Keep the rules local.
A read-only MCP server for offline semantic search, keyword search, document retrieval, citation traversal, and structured browsing across a locally supplied IMO regulatory corpus.
Tools · Set up a corpus · Rights boundary · Full technical reference
The server is open. The corpus is yours to license, store, and protect.
imo-rules-mcp exposes a local corpus of maritime instruments to MCP-compatible clients without crawling the web or redistributing regulation text.
MCP tools
Tool | Purpose |
| Meaning-based retrieval with ranked regulations, breadcrumbs, snippets, and document keys. |
| Literal title or body search. |
| Retrieve one normalized regulation with navigation context and citations. |
| Navigate instruments, chapters, and regulations. |
| Follow outbound cross-references. |
| Inspect corpus coverage and index state. |
Related MCP server: Markdown RAG MCP
Architecture
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"]Quickstart
Install:
npm installImport a compatible exported corpus:
node scripts/import-corpus.mjs /path/to/KRcrawlStart the stdio server:
npm startA repository-scoped .mcp.json is included for hosts that support project-local MCP configuration.
Corpus and rights boundary
This repository contains server code only. It does not ship SOLAS, MARPOL, STCW, IMO Codes, or any other regulation corpus.
Supply only material you are licensed to use.
Keep
corpus/outside version control.Do not publish or redistribute proprietary regulation text.
If a convenience bundle includes corpus data, keep that repository private and apply the applicable rights controls.
Server-code licensing does not grant rights to the corpus.
Runtime contract
Read-only tools only.
No crawler and no required network path.
Semantic search loads its local model/index on demand.
Other tools operate directly on the local corpus structures.
Corpus completeness, currency, interpretation, and legal authority remain external responsibilities.
Full technical reference
The original detailed README — including the expected corpus layout, environment variables, client configuration, and tool-by-tool behavior — is preserved unchanged at:
README.technical.2026-08-25.md
License
Server code is MIT. Corpus data is excluded from that grant.
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