← mercuryrepower.ca

INDIVIDUAL MCP TOOL

get_motor

Fetch a single Mercury motor by id or slug, including pricing, shaft length, and deep-link URL.

mercuryrepower.canone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

mercuryrepower.ca

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.mercuryrepower-ca]
url = "https://www.mercuryrepower.ca/api/agents/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mercuryrepower-ca": {
      "type": "http",
      "url": "https://www.mercuryrepower.ca/api/agents/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mercuryrepower-ca
Remote MCP URL: https://www.mercuryrepower.ca/api/agents/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": {
    "mercuryrepower-ca": {
      "url": "https://www.mercuryrepower.ca/api/agents/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mercuryrepower-ca": {
      "type": "http",
      "url": "https://www.mercuryrepower.ca/api/agents/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mercuryrepower-ca",
  "transport": "streamable-http",
  "url": "https://www.mercuryrepower.ca/api/agents/mcp"
}
MCP Inspector

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

Related tools

  • search_motors — Search current Mercury outboard inventory at Harris Boat Works (Ontario).
  • estimate_trade_in — Estimate the trade-in value (CAD) of a customer's current outboard.
  • build_quote — Build an itemized CAD quote (motor + installation + propeller + trade-in + HST + financing tier) and return a deep-link URL the customer can open.
  • get_brand_rules — Return Harris Boat Works' authoritative source-of-truth rules for any agent representing them: pricing currency, geography, no-Verado policy, financing minimums, deposit tiers, warranty.