← utsuroi.today
INDIVIDUAL MCP TOOL
get_status_definitions
uratori の判定5区分(verified_official / public_evidence / vendor_confirm_required / not_found / expired_or_negative)と、not_found の内訳4区分の定義、調査方法と限界を返す。research_vendor_certifications の結果を解釈する前に一度読むことを推奨。
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 endpoint
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.uratori]
url = "https://uratori.utsuroi.today/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"uratori": {
"type": "http",
"url": "https://uratori.utsuroi.today/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: uratori
Remote MCP URL: https://uratori.utsuroi.today/api/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": {
"uratori": {
"url": "https://uratori.utsuroi.today/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"uratori": {
"type": "http",
"url": "https://uratori.utsuroi.today/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "uratori",
"transport": "streamable-http",
"url": "https://uratori.utsuroi.today/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
research_vendor_certifications— 日本の取引先(ベンダー)1社の第三者認証・監査レポート(ISO/IEC 27001, プライバシーマーク, ISMAP, SOC 2 等)の取得状況を、公開情報(公的レジストリ・企業公式サイト)から実調査して返す。判定は5区分(公式確認/公開記載=自己申告/要ベンダー確認/公開情報では未確認/失効・取消)で、各判定に証跡URLと取得日が付く。「未確認」は未取得の断定ではない。結果は参考情報であり、安全/危険の判定や認証の保証ではない。法人番号(13桁)を指定すると同名別法人との取り違えを防げる。無料・数十秒かかることがある。