← moltlinestudio.com
INDIVIDUAL MCP TOOL
free_shipping_threshold
Find the order value at which free shipping stops costing you money.
LIVE ENDPOINT
https://mcp.moltlinestudio.com/shipping
Connect to this endpoint to inspect the live schema for free_shipping_threshold 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.moltline-shipping]
url = "https://mcp.moltlinestudio.com/shipping"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moltline-shipping": {
"type": "http",
"url": "https://mcp.moltlinestudio.com/shipping"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moltline-shipping
Remote MCP URL: https://mcp.moltlinestudio.com/shipping
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": {
"moltline-shipping": {
"url": "https://mcp.moltlinestudio.com/shipping"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moltline-shipping": {
"type": "http",
"url": "https://mcp.moltlinestudio.com/shipping"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moltline-shipping",
"transport": "streamable-http",
"url": "https://mcp.moltlinestudio.com/shipping"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
dim_weight— Work out whether a parcel bills on its size or its weight.parcel_fit— Pick the smallest box an item actually fits in, allowing for padding.landed_cost— Total what a unit really costs once freight, duty and fees are in.freight_class— Derive a US LTL freight class from density.rate_card— Turn a cost model into a customer-facing weight-banded price table.