← bluecrabmoving.com
INDIVIDUAL MCP TOOL
submit_moving_lead
Submits a validated moving or labor lead to Blue Crab Moving Services.
LIVE ENDPOINT
https://www.bluecrabmoving.com/api/mcp
Connect to this endpoint to inspect the live schema for submit_moving_lead and invoke it with your own arguments.
Indexed 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 server
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.
Related tools
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.get_neighborhood_report— Look up a Blue Crab Moving neighborhood report for a 5-digit US ZIP code.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).