← commonlands.com

INDIVIDUAL MCP TOOL

create_cart

Create a Shopify-owned cart for selected variant line items through the configured Shopify Cart/Storefront MCP endpoint.

commonlands.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

commonlands.com

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.commonlands-mcp]
url = "https://mcp.commonlands.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "commonlands-mcp": {
      "type": "http",
      "url": "https://mcp.commonlands.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: commonlands-mcp
Remote MCP URL: https://mcp.commonlands.com/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": {
    "commonlands-mcp": {
      "url": "https://mcp.commonlands.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "commonlands-mcp": {
      "type": "http",
      "url": "https://mcp.commonlands.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "commonlands-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.commonlands.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • calculate_field_of_view — Calculate Commonlands lens field of view for a lens/sensor pair and return HFOV, VFOV, DFOV, coverage, distortion status, and an explicit rectilinear comparison.
  • match_lens_to_sensor — Find and rank Commonlands lenses for a sensor, target field of view, working distance, mount, or "lens for" request.
  • search_lens_catalog — Search the Commonlands lens catalog by SKU, mount, lens type, M12, C-mount, or application text.
  • get_lens_distortion_profile — Return the Commonlands distortion model/status for one lens SKU, including whether the data is source-display-only or backend-calculated.
  • get_sensor_specs — Return sensor dimensions, pixel pitch, and resolution for lens field of view, M12 lens, and C-mount lens matching inputs.
  • compare_lenses — Compare selected Commonlands M12 lens and C-mount lens SKUs on the same sensor with the same deterministic scoring model.
  • get_product_page_details — Return fixture-backed product-page handoff details for one lens, including DynamoDB-sourced optical specs and gated datasheet policy.
  • get_catalog_snapshot_status — Return fixture-backed joined catalog counts, validation status, source provenance, live connector readiness, and non-authoritative product-truth warning.