← cinch.com
INDIVIDUAL MCP TOOL
cinch_export_category
CINCH CONNECTIVITY SOLUTIONS - Export category parts to Excel.
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.