{"openapi":"3.1.0","info":{"title":"TMC Tech Solutions Public API","version":"1.0.0","description":"Public APIs for company information, contact, and agent discovery.","contact":{"email":"info@tmctechsolutions.com","url":"https://www.tmctechsolutions.com"}},"servers":[{"url":"https://www.tmctechsolutions.com"}],"paths":{"/api/health":{"get":{"summary":"Health check","operationId":"getHealth","responses":{"200":{"description":"Service is healthy"}}}},"/api/contact":{"post":{"summary":"Submit a contact enquiry","operationId":"createContact","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["name","email","message"],"properties":{"name":{"type":"string","minLength":2},"email":{"type":"string","format":"email"},"message":{"type":"string","minLength":10}}}}}},"responses":{"200":{"description":"Message accepted"}}}},"/mcp":{"post":{"summary":"MCP Streamable HTTP endpoint","operationId":"mcp","responses":{"200":{"description":"JSON-RPC response"}}}}},"x-services":[{"slug":"ai-solutions","title":"AI Solutions","description":"Custom AI systems that turn data, documents, and workflows into actionable intelligence."},{"slug":"ai-automation","title":"AI Automation","description":"Automate repetitive work with intelligent agents that learn your business processes."},{"slug":"custom-software","title":"Custom Software Development","description":"Bespoke web platforms and internal tools designed around how your team actually works."},{"slug":"mobile-apps","title":"Mobile App Development","description":"Native-quality mobile experiences for iOS and Android with shared product systems."},{"slug":"web-development","title":"Web Development","description":"Fast, accessible product websites and dashboards with modern front-end architecture."},{"slug":"cloud-solutions","title":"Cloud Solutions","description":"Cloud architecture, deployments, and reliability without the infrastructure noise."},{"slug":"business-automation","title":"Business Automation","description":"Connect tools and eliminate manual handoffs across sales, ops, and support."},{"slug":"api-integrations","title":"API Integrations","description":"Reliable integrations between your product, partners, and third-party platforms."},{"slug":"it-consulting","title":"IT Consulting","description":"Strategic technical guidance for roadmaps, stack choices, and delivery risk."},{"slug":"technical-support","title":"Technical Support","description":"Ongoing support for the software we build — monitoring, fixes, and iteration."}]}