← partsnow.ai

INDIVIDUAL MCP TOOL

get_product

Get full details of a specific product by its handle (URL slug).

partsnow.ainone 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

partsnow.ai

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

.mcp.json

{
  "mcpServers": {
    "partsnow-ai": {
      "type": "http",
      "url": "https://partsnow.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "partsnow-ai",
  "transport": "streamable-http",
  "url": "https://partsnow.ai/api/mcp"
}
MCP Inspector

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

Related tools

  • search_products — Search the PartsNow truck and trailer parts catalog.
  • get_categories — List all available product categories/types in the PartsNow catalog (e.g.
  • get_vendors — List all brands and dealers available in the PartsNow catalog.
  • find_related_products — Find products similar to a given product and suggest complementary part categories.
  • ai_search — Natural language search for truck parts.
  • decode_vin — Decode a Vehicle Identification Number (VIN) to get vehicle details (year, make, model, engine, etc.) and find compatible truck parts in the PartsNow catalog.
  • add_to_cart — Add one or more products to the PartsNow cart and return a link to the PartsNow cart page (https://partsnow.ai/buy-now?...) with the items pre-loaded.
  • check_compatibility — Heuristic compatibility check between a specific PartsNow product and a vehicle.