General Tools
opennavi.org
An MCP server for resolving natural language queries and searching structured evidence sources.
ENDPOINT 1
https://opennavi.org/mcp
MCP server metadata
- Name
- opennavi
- Version
- 1.0.0
OpenNavi(災害オープンナビ)Source Registry へのアクセスポイント。品質目標は「分からないことを分からないまま返し、最新の一次情報へ確実に案内する」こと。 1. 自然文の問い合わせ(例:「益城町の水」)は resolve_query を最初に使う。area/category が既に分かっているときは search_sources を直接使う。 2. resolve_query の resolution:"ambiguous" は1候補を勝手に選ばず、全候補を提示するか利用者に選ばせる。 3. resolution:"no_match" は「この文字列を写像できない」であって「情報が存在しない」ではない。search_sources を県レベルで直接検索することも検討する。 4. search_sources の既定 limit=100 に対し nextCursor が返る限りページングしてから「該当なし」と結論する。 5. entryKind:"annotation"(OpenNavi の状態注記)だけでなく、entryKind:"source"(一次情報そのもの)の URL を必ず確認する。 6. state:null(無主張)と unknown(追跡中だが不明)を区別し、unknown を normal と読まない。freshness が stale の情報を現在の事実として提示しない。 7. candidate に scope:"pref_fallback" が付いていたら、それは exact(scope 無し)候補が count:0 のときに使う補助的な県候補。exact を必ず先に見る。 8. 一次情報の本文取得はこのツールの仕事ではない。取得した URL への fetch は consumer 自身が行うこと。
Known tools 3
resolve_query自然文からエリア/カテゴリが未確定のとき最初に使う(例:『益城町の断水』→正準フィルタへ解決)。area/category が既に分かっている場合は search_sources を直接使うこと。
Inferred read-onlysearch_sourcesarea/category/state 等が既に構造化できているとき使う。自然文の問い合わせは resolve_query を先に使うこと。
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.