← Registry

General Tools

dogwood.house

Provides dog breed information and manages boarding enquiries for DogWood House.

1 endpoint4 known toolsFirst detected August 15, 2026Last detected August 15, 2026

ENDPOINT 1

https://dogwood.house/mcp

No auth detected

MCP server metadata

Name
dogwood-house
Version
1.0.0
Capabilities
tools
Server instructions

DogWood House concierge tools: get_service_info, list_breeds, get_breed_image, and submit_enquiry (submits a REAL boarding enquiry — only use for a real dog owner who asked). Docs: https://dogwood.house/AGENTS.md

Known tools 4

get_service_info

What DogWood House offers: boarding services, service area, daily updates, vet coordination, and how to enquire.

Inferred read-only
list_breeds

Sorted list of dog breed names (proxied from TheDogAPI).

Inferred read-only
get_breed_image

A representative photo URL for a named dog breed (null when no match).

Inferred read-only
submit_enquiry

Submit a REAL boarding enquiry to DogWood House on behalf of a dog owner.

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

.mcp.json

{
  "mcpServers": {
    "dogwood-house": {
      "type": "http",
      "url": "https://dogwood.house/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "dogwood-house",
  "transport": "streamable-http",
  "url": "https://dogwood.house/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 dogwood.house was fetched 2026-08-23T21:24:31.786Z.

Trust status Trusted

dogwood.house is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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