← opennavi.org

INDIVIDUAL MCP TOOL

get_source

sourceId が既知で1件の Evidence 詳細が要るとき使う。

opennavi.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://opennavi.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_source and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

opennavi.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.opennavi]
url = "https://opennavi.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "opennavi": {
      "type": "http",
      "url": "https://opennavi.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: opennavi
Remote MCP URL: https://opennavi.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "opennavi": {
      "url": "https://opennavi.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "opennavi": {
      "type": "http",
      "url": "https://opennavi.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "opennavi",
  "transport": "streamable-http",
  "url": "https://opennavi.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • resolve_query — 自然文からエリア/カテゴリが未確定のとき最初に使う(例:『益城町の断水』→正準フィルタへ解決)。area/category が既に分かっている場合は search_sources を直接使うこと。
  • search_sources — area/category/state 等が既に構造化できているとき使う。自然文の問い合わせは resolve_query を先に使うこと。