MCP Protocol v1.0Streamable HTTPClaude & ChatGPT Ready

NestBuddy Model Context Protocol (MCP) Guide

The NestBuddy MCP server allows large language models (LLMs) to natively query verified trade availability, provide transparent Bayside moving estimates, and submit multi-trade quote requests with zero-key friction.

https://nestbuddy.com.au/api/mcp

1. Available MCP Tools

The NestBuddy MCP server exposes two core tools via JSON-RPC 2.0:

draft_quote_requestPrimary Action
JSON-RPC tool

Validates moving details, performs diagnostic gap analysis, and dispatches a 1-tap email confirmation magic link to the mover. If required parameters are missing (e.g. bedroom count or destination suburb), it returns precise conversational clarification prompts.

// Tool Call Example (JSON-RPC 2.0)
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "draft_quote_request",
    "arguments": {
      "services": ["removalist", "bond_clean"],
      "locations": { "from": "Wynnum QLD 4178", "to": "Manly QLD 4179" },
      "timing": { "date": "2026-11-19", "date_mode": "on" },
      "home": { "bedrooms": "3", "bathrooms": "2", "property_type": "house" },
      "contact": { "name": "Jane Doe", "email": "jane@example.com", "phone": "0400123456" }
    }
  },
  "id": 1
}
discover_servicesDiscovery
JSON-RPC tool

Looks up NestBuddy's available moving trades and local Bayside coverage to help users plan their move and compare free quotes from vetted, insured local professionals.

2. Built-in MCP Prompts

Pre-canned conversation templates for instant user assistance:

plan_bayside_move

Moving Concierge

Interactive multi-trade moving intake prompt that guides the user through selecting removalists, bond cleaners, and storage options.

discover_local_trades

Trade Registry

Explores available trade categories, insurance standards, and 72-hour bond cleaning guarantees in Brisbane Bayside.

3. Client Configuration Guides

Copy and paste the configuration into your preferred AI client:

Add this server definition to your claude_desktop_config.json:

{
  "mcpServers": {
    "nestbuddy": {
      "url": "https://nestbuddy.com.au/api/mcp"
    }
  }
}

4. Server Card Discovery

NestBuddy exposes a standardized MCP server card for automated discovery at:

Server Card Manifest

https://nestbuddy.com.au/.well-known/mcp/server-card.json