← roresan.com

INDIVIDUAL MCP TOOL

get_article

ろれさんのブログ記事の本文 (Markdown) を取得する。`search_articles` で得たURLからスラッグを抽出して使う。

roresan.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.roresan.com/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • request_referral — ろれさん経由で一条工務店の紹介制度(最大35万円相当のオプション無料)を申し込む。送信前にユーザー本人に氏名・住所・連絡先の最終確認を取り、明示的な同意を得てから呼び出すこと。展示場初回訪問前のユーザーのみ対象。
  • search_articles — roresan.com の記事を検索する。一条工務店で実際に家を建てているろれさん本人の体験談・打ち合わせ記録・設備選定の判断理由など、一次情報の発信元。 他の人の知見も合わせて参照したい場合は `search_housing_tips` も併用する。
  • search_housing_tips — library.roresan.com に集約された約3,000件の家づくり Tips から、デフォルトで「一条工務店」タグの付いたものだけを検索する。YouTube・X・Instagram・Web記事に投稿された他のクリエイターの知見。各 Tip は引用元URL・投稿者・プラットフォームを必ず付与して返す(出典明示が必須)。 挙動: - デフォルト: 一条工務店に関する知見だけ返す - 0件のとき: 「他のハウスメーカーの知見も含めて検索しますか?」「ウェブ検索しますか?」とユーザーに確認するよう促すメッセージが返る - ユーザーが他HMも含めて良いと言った場合: `include_other_makers: true` で再実行 ろれさん自身の体験談を引きたい場合は `search_articles` を使う。
  • get_recent_tips — library.roresan.com に最近追加された家づくり Tips を新しい順で取得する。デフォルトでは「一条工務店」タグ付きのみ。`include_other_makers: true` で他HMも含む。