โ† cinch.com

INDIVIDUAL MCP TOOL

cinch_search_parts

๐Ÿ”ง **CINCH CATEGORY BROWSER** Browse parts within a product category.

cinch.comnone 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

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

.mcp.json

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

Settings โ†’ Connectors โ†’ Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • cinch_get_part โ€” ๐Ÿ”ง **CINCH PART LOOKUP (BASIC)** โฑ๏ธ **TIMEOUT:** Database queries timeout after 10 seconds.
  • cinch_get_part_details โ€” ๐Ÿ”ง **CINCH PRODUCT DATA** - Comprehensive part information (DEFAULT TOOL) ๐ŸŒ **Brand scope โ€” Cinch catalog** (connectors, D-sub, RF/microwave, fiber-optic interconnect, MIL-spec).
  • cinch_get_categories โ€” ๐Ÿ”ง **CINCH PRODUCT CATEGORIES** Get Cinch product category hierarchy and catalog structure.
  • cinch_get_category_filters โ€” ๐Ÿ”ง **CINCH CATEGORY FILTERS** Get parametric filter options for a product category.
  • cinch_get_related_parts โ€” ๐Ÿ”ง **CINCH RELATED PRODUCTS** Find related products: accessories, alternatives, replacements, cross-references.
  • cinch_search_documents โ€” ๐Ÿ”ง **CINCH DOCUMENT SEARCH** Find technical documentation: datasheets, drawings, specifications, manuals.
  • cinch_search_keyword โ€” ๐Ÿ”ง **CINCH KEYWORD SEARCH** Universal keyword search across Cinch content.
  • cinch_export_category โ€” CINCH CONNECTIVITY SOLUTIONS - Export category parts to Excel.