โ cinch.com
INDIVIDUAL MCP TOOL
cinch_new_products_viewer
๐ง **CINCH NEW PRODUCTS VIEWER** โ Visual "what's new" display โ ๏ธ **DO NOT CALL AUTOMATICALLY** โ Only call this tool when the user explicitly asks to *see* new products visually.
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 endpoint
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_search_partsโ ๐ง **CINCH CATEGORY BROWSER** Browse parts within a product category.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.