Mmcp.market

iNavi Maps Docs MCP server

by inavi-systems·io.github.inavi-systems/inavi-mcp·v0.4.1

iNavi Maps docs for AI (South Korea): API specs, Web JS SDK reference, HTML map templates

A94/100grade A
What users say
No reviews yet
Be the first
Safety scan
A94/100

full report

Adoption
Growing

0 stars70 downloads/wk

Reviews

Write one

Nobody has reviewed iNavi Maps Docs yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

iNavi Maps Docs tools (6)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • get_api_spec

    Retrieves detailed specification of a specific API (including request/response schemas).

  • get_map_example

    Retrieve one iNavi Maps HTML example by id, with its full metadata

  • get_sdk_doc

    Retrieves SDK documentation for one symbol as Markdown.

  • list_api_specs

    Lists available iNavi Maps APIs.

  • list_map_examples

    Browse render-ready iNavi Maps HTML examples.

  • list_sdk_docs

    Lists iNavi Maps JavaScript SDK symbols — classes and option/type definitions.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan162 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Overall 94/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the iNavi Maps Docs repository's README, as published. We do not edit it. Read it on GitHub

iNavi MCP Server

AI 어시스턴트에 지도 인텔리전스를 부여하는 MCP (Model Context Protocol) 서버입니다.

iNavi MCP Server를 연결하면, AI가 iNavi Maps의 다양한 위치 기반 API를 이해하고 인터랙티브 지도를 직접 생성할 수 있게 됩니다. 별도의 API 문서를 읽거나 코드를 직접 작성할 필요 없이, 자연어로 대화하며 지도 기반 기능을 구현할 수 있습니다.

  • API 스펙 조회 - 지오코딩, POI 검색, 경로 탐색, 맵 매칭 등 30개 이상의 iNavi Maps API 사양을 AI에게 제공
  • 지도 시각화 - 마커, 클러스터, 폴리곤, 폴리라인 등 18개의 HTML 템플릿으로 인터랙티브 지도 생성

이런 분들에게 적합합니다:

  • 빠른 프로토타이핑 - API 문서를 읽지 않고 AI 대화만으로 지도 기반 기능 구현
  • 위치 기반 서비스 개발 - 지오코딩, 경로 탐색, POI 검색 등을 활용한 서비스 구축
  • 데이터 시각화 - 위치 데이터를 인터랙티브 지도 위에 시각화

빠른 시작

방법 1: .mcpb Bundle (Claude Desktop 전용 - 추천)

가장 쉬운 설치 방법입니다. 별도 환경 구성 없이 바로 사용할 수 있습니다.

  1. GitHub Releases에서 최신 .mcpb 파일 다운로드
  2. 다운로드한 .mcpb 파일을 Claude Desktop에 드래그 앤 드롭 (또는 더블클릭)
  3. Claude Desktop 재시작

완료! 이제 Claude에게 지도 관련 질문을 할 수 있습니다.

방법 2: npx (모든 MCP 호스트)

Cursor, VS Code, Claude Code, Codex, Windsurf 등 다양한 MCP 호스트에서 사용할 수 있습니다. 아래 서버 설정을 사용 중인 도구의 설정 경로에 추가하세요. (Codex는 JSON이 아닌 TOML 형식이라 변환이 필요합니다.)

사전 요구사항: Node.js 22 이상이 설치되어 있어야 합니다.

Claude Code, Codex 같은 CLI 도구는 다음과 같이 간단하게 설정할 수 있습니다.

  • Claude Code: claude mcp add --transport stdio inavi-maps-mcp -- npx -y @inavi-maps/mcp-server
  • Codex: codex mcp add inavi-maps-mcp -- npx -y @inavi-maps/mcp-server

사용 예시

MCP 서버를 설치한 후, AI에게 자연어로 요청하세요.

API 탐색 & 코드 생성

이 MCP 서버는 iNavi Maps API 사양을 AI에게 제공합니다. AI가 직접 API를 호출하는 것이 아니라, API 스펙을 참조하여 올바른 호출 코드를 작성해 줍니다.

iNavi Maps에서 사용할 수 있는 지오코딩 관련 API를 알려줘
리버스 지오코딩 API의 요청/응답 스펙을 보여줘
주소를 좌표로 변환하는 API 호출 코드를 TypeScript로 작성해줘
출발지-도착지 경로 탐색 API를 사용하는 예제 코드를 만들어줘
N:1 거리 매트릭스 API로 가장 가까운 매장을 찾는 로직을 구현해줘

지도 시각화

AI가 HTML 템플릿을 기반으로 인터랙티브 지도 페이지를 생성합니다.

iNavi 지도에 마커를 표시하는 HTML 페이지를 만들어줘
여러 지점을 클러스터로 묶어서 지도에 표시하는 페이지를 만들어줘
경로를 교통 상황 색상으로 지도에 시각화하는 페이지를 만들어줘
서울 주요 관광지를 폴리곤 영역과 마커로 표시하는 지도를 만들어줘

조합 활용

API 스펙 조회와 지도 시각화를 함께 사용하면 더 복잡한 기능을 구현할 수 있습니다.

지오코딩 API로 주소를 좌표로 변환하고, 그 결과를 지도에 마커로 표시하는 페이지를 만들어줘
경로 탐색 API 호출 결과를 지도 위에 폴리라인으로 시각화하는 코드를 작성해줘

사용 가능한 도구

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @inavi-maps/mcp-server on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add inavi-mcp -- npx -y @inavi-maps/mcp-server
Add to Cursor

iNavi Maps Docs: common questions

Is iNavi Maps Docs MCP server safe?
Yes, by our scan: it is graded A (94/100). Read the iNavi Maps Docs safety report
How do I install iNavi Maps Docs?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does iNavi Maps Docs need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is iNavi Maps Docs maintained?
The last commit was in the last day (2026-09-23). The latest release is v0.4.1.
What can I use instead of iNavi Maps Docs?
Servers from other publishers that do the same job: Open Agreements MCP server, classifier.dev docs MCP server and AI Context MCP server. Compare all iNavi Maps Docs alternatives.

Alternatives to iNavi Maps Docs

Same job from other publishers: the closest match first, then the best rated.

All iNavi Maps Docs alternatives →
  • Open Agreements
    Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment) as DOCX files.
    A
  • classifier.dev docs
    classifier.dev documentation as tools: list, read and search the reference, benchmark and guides.
    A
  • AI Context
    Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.
    B
  • Whimsical
    Create and edit flowcharts, mind maps, wireframes, and docs in Whimsical, or search your workspace.
    A
  • Wet
    Open-source MCP server for AI agents: web search, content extraction, and library docs.
    B

More from inavi-systems