{"info":{"_postman_id":"jp-data-mcp-collection","name":"jp-data-mcp","description":"国税庁 法人番号 / 適格請求書発行事業者 API を Postman から呼び出すためのサンプルコレクション。Variable `apiKey` にダッシュボードで発行した `jpm_...` キーをセットしてください。`baseUrl` は本番 (https://jp-data-mcp.clantable.app) を初期値に設定済み。","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"variable":[{"key":"baseUrl","value":"https://jp-data-mcp.clantable.app","type":"string"},{"key":"apiKey","value":"jpm_xxxxxxxx","type":"string"}],"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{apiKey}}","type":"string"}]},"item":[{"name":"[meta] healthz (認証不要)","request":{"method":"GET","header":[],"auth":{"type":"noauth"},"url":{"raw":"{{baseUrl}}/healthz","host":["{{baseUrl}}"],"path":["healthz"]},"description":"ヘルスチェック + データ取込フレッシュネス。認証不要。"}},{"name":"[meta] freshness (認証不要)","request":{"method":"GET","header":[],"auth":{"type":"noauth"},"url":{"raw":"{{baseUrl}}/api/v1/freshness","host":["{{baseUrl}}"],"path":["api","v1","freshness"]},"description":"直近の取込日時・件数を返す顧客向け公開 API。CORS *、5 分キャッシュ。"}},{"name":"[meta] incidents/recent (認証不要)","request":{"method":"GET","header":[],"auth":{"type":"noauth"},"url":{"raw":"{{baseUrl}}/api/v1/incidents/recent?days=90","host":["{{baseUrl}}"],"path":["api","v1","incidents","recent"],"query":[{"key":"days","value":"90"}]},"description":"過去 N 日の障害履歴 (公開ステータスページ用)。"}},{"name":"[corporations] 法人番号 lookup","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/houjin/7010001008844","host":["{{baseUrl}}"],"path":["api","v1","houjin","7010001008844"]},"description":"13 桁の法人番号で 1 件取得。"}},{"name":"[corporations] 商号検索","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/houjin/search?q=トヨタ&limit=20","host":["{{baseUrl}}"],"path":["api","v1","houjin","search"],"query":[{"key":"q","value":"トヨタ"},{"key":"limit","value":"20"}]},"description":"FTS5 trigram。3 文字以上必須。prefecture / city / prefecture_code でフィルタ可。"}},{"name":"[invoices] インボイス登録番号 verify","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/invoice/T7010001008844","host":["{{baseUrl}}"],"path":["api","v1","invoice","T7010001008844"]},"description":"T + 13 桁。法人インボイスのみ収録。個人事業主は 404 + 国税庁公式サイトの参照 URL を返す。"}}]}