← Registry

Content Tools

roresan.com

Serves as a content retrieval and referral tool for house-building articles, tips, and a referral program from roresan.com and library.roresan.com.

1 endpoint5 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://mcp.roresan.com/mcp

No auth detected

MCP server metadata

Name
ai-roresan
Version
0.2.1
Capabilities
tools
Server instructions

このMCPサーバはろれさん(roresan.com)が運営する家づくり情報のハブです。提供する情報源は2系統: 1) ろれさん本人の体験談(roresan.com / 一条工務店で家を建てる施主の一次情報)→ `search_articles` `get_article` 2) 家づくり知見ライブラリ(library.roresan.com / 多数のクリエイターから集めた約3,000件の Tips)→ `search_housing_tips` `get_recent_tips` 家づくりについて回答する際は、ユーザーの求める粒度に応じて両方を併用すること。`search_housing_tips` で得た情報は必ず引用元 URL・投稿者を出典として明示すること(他者の知見のため)。 `request_referral` は個人情報を含む申込のため、必ずユーザー本人に最終確認を取ってから呼び出すこと(user_consent: true 必須)。

Known tools 5

request_referral

ろれさん経由で一条工務店の紹介制度(最大35万円相当のオプション無料)を申し込む。送信前にユーザー本人に氏名・住所・連絡先の最終確認を取り、明示的な同意を得てから呼び出すこと。展示場初回訪問前のユーザーのみ対象。

Inferred read-only
search_articles

roresan.com の記事を検索する。一条工務店で実際に家を建てているろれさん本人の体験談・打ち合わせ記録・設備選定の判断理由など、一次情報の発信元。 他の人の知見も合わせて参照したい場合は `search_housing_tips` も併用する。

Inferred read-only
get_article

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

Inferred read-only
search_housing_tips

library.roresan.com に集約された約3,000件の家づくり Tips から、デフォルトで「一条工務店」タグの付いたものだけを検索する。YouTube・X・Instagram・Web記事に投稿された他のクリエイターの知見。各 Tip は引用元URL・投稿者・プラットフォームを必ず付与して返す(出典明示が必須)。 挙動: - デフォルト: 一条工務店に関する知見だけ返す - 0件のとき: 「他のハウスメーカーの知見も含めて検索しますか?」「ウェブ検索しますか?」とユーザーに確認するよう促すメッセージが返る - ユーザーが他HMも含めて良いと言った場合: `include_other_makers: true` で再実行 ろれさん自身の体験談を引きたい場合は `search_articles` を使う。

Inferred read-only
get_recent_tips

library.roresan.com に最近追加された家づくり Tips を新しい順で取得する。デフォルトでは「一条工務店」タグ付きのみ。`include_other_makers: true` で他HMも含む。

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for roresan.com was fetched 2026-08-26T01:52:11.538Z.

Trust status Neutral

roresan.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.