← Registry

API Tools

bluecrabmoving.com

Provides API endpoints for retrieving moving quote schema, neighborhood reports by ZIP code, and submitting moving leads to Blue Crab Moving Services.

1 endpoint4 known toolsFirst detected July 4, 2026Last detected September 26, 2026

ENDPOINT 1

https://www.bluecrabmoving.com/api/mcp

No auth detected

MCP server metadata

Name
blue-crab-moving
Version
1.1.0
Capabilities
tools.listChanged
Server instructions

Blue Crab Moving Services lead-capture MCP server. Four tools: get_quote_schema (read first - returns option-set codes + conditional rules + Display labels), submit_moving_lead (POST a validated lead), submit_labor_inquiry (free-text request for a labor need that fits none of the five standard labor services), and get_neighborhood_report. Required fields on submit_moving_lead: type_of_service, client_name, client_email, main_zip, move_date, phone_number. Confirm parsed values with the user before submitting; do not guess option-set values; submit once per lead. On a moving lead the customer receives a preliminary written estimate by email in under a minute, with a link to a personal quote builder to refine inventory and lock in the binding final price. A labor inquiry is reviewed by a person who replies by email or phone.

Known tools 4

get_quote_schema

Returns the JSON Schema document describing every field on a moving lead, including option-set codes, conditional rules (places_by_service, sizes_by_place, elevator_floor_requires), and human-readable Display labels.

Inferred read-only
get_neighborhood_report

Look up a Blue Crab Moving neighborhood report for a 5-digit US ZIP code.

Inferred read-only
submit_moving_lead

Submits a validated moving or labor lead to Blue Crab Moving Services.

Inferred read-only
submit_labor_inquiry

Sends a free-text request to Blue Crab Moving Services for a labor need that does NOT fit the standard services (moving, move items within premises, junk disposal, help with packing, help with loading, help with unloading).

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.blue-crab-moving]
url = "https://www.bluecrabmoving.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "blue-crab-moving": {
      "type": "http",
      "url": "https://www.bluecrabmoving.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: blue-crab-moving
Remote MCP URL: https://www.bluecrabmoving.com/api/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": {
    "blue-crab-moving": {
      "url": "https://www.bluecrabmoving.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "blue-crab-moving": {
      "type": "http",
      "url": "https://www.bluecrabmoving.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "blue-crab-moving",
  "transport": "streamable-http",
  "url": "https://www.bluecrabmoving.com/api/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 bluecrabmoving.com was fetched 2026-07-26T08:13:24.348Z and is being refreshed.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

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