mcp-server-demo
0
This project provides a demo MCP server implementation, focusing on managing organizational data and device locations using PostgreSQL. It features distance calculation between devices and organizations utilizing a Haversine formula, with tools for interacting with this data.
get_organizations
Get all organizational information from the database
get_devices
Get all device information from the database
get_devices_by_organization
Get device information for a specific organization
list_devices_with_distance
List the device and its distance from the associated organization