General Tools
dogwood.house
Provides dog breed information and manages boarding enquiries for DogWood House.
ENDPOINT 1
https://dogwood.house/mcp
MCP server metadata
- Name
- dogwood-house
- Version
- 1.0.0
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_infoWhat DogWood House offers: boarding services, service area, daily updates, vet coordination, and how to enquire.
Inferred read-onlyget_breed_imageA representative photo URL for a named dog breed (null when no match).
Inferred read-onlysubmit_enquirySubmit a REAL boarding enquiry to DogWood House on behalf of a dog owner.
Inferred read-onlyCONNECT 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.
dogwood.house is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.