← indexstyle.org

INDIVIDUAL MCP TOOL

compose_styles

主役(primary)と従属(secondary)の2スタイルを組み合わせるための構成計画を返す。役割の主従・共通する意図・矛盾点・両者の注意事項を、辞典のデータから組み立てる。

indexstyle.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://indexstyle.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for compose_styles and invoke it with your own arguments.

Indexed 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 server

indexstyle.org

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.design-styles-dictionary]
url = "https://indexstyle.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "design-styles-dictionary": {
      "type": "http",
      "url": "https://indexstyle.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: design-styles-dictionary
Remote MCP URL: https://indexstyle.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": {
    "design-styles-dictionary": {
      "url": "https://indexstyle.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "design-styles-dictionary": {
      "type": "http",
      "url": "https://indexstyle.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "design-styles-dictionary",
  "transport": "streamable-http",
  "url": "https://indexstyle.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_styles — デザインスタイル辞典を横断検索する。名称・説明・時代・特徴・研究対象を対象に、分類(family)・種類(kind)・時代(era)で絞り込める。全結果に出典URLを含む。
  • get_style — IDを指定して1項目の完全な辞書情報(本質・視覚的特徴・用途・構成原理・注意点・出典・参考画像)を取得する。
  • compare_styles — 2〜4個のスタイルを並べ、本質・特徴・意図・構成原理・注意点を比較する。共通する意図と直接の関連関係も返す。
  • find_related_styles — 指定したスタイルの関連項目(直接ペア・同分類・意図の重なり)を辿る。