← reehuis-hausbau.de

INDIVIDUAL MCP TOOL

content.search

Full-text search across visible page titles and body text (simple LIKE-based search, v1).

reehuis-hausbau.denone authenticationAvailability not checked

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 endpoint

reehuis-hausbau.de

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.reehuis-hausbau-de]
url = "https://www.reehuis-hausbau.de/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "reehuis-hausbau-de": {
      "type": "http",
      "url": "https://www.reehuis-hausbau.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "reehuis-hausbau-de": {
      "type": "http",
      "url": "https://www.reehuis-hausbau.de/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "reehuis-hausbau-de",
  "transport": "streamable-http",
  "url": "https://www.reehuis-hausbau.de/mcp"
}
MCP Inspector

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

Related tools

  • site.info — Returns site metadata: name, base URL, supported languages, and organization details (name, address, contact) if configured.
  • pages.list — Lists the page tree with uid, slug, title, and depth.
  • pages.read — Reads a single page as structured Markdown — the same content pipeline used for the .md URL delivery.
  • faq.list — Returns structured FAQ / Q&A data collected from Answer-Block content elements, optionally scoped to one page.
  • contact.info — Returns contact details and address as configured in the site's organization schema data.