io.github.inavi-systems/inavi-mcp
NPM · @INAVI-MAPS/MCP-SERVER · SCANNED AUG 3
MCP Server for iNavi Maps API - Geocoding, POI Search, Route Planning for Claude AI
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 10 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability53
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 1409 tokens (~352/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @inavi-maps/mcp-server
claude mcp add inavi-systems-inavi-mcp -- npx -y @inavi-maps/mcp-server
codex mcp add inavi-systems-inavi-mcp -- npx -y @inavi-maps/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"inavi-systems-inavi-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@inavi-maps/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add inavi-systems-inavi-mcp --command npx --arg -y --arg @inavi-maps/mcp-server
mcp_servers:
inavi-systems-inavi-mcp:
command: "npx"
args: ["-y", "@inavi-maps/mcp-server"] {
"mcpServers": {
"inavi-systems-inavi-mcp": {
"command": "npx",
"args": [
"-y",
"@inavi-maps/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +40
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 +7
- Malware scan: unverified → pass ▲ security
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 31 Jul 26 −25
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 42
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@inavi-maps/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 96 packages
96 packages in the resolved dependency tree · 96 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_api_spec Get iNavi Maps API Specification ~106
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 | Type | Req | Description |
|---|---|---|---|
| operationId | string | yes | Unique identifier of the API to retrieve (e.g., getRouteTimeResult) |
| Name | Type | Req | Description |
|---|---|---|---|
| baseUrl | string | yes | Base URL |
| category | string | yes | API category (route, search) |
| deprecated | boolean | — | Whether the API is deprecated |
| description | string | yes | Detailed API description |
| method | string | yes | HTTP method |
| operationId | string | yes | Unique API identifier |
| parameters | array | — | List of API parameters |
| path | string | yes | API path |
| requestBody | — | — | Request body schema |
| responses | object | yes | Response schemas by status code |
| summary | string | yes | Brief API description |
| tags | array | yes | API category tags |
No examples provided.
get_map_example Get iNavi Map Example HTML ~242
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 | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Example ID to retrieve (e.g., "marker-basic", "shapes-polyline"). Use list_map_examples tool first to see available IDs. |
| Name | Type | Req | Description |
|---|---|---|---|
| htmlContent | string | yes | Complete HTML template code with iNavi Maps API integration |
| metadata | object | yes | Complete metadata for the selected example |
No examples provided.
list_api_specs Browse iNavi Maps API Specifications ~870
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 | Type | Req | Description |
|---|---|---|---|
| category | string | — | Optional category filter. Omit this parameter to search across ALL categories — this is the safest option when unsure. Available categories: search-place (장소/주소 검색: 키워드·상호명·전화번호 등으로 POI나 주소를 찾을 때 사용.… |
| Name | Type | Req | Description |
|---|---|---|---|
| apis | array | yes | List of APIs |
| filters | object | — | Applied filters |
| totalCount | number | yes | Total number of APIs |
No examples provided.
list_map_examples Browse iNavi Map Examples ~191
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 | Type | Req | Description |
|---|---|---|---|
| category | string | — | Filter examples by category. Options: "dynamic-maps" (basic interactive maps), "marker" (marker display and clustering), "infowindow" (InfoWindow creation and visibility control), "shapes" (geometric… |
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Category filter applied (if any) |
| examples | array | yes | List of available map examples (lightweight summaries) |
| totalCount | number | yes | Total number of examples returned |
No examples provided.