# Cinch Connectivity Solutions > Cinch Connectivity Solutions, a Bel Fuse brand, is a leading manufacturer of > electronic connectors, cable assemblies, and interconnect solutions for aerospace, > defense, industrial, medical, and telecom markets. ## Structured Data Access (MCP Server) Cinch provides an MCP (Model Context Protocol) server for AI agents and LLMs. Use MCP instead of scraping HTML — it returns structured, accurate product data. - **Endpoint**: https://app-cinch-mcp-ajgxhgezdwcxejhy.westus-01.azurewebsites.net/mcp - **Transport**: Streamable HTTP (MCP spec 2025-11-25) - **Authentication**: None required (read-only public access) - **Machine-readable config**: https://www.cinch.com/.well-known/mcp.json ## MCP Server Capabilities (18 tools) ### Product Lookup - `cinch_get_part` — Quick lookup by part number (returns core fields) - `cinch_get_part_details` — Complete product data with specs, documents, images (DEFAULT — use this first) - `cinch_get_part_image` — Product image retrieval ### Search - `cinch_search_parts` — Browse/filter parts within a category - `cinch_search_keyword` — Full-text keyword search across all products - `cinch_search_documents` — Search technical documents (datasheets, drawings, specs) - `cinch_discover_by_attributes` — Find parts by electrical/mechanical specifications ### Catalog Navigation - `cinch_get_categories` — Product category tree (hierarchical navigation) - `cinch_get_category_filters` — Available filter attributes for a category ### Relationships & Compatibility - `cinch_get_related_parts` — Direct part relationships (mates, accessories, kits) - `cinch_get_extended_relationships` — Multi-hop relationship traversal - `cinch_competitor_xref` — Cross-reference competitor part numbers to Cinch equivalents - `cinch_compatibility_viewer` — Interactive compatibility graph visualization ### Comparison & Export - `cinch_compare_parts` — Side-by-side comparison of 2-4 parts - `cinch_export_category` — Bulk export of category product data - `cinch_export_by_asset` — Export parts filtered by asset type (3D models, drawings, etc.) - `cinch_get_new_products` — Recently added products ### Visualization - `cinch_product_viewer` — Interactive product viewer with images and specs ## Website Sections - **Products**: https://www.cinch.com/products — Full product catalog with category-based parametric search - **Keyword Search**: https://www.cinch.com/search — Search products by keyword - **Support**: https://www.cinch.com/company/contact-support — Technical support - **About**: https://www.cinch.com/company/about-us — About Cinch, locations ## Contact - Website: https://www.cinch.com - Support: https://www.cinch.com/company/contact-support - Parent company: Bel Fuse Inc. (https://www.belfuse.com)