Skip to main content
Glama
CAPTW

imo-rules-mcp

by CAPTW

⚓ imo-rules-mcp

나만의 말뭉치를 가져오세요. 규칙은 로컬에 유지됩니다.

로컬에 공급된 IMO 규제 말뭉치에 대해 오프라인 의미 검색, 키워드 검색, 문서 검색, 인용 탐색, 구조적 브라우징을 제공하는 읽기 전용 MCP 서버입니다.

MCP Runtime Mode Corpus

도구 · 말뭉치 설정 · 권리 경계 · 전체 기술 참조


서버는 공개되어 있습니다. 말뭉치는 사용자가 라이선스를 취득하고, 저장하고, 보호할 몫입니다.

imo-rules-mcp는 웹을 크롤링하거나 규정 텍스트를 재배포하지 않고, 로컬 해사 규정 말뭉치를 MCP 호환 클라이언트에 노출합니다.

MCP 도구

도구

용도

imo_semantic_search

순위가 매겨진 규정, 이동 경로, 스니펫, 문서 키를 제공하는 의미 기반 검색.

imo_keyword_search

제목 또는 본문의 리터럴 검색.

imo_get_document

탐색 컨텍스트와 인용을 포함한 정규화된 규정 하나를 검색.

imo_list_instruments / imo_browse

문서, 장, 규정을 탐색.

imo_get_citations

외부 상호 참조를 추적.

imo_stats

말뭉치 범위와 인덱스 상태를 검사.

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/KRcrawl

stdio 서버 시작:

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Local-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.
    3
    16
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides semantic search over markdown documentation using RAG, allowing natural language queries and integration with MCP clients.
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides tools for ingesting documents into a local vector database and retrieving relevant information via semantic search, enabling retrieval-augmented generation for MCP clients.
    6
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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

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