Skip to main content

Documentation Index

Fetch the complete documentation index at: https://data.kushiro.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

通常の HTTP 利用者は REST Reference と Quickstart を使ってください。 LLM / agent client から公開データを読む用途として、read-only MCP endpoint も提供しています。

Endpoint

POST https://data.kushiro.app/mcp
  • Transport: Streamable HTTP
  • Protocol: JSON-RPC 2.0
  • Auth: なし
  • Scope: read-only

Tools

Tool用途
list_sources公開中の source 一覧
get_source1 source の集計情報
query_metrics数値データの検索
query_points施設・地点系データの検索

tools/list example

curl https://data.kushiro.app/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
MCP endpoint は REST API reference とは別プロトコルです。HTTP client から普通にデータを読む場合は /api/v1/* を使ってください。