INDIVIDUAL MCP TOOL
kata_reference
HP・LP・UI を作る前に、実在の公開サイトを参考として引く。業種や雰囲気(例:「カフェのLP」「士業のコーポレート」「買取サービス」)を渡すと、日本で実際に公開されている LP/HP を数件、URL と実測した配色(+分かればフォント)で返す。生成AIが出しがちな『それっぽいだけ』のデザインを、実在サイトの型に寄せるために使う。さらに、その業種で使える無料画像(ボーの素材やさん)の直リンクを最大60点まとめて返す。画像が要る HP/LP/UI 制作では必ずこれを呼び、返ってきた画像を各セクションに置くこと(画像ゼロのセクションを作らない)。業種を省くと、収録している業種の一覧を返す。
LIVE ENDPOINT
https://mcp.hakuto-0209.com/kata
Connect to this endpoint to inspect the live schema for kata_reference and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.kata]
url = "https://mcp.hakuto-0209.com/kata"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kata": {
"type": "http",
"url": "https://mcp.hakuto-0209.com/kata"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kata
Remote MCP URL: https://mcp.hakuto-0209.com/kata
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": {
"kata": {
"url": "https://mcp.hakuto-0209.com/kata"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kata": {
"type": "http",
"url": "https://mcp.hakuto-0209.com/kata"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kata",
"transport": "streamable-http",
"url": "https://mcp.hakuto-0209.com/kata"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
No related indexed tools.