Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

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

+23 this week 65 Trust /100
Trust breakdown (6 categories)

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
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
Install

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

# add to Claude Code
claude mcp add inavi-systems-inavi-mcp -- npx -y @inavi-maps/mcp-server
# add to Codex CLI
codex mcp add inavi-systems-inavi-mcp -- npx -y @inavi-maps/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "inavi-systems-inavi-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@inavi-maps/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add inavi-systems-inavi-mcp --command npx --arg -y --arg @inavi-maps/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  inavi-systems-inavi-mcp:
    command: "npx"
    args: ["-y", "@inavi-maps/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "inavi-systems-inavi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@inavi-maps/mcp-server"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 4 exposed · ~1,409 tokens

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.

Tool Tokens
get_api_spec ~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.

NameTypeReqDescription
operationIdstringyesUnique identifier of the API to retrieve (e.g., getRouteTimeResult)
NameTypeReqDescription
baseUrlstringyesBase URL
categorystringyesAPI category (route, search)
deprecatedbooleanWhether the API is deprecated
descriptionstringyesDetailed API description
methodstringyesHTTP method
operationIdstringyesUnique API identifier
parametersarrayList of API parameters
pathstringyesAPI path
requestBodyRequest body schema
responsesobjectyesResponse schemas by status code
summarystringyesBrief API description
tagsarrayyesAPI category tags

No examples provided.

get_map_example ~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.

NameTypeReqDescription
idstringyesExample ID to retrieve (e.g., "marker-basic", "shapes-polyline"). Use list_map_examples tool first to see available IDs.
NameTypeReqDescription
htmlContentstringyesComplete HTML template code with iNavi Maps API integration
metadataobjectyesComplete metadata for the selected example

No examples provided.

list_api_specs ~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.

NameTypeReqDescription
categorystringOptional category filter. Omit this parameter to search across ALL categories — this is the safest option when unsure. Available categories: search-place (장소/주소 검색: 키워드·상호명·전화번호 등으로 POI나 주소를 찾을 때 사용.…
NameTypeReqDescription
apisarrayyesList of APIs
filtersobjectApplied filters
totalCountnumberyesTotal number of APIs

No examples provided.

list_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.

NameTypeReqDescription
categorystringFilter examples by category. Options: "dynamic-maps" (basic interactive maps), "marker" (marker display and clustering), "infowindow" (InfoWindow creation and visibility control), "shapes" (geometric…
NameTypeReqDescription
categorystringCategory filter applied (if any)
examplesarrayyesList of available map examples (lightweight summaries)
totalCountnumberyesTotal number of examples returned

No examples provided.