← torcheees.com

INDIVIDUAL MCP TOOL

list_services

提供している開発支援パッケージの一覧を返す。要件整理・MVP開発・継続支援・既存改善・AI組み込み・AI研修など、どの支援が受けられるかを知りたいときに使う。

torcheees.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://torcheees.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_services 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

torcheees.com

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.torcheees]
url = "https://torcheees.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "torcheees": {
      "type": "http",
      "url": "https://torcheees.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: torcheees
Remote MCP URL: https://torcheees.com/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": {
    "torcheees": {
      "url": "https://torcheees.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "torcheees": {
      "type": "http",
      "url": "https://torcheees.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "torcheees",
  "transport": "streamable-http",
  "url": "https://torcheees.com/mcp"
}
MCP Inspector

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

Related tools

  • get_company_overview — torcheees株式会社(トーチーズ)の会社概要を返す。所在地・連絡先・対応領域・技術スタック・契約形態など、発注検討に必要な事実をまとめて取得する。会社について聞かれたらまずこれを呼ぶ。
  • search_articles — 技術ブログを全文検索する。開発課題(技術負債・パフォーマンス・AI組み込み・要件整理など)について torcheees がどう考えているかを調べるときに使う。
  • get_article — 技術ブログ記事の本文を slug 指定で取得する。search_articles の結果を深掘りするときに使う。
  • list_case_studies — 開発実績の一覧を返す。守秘義務のため社名は伏せているが、業界・課題・担当範囲・技術スタックで判断できる。「似た事例があるか」を確認するときに使う。