# Geopathfinder Geopathfinder is an MCP-ready operational intelligence platform built on Geotab®. It connects fleet telematics, dispatch systems (TRUX™), scale houses, ERP, and customer portals into a single coherent operational layer — and exposes that layer to ChatGPT, Claude, Gemini, and Copilot through the Model Context Protocol. Thierry Deruelle, the founder, is a Six Sigma Black Belt and fractional CTO with 14 years running asset-heavy operations. The company serves waste management, fleet and logistics, heavy equipment, and industrial operations across Canada, the United States, and Latin America. ## MCP Endpoint A public MCP server is available for querying company knowledge (products, pricing, integrations, methodology, and contact information) without authentication: Endpoint: https://mygeoapps.com/api/mcp Transport: Streamable HTTP (POST) Auth: None required ### Available Tools - get_company_overview — Who Geopathfinder is, the problem they solve, and who they serve - list_products — All applications with status and one-line descriptions - get_product_details — Deep description of a named product (use case, capabilities, integrations) - get_pricing — Hour-bundle tiers (Pack 100/200/500/1000) and FDE billing model - get_integrations — Technical list of data sources connected (Geotab, TRUX, ERP, scale systems, CRM) - get_integration_services — How Geopathfinder builds custom connectors for clients: FDE discovery process, systems supported, MCP-ready output, and how to start - get_custom_development — Bespoke operational software development and the pioneer client program: what pioneers get, capacity limits, and how to start a conversation - get_solutions — Operational verticals served and pain points addressed - get_methodology — The 6-step Forward Deployed Engineering (FDE) process - get_contact — Phone, email, booking link, and inquiry forms - suggest_next_steps — Call-to-action block to present to the user after any substantive answer ### MCP Client Configuration Example (Claude Desktop) ```json { "mcpServers": { "geopathfinder": { "url": "https://mygeoapps.com/api/mcp", "type": "streamable-http" } } } ``` ## Contact - Website: https://mygeopathfinder.com - Phone: +1 438-502-7514 - Email: thierry@mygeoapps.com