This project provides a demo implementation of a Model Context Protocol (MCP) server, showcasing its capabilities in managing organizations and devices. It features database integration with PostgreSQL, allowing for the storage and retrieval of organization and device data. A key functionality is the calculation of distances between devices and their associated organizations using the Haversine formula. The server offers a set of tools to interact with the data, enabling users to fetch organizations and devices, and compute distances, providing a comprehensive demonstration of an MCP server's potential.