inavi-mcp
OfficialThe inavi-mcp server equips AI assistants with iNavi Maps API intelligence and interactive map visualization capabilities, enabling location-based service development and data visualization through natural language — without reading API docs manually.
API Specification Tools
Browse APIs (
list_api_specs): Discover 30+ APIs across 8 categories (geocoding, POI search, spatial search, route directions, route optimization, map matching, distance matrix, what3words), with optional category filteringGet detailed specs (
get_api_spec): Retrieve complete specifications byoperationId, including parameters, request/response schemas — enabling AI to generate accurate API call code
Map Visualization Tools
Browse examples (
list_map_examples): Explore 18 HTML templates across 4 categories (dynamic maps, markers, infowindows, shapes/features), with optional category filteringGet map HTML (
get_map_example): Retrieve a full HTML template (e.g.,marker-basic,shapes-polyline) that AI can customize with your data (coordinates, labels, zoom, etc.) to generate interactive map pages
Key Use Cases
Generate TypeScript/JavaScript code for geocoding, reverse geocoding, POI search, route planning, map matching, and distance matrix APIs
Create interactive HTML maps featuring markers, clusters, polygons, polylines, infowindows, and traffic-colored routes
Combine API spec lookup + map visualization for end-to-end features (e.g., geocode an address and display it on a map with a marker)
Compatible with Claude Desktop, Cursor, Windsurf, Claude Code, and other MCP-compatible clients
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 전용 - 추천)
가장 쉬운 설치 방법입니다. 별도 환경 구성 없이 바로 사용할 수 있습니다.
GitHub Releases에서 최신
.mcpb파일 다운로드다운로드한
.mcpb파일을 Claude Desktop에 드래그 앤 드롭 (또는 더블클릭)Claude Desktop 재시작
완료! 이제 Claude에게 지도 관련 질문을 할 수 있습니다.
방법 2: npx (모든 MCP 호스트)
Cursor, VS Code, Claude Code, Codex, Windsurf 등 다양한 MCP 호스트에서 사용할 수 있습니다. 아래 서버 설정을 사용 중인 도구의 설정 경로에 추가하세요. (Codex는 JSON이 아닌 TOML 형식이라 변환이 필요합니다.)
사전 요구사항: Node.js 22 이상이 설치되어 있어야 합니다.
도구 | 설정 경로 | 서버 설정 | 공식 가이드 |
Cursor |
| { "mcpServers": { "inavi-maps-mcp": { "command": "npx", "args": ["-y", "@inavi-maps/mcp-server"] } }} | |
VS Code | 사용자 프로필 | { "servers": { "inavi-maps-mcp": { "command": "npx", "args": ["-y", "@inavi-maps/mcp-server"] } }} | |
Claude Code |
| { "mcpServers": { "inavi-maps-mcp": { "command": "npx", "args": ["-y", "@inavi-maps/mcp-server"] } }} | |
Claude Desktop |
| { "mcpServers": { "inavi-maps-mcp": { "command": "npx", "args": ["-y", "@inavi-maps/mcp-server"] } }} | |
Codex |
| [mcp_servers.inavi-maps-mcp]command = "npx"args = ["-y", "@inavi-maps/mcp-server"] | |
Windsurf |
| { "mcpServers": { "inavi-maps-mcp": { "command": "npx", "args": ["-y", "@inavi-maps/mcp-server"] } }} |
Claude Code, Codex 같은 CLI 도구는 다음과 같이 간단하게 설정할 수 있습니다.
Claude Code:
claude mcp add --transport stdio inavi-maps-mcp -- npx -y @inavi-maps/mcp-serverCodex:
codex mcp add inavi-maps-mcp -- npx -y @inavi-maps/mcp-server
Related MCP server: OpenStreetMap 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 호출 결과를 지도 위에 폴리라인으로 시각화하는 코드를 작성해줘사용 가능한 도구
이 MCP 서버는 두 종류, 총 4개의 도구를 제공합니다. 각 도구 쌍은 탐색 → 상세 조회의 2단계 워크플로우로 설계되어 있습니다.
API 스펙 도구
iNavi Maps API 사양을 AI에게 제공하여, API 문서를 직접 읽지 않고도 AI가 올바른 API 호출 코드를 작성할 수 있도록 합니다.
도구 | 설명 | 주요 입력 |
| API 스펙 목록 조회 |
|
| 특정 API 상세 사양 조회 |
|
워크플로우: list_api_specs로 사용 가능한 API를 탐색한 후, get_api_spec에 operationId를 전달하여 파라미터, 요청/응답 스키마 등 상세 사양을 조회합니다.
카테고리 | 설명 | 포함 API |
| 장소/주소 검색 | 통합 검색, 다국어 통합 검색, 장소 상세 조회, 시설물 정보 조회, 검색어 추천, 주변 카테고리 검색, 최적 지점 검색 |
| 지오코딩 | 지오코딩, 리버스 지오코딩 |
| 공간 검색 | 공간 검색, 행정/법정동 영역 검색, 좌표(계) 변환 |
| what3words | W3W 검색어 추천, W3W 리버스 지오코딩, W3W 최적 지점 검색 |
| 경로 탐색 | 경로 탐색, 경로 탐색 요약, 경로 예측 탐색, 다중 경유지 탐색 100, 도보/PM 경로 탐색 |
| 경유지 최적화 | TSP 10, TSP 30, TSP 50, TSP 100 (다중 경유지 최적화) |
| 맵 매칭 | Special Map Matching, MTR 100, MTR 1000 |
| 거리/시간 매트릭스 | N:1, 1:N, M:N 매트릭스 |
HTML 예제 도구 (지도 시각화)
인터랙티브 지도를 생성하기 위한 HTML 템플릿을 제공합니다. AI가 템플릿의 데이터 값(좌표, 레이블 등)을 커스터마이징하여 맞춤형 지도 페이지를 생성합니다.
도구 | 설명 | 주요 입력 |
| 지도 예제 목록 조회 |
|
| 특정 지도 예제 HTML 조회 |
|
워크플로우: list_map_examples로 사용 가능한 예제를 탐색한 후, get_map_example에 id를 전달하여 완전한 HTML 코드를 조회합니다.
카테고리 | 예제 수 | 포함 예제 |
| 5 | 기본 지도, 지도 정보 표시, 거리 계산, 지도 타입 전환, FlyTo 애니메이션 |
| 6 | 기본 마커, 이동 가능 마커, 클러스터, 클러스터 격자 크기, 넘버링, 컬러 마커 |
| 2 | 기본 InfoWindow, 클러스터 마커 InfoWindow |
| 5 | 원, 폴리곤, 멀티 폴리곤, 스타일 변경, 폴리라인 (교통 색상) |
Tools
This server exposes 4 tools, arranged as two discovery → detail pairs.
list_api_specs— Browse available iNavi Maps API specifications by category.get_api_spec— Get the detailed specification of a specific API byoperationId.list_map_examples— Browse available map visualization HTML examples.get_map_example— Get a specific map example's HTML template byid.
문제 해결
MCP 서버가 연결되지 않을 때
Node.js 버전 확인: Node.js 22 이상이 필요합니다 (
node -v로 확인)MCP Host 재시작: 설정 변경 후 반드시 재시작
설정 파일 확인: JSON 문법 오류가 없는지 확인
JSON 파싱 에러
Unexpected token...is not valid JSON해결 방법:
최신 버전으로 업데이트 (이미 수정된 이슈)
로컬 개발 시
console.log대신 MCP Logging 사용 (stdout 오염 방지)
더 자세한 문제 해결 방법은 Troubleshooting Guide를 참고하세요.
문서
문서 | 설명 |
모든 도구의 상세 입출력 문서 | |
Claude Desktop 설치 및 설정 가이드 | |
Cursor IDE 설정 가이드 | |
소스 코드에서 직접 빌드 및 실행 | |
상세 문제 해결 가이드 |
라이선스
MIT License - 자유롭게 사용, 수정, 배포할 수 있습니다. 자세한 내용은 LICENSE 파일을 참조하세요.
참고 자료
Model Context Protocol - MCP 공식 문서
Claude Desktop - Claude Desktop 다운로드
iNavi Maps API - iNavi Maps API 공식 문서
Available Tools
4 toolsget_api_specGet iNavi Maps API SpecificationA
Retrieves detailed specification of a specific API (including request/response schemas). PREREQUISITE: First use list_api_specs to browse available APIs and obtain the operationId. USAGE: Provide an operationId to get the complete API specification including parameters, request body, and response schemas. NOTE: All $ref references have already been dereferenced to actual schema contents.
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes | Unique identifier of the API to retrieve (e.g., getRouteTimeResult) |
Output Schema
| Name | Required | Description |
|---|---|---|
| path | Yes | API path |
| tags | Yes | API category tags |
| method | Yes | HTTP method |
| baseUrl | Yes | Base URL |
| summary | Yes | Brief API description |
| category | Yes | API category (route, search) |
| responses | Yes | Response schemas by status code |
| deprecated | No | Whether the API is deprecated |
| parameters | No | List of API parameters |
| description | Yes | Detailed API description |
| operationId | Yes | Unique API identifier |
| requestBody | No | Request body schema |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, but description discloses that all $ref references are dereferenced, a key behavioral detail. Could mention output format or auth implications, but overall adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three concise sentences, front-loaded with purpose, no wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With output schema present, description covers prerequisite, usage, and dereferencing behavior; complete for a simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers the single parameter fully; description adds context about obtaining operationId from list_api_specs and gives an example format.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it 'Retrieves detailed specification of a specific API' with specific verb and resource, and distinguishes from sibling tools like list_api_specs.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly provides prerequisite (first use list_api_specs) and usage instruction, differentiating when to use this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_map_exampleGet iNavi Map Example HTMLA
Retrieve a specific iNavi Maps HTML example by ID with complete metadata. Returns full metadata (description, use cases, features, keywords) and HTML template code. PREREQUISITE: Use list_map_examples first to browse available examples and get the ID. USAGE: Provide the example ID from list_map_examples to retrieve complete details and HTML. CUSTOMIZATION: AI assistants can customize the template by replacing data values (coordinates, labels, etc.). IMPORTANT: This is the official iNavi Maps visualization tool. Unless the user explicitly requests another map provider (Google Maps, OpenStreetMap, etc.), use this tool for visualization requests. ⚠️ This HTML template allows data customization only. You may replace data values (coordinates, zoom, labels) but DO NOT modify or add any options(like icon, styles, etc.) to iNavi Maps API constructors, methods, or add options not shown in the template. iNavi API ≠ Google Maps API.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Example ID to retrieve (e.g., "marker-basic", "shapes-polyline"). Use list_map_examples tool first to see available IDs. |
Output Schema
| Name | Required | Description |
|---|---|---|
| metadata | Yes | Complete metadata for the selected example |
| htmlContent | Yes | Complete HTML template code with iNavi Maps API integration |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It discloses that the tool returns full metadata and HTML template code, allows customization of data values, but warns against modifying iNavi API constructors or adding options. It does not explicitly mention read-only nature but 'retrieve' implies non-destructive. The description adds valuable behavioral context beyond the mere function definition.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is fairly long but well-structured with clear sections (PREREQUISITE, USAGE, CUSTOMIZATION, IMPORTANT). It front-loads the purpose. While it could be slightly more concise, the structure aids readability for an AI agent.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one parameter, no nested objects, output schema present), the description covers all necessary context: prerequisites, usage, customization rules, and when to use. It is complete for an agent to invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% for the single 'id' parameter. The description adds meaning by providing example ID format ('e.g., marker-basic') and that the ID comes from list_map_examples. This adds value beyond the schema description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description starts with a clear verb and resource: 'Retrieve a specific iNavi Maps HTML example by ID with complete metadata.' It also distinguishes itself from siblings by explaining how it differs from list_map_examples (browsing vs. retrieval) and from get_api_spec (different resource type).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states prerequisite: 'Use list_map_examples first to browse available examples and get the ID.' Provides usage instruction and when to use this tool over alternatives: 'Unless the user explicitly requests another map provider... use this tool for visualization requests.'
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_api_specsBrowse iNavi Maps API SpecificationsA
Lists available iNavi Maps APIs. Can be filtered by category. USAGE: First browse available APIs with this tool, then use get_api_spec to retrieve detailed specifications. FILTERING: Filter by category (e.g., search-place, route-directions). IMPORTANT: Some APIs may be categorized differently than expected. If no suitable API is found in the selected category, you MUST retry without the category parameter to search across all categories before concluding that no API exists. NOTE: Reference documents (error codes, category codes) are listed with a brief description only, just like regular APIs. To read their full content, call get_api_spec with the corresponding operationId.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional category filter. Omit this parameter to search across ALL categories — this is the safest option when unsure. Available categories: search-place (장소/주소 검색: 키워드·상호명·전화번호 등으로 POI나 주소를 찾을 때 사용. 입력 기반 연관 검색어 제안, 좌표·반경 기반 카테고리별 주변 POI 조회, 도로 네트워크 기반 최적 진출입 지점 탐색도 포함. 좌표→주소 변환은 search-geocoding 사용. API 목록: 통합 검색, 다국어 통합 검색, 장소 상세 조회, 시설물 정보 조회, 검색어 추천, 주변 카테고리 검색, 최적 지점 검색), search-geocoding (지오코딩: 주소→좌표 또는 좌표→주소 변환이 목적일 때 사용. 키워드 기반 장소 검색은 search-place 사용. API 목록: 지오코딩, 리버스 지오코딩), search-spatial (공간 검색: 행정구역 경계 폴리곤 조회, 좌표→행정구역 매핑, 좌표계 변환에 사용. 주소 텍스트 변환은 search-geocoding 사용. API 목록: 공간 검색, 행정/법정동 영역 검색, 좌표(계) 변환), search-w3w (what3words: 3단어 주소 체계(what3words) 전용. 일반 주소·좌표 변환은 search-geocoding 사용. API 목록: W3W 검색어 추천, W3W 리버스 지오코딩, W3W 최적 지점 검색), route-directions (경로 탐색: 자동차·도보·PM 실제 경로 좌표와 상세 정보를 반환. 경유지 포함 경로(최대 100개), 출발·도착 예정시간 기반 예측 탐색, 경로 요약 조회가 필요하면 이 카테고리 사용. API 목록: 경로 탐색, 경로 탐색 요약, 경로 예측 탐색, 다중 경유지 탐색 100, 도보/PM 경로 탐색), route-optimization (경유지 방문 순서 최적화: 경로 자체가 아닌 순서 최적화가 목적일 때만 사용. API 목록: TSP(다중 경유지 최적화) 10, TSP(다중 경유지 최적화) 30, TSP(다중 경유지 최적화) 50, TSP(다중 경유지 최적화) 100), route-map-matching (복원: GPS 좌표열을 도로 네트워크에 보정하거나, 속도·각도·시간 등 부가 정보를 활용해 실제 주행 경로를 추론할 때 사용. API 목록: Special Map Matching, MTR 100, MTR 1000), route-matrix (매트릭스: 복수 출발지·도착지 간 거리·시간 요약 정보만 행렬로 반환(경로 좌표 없음). N:1, 1:N, M:N 조합 지원. 1:1 단일 경로나 실제 경로 좌표가 필요하면 route-directions 사용. API 목록: 다중 출발지-단일 목적지, 단일 출발지-다중 목적지, RDM(다중 경로 행렬)). |
Output Schema
| Name | Required | Description |
|---|---|---|
| apis | Yes | List of APIs |
| filters | No | Applied filters |
| totalCount | Yes | Total number of APIs |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description fully covers behavioral traits: it's a read-only listing tool, notes category may not be as expected, advises retry strategy, and explains that reference document entries behave like regular API entries.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is structured with USAGE, FILTERING, IMPORTANT, NOTE sections and is front-loaded. Some redundancy in the IMPORTANT section could be trimmed, but every sentence serves a purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With one optional parameter, no required params, high schema coverage, and an output schema present, the description fully covers the tool's role, error handling, and interaction with sibling tools. No gaps remain.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with rich enum descriptions. The description adds workflow-level guidance (use without category when unsure, retry logic) that goes beyond schema, but the schema already explains categories well.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it lists available iNavi Maps APIs and can be filtered by category. It uses specific verb 'Lists' and resource, and distinguishes from sibling get_api_spec by indicating a two-step workflow.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit usage guidance: 'First browse available APIs with this tool, then use get_api_spec to retrieve detailed specifications.' Also includes when to retry without category filter and how to handle reference documents.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_map_examplesBrowse iNavi Map ExamplesA
Browse and discover available iNavi Maps HTML examples. Returns lightweight summaries optimized for discovery (two-tier metadata system). Each summary includes ID, title, brief description, and essential tags. Use this tool to explore available examples before retrieving specific HTML templates. USAGE: Call this tool first to see what examples are available, then use get_map_example with the desired ID. FILTERING: Optionally filter by category (dynamic-maps, marker, infowindow, shapes) to narrow results.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter examples by category. Options: "dynamic-maps" (basic interactive maps), "marker" (marker display and clustering), "infowindow" (InfoWindow creation and visibility control), "shapes" (geometric shapes like circles, polygons, and polylines — also known as 피처/features on iNavi platform). If not specified, returns all examples. |
Output Schema
| Name | Required | Description |
|---|---|---|
| category | No | Category filter applied (if any) |
| examples | Yes | List of available map examples (lightweight summaries) |
| totalCount | Yes | Total number of examples returned |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, description fully bears transparency burden. It explains the 'two-tier metadata system', 'lightweight summaries', and mentions returned fields (ID, title, description, tags). However, it does not mention pagination or limits, which could be relevant for a list tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is well-structured with clear sections (USAGE, FILTERING) and no redundant sentences. Every sentence adds value and is front-loaded with the main purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity (1 optional parameter, output schema exists), the description is complete. It covers purpose, usage flow, filtering, and output characteristics. The existence of output schema does not detract from completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with detailed enum descriptions. The description adds minimal extra: emphasizes optionality and a note that 'shapes' are also known as features. Per guidelines, baseline 3 with high coverage; slight extra information does not justify a 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool browses and discovers iNavi Maps HTML examples, with specific verb 'browse/discover' and resource 'examples'. It distinguishes from sibling 'get_map_example' by indicating this is the first step before retrieval.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit usage guidance: 'Call this tool first to see what examples are available, then use get_map_example with the desired ID.' Also explains filtering by category, providing clear context for when and how to use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
v0.3.10- Changed
get_api_spec2 fields changed- removed
Input schema / $schemaRemoved value: -"http://json-schema.org/draft-07/schema#" - removed
Output schema / $schemaRemoved value: -"http://json-schema.org/draft-07/schema#"
- Changed
get_map_example2 fields changed- removed
Input schema / $schemaRemoved value: -"http://json-schema.org/draft-07/schema#" - removed
Output schema / $schemaRemoved value: -"http://json-schema.org/draft-07/schema#"
- Changed
list_api_specs2 fields changed- removed
Input schema / $schemaRemoved value: -"http://json-schema.org/draft-07/schema#" - removed
Output schema / $schemaRemoved value: -"http://json-schema.org/draft-07/schema#"
- Changed
list_map_examples2 fields changed- removed
Input schema / $schemaRemoved value: -"http://json-schema.org/draft-07/schema#" - removed
Output schema / $schemaRemoved value: -"http://json-schema.org/draft-07/schema#"
4 tool updates
v0.3.9- First observed
get_api_spec - First observed
get_map_example - First observed
list_api_specs - First observed
list_map_examples
TDQS
Scored across 4 tools
Each tool has a distinct purpose: browsing vs retrieving examples and browsing vs retrieving API specs. No overlap in functionality.
All tools follow a consistent verb_noun pattern using underscores: list_map_examples, get_map_example, list_api_specs, get_api_spec.
Four tools is well-scoped for a server focused on discovering and retrieving map examples and API specifications.
The tool set covers the full workflow of browsing and retrieving both examples and API specs, with no obvious gaps for its read-only reference purpose.
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
MCP server for Japan geodata: cadastral lot numbers (chiban) and reverse geocoding, for AI agents.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Geospatial AI MCP server — satellite imagery, embeddings, weather, GNS governance
Related MCP Servers
- -licenseNot gradedqualityAmaintenanceMCP Server for the Google Maps API.11,86890,042MIT
- AlicenseBqualityDmaintenanceA comprehensive MCP server providing 30 tools for geocoding, routing, and OpenStreetMap data analysis. It enables AI assistants to search for locations, calculate travel routes, and perform quality assurance checks on map data.301255MIT
- AlicenseAqualityDmaintenanceProvides Naver Map API functions (geocoding, reverse geocoding, directions, static map, and usage queries) as MCP tools for use in Claude Desktop, VS Code, and other MCP clients.4102Apache 2.0
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that wraps the Amap (高德地图) Web Service APIs, giving AI assistants like Claude Code 9 map tools: geocoding, route planning (driving/transit/walking/cycling), POI search, nearby search, distance measurement, and IP location.1229MIT
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/inavi-systems/inavi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server