← Back to search
75
Agent Ready
Agentic Readiness Score
other llms-txtai-pluginopenapiapiai-friendly

Agentic Signals

📄
Found
🤖
Found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 75/100

            

llms.txt Content

# FARCOM Industrial — Industrial Equipment Distributor (Mexico) > Authorized distributor of VFDs, softstarters, contactors, enclosures, sensors, and power factor correction equipment in Monterrey, Mexico. 3,499+ products from 11 manufacturers. Automated quoting in USD, FOB Monterrey NL, delivery 4-7 business days to Mexico and South Texas. ## Catalog Summary - **3,499 products** across 11 manufacturers - Benshaw (358): Softstarters (EMX4i, MX2, MX3, RB2, RB3), VFDs, Contactors - Danfoss (2,605): VFDs (FC-302, FC-202, FC-322, FC-280, Micro Drive) - WEG (128): Contactors (CWM, CWB series) - Eaton (127): Disconnect switches, control relays, mini contactors - Sprecher+Schuh (70): Relays, disconnect switches - Allen Bradley (68): Contactors, overload relays, mini relays, MicroLogix PLCs - Himmel (10): NEMA 4/IP66 industrial enclosures (Mexican manufacturer) - Circuitor (10): Power factor capacitor banks, controllers, reactors - Siemens (10): Contactors, motor starters - AutomationDirect (9): ProSense pressure transmitters, RTDs, level switches - Schneider Electric (4): Contactors, pilot devices ## API Endpoints - **Search**: `GET https://store.farcomindustrial.com/api/v1/search?q={query}` Returns: array of products with mpn, description, manufacturer, farcom_price_usd, image, availability - **Product Detail**: `GET https://store.farcomindustrial.com/api/v1/product/{MPN}` Returns: full product with specs, pricing, brochure link, rich description - **Request Quote**: `POST https://store.farcomindustrial.com/api/v1/submit-cart` Body: { items: [{mpn, qty}], customer_name, customer_email, phone, company } Returns: { quote_id, zoho_estimate_number, total, items } ## OpenAPI Specification Available at: https://store.farcomindustrial.com/openapi.json ## Product Pages Every product has a dedicated page with schema.org Product JSON-LD: `https://store.farcomindustrial.com/product/{MPN}` Example: https://store.farcomindustrial.com/product/RC-50A ## Pricing - Al

OpenAPI Spec (preview)

{ "openapi": "3.1.0", "info": { "title": "FARCOM Industrial E-Store API", "version": "3.0.0", "description": "API for searching industrial equipment (VFDs, softstarters, contactors, enclosures, sensors) and requesting quotes. 3,499+ products from 11 manufacturers. Prices in USD, FOB Monterrey MX. MCP server available at https://mcp.farcomindustrial.com/sse for AI agent integration.", "contact": { "name": "FARCOM Industrial", "email": "ventas@farcomindustrial.com",