Calculate the shortest path between two geographic points on Earth's surface using great circle distance, returning a GeoJSON LineString or MultiLineString for mapping applications.
Calculate the shortest path between two geographic points on Earth's surface using the great circle method. Generates a GeoJSON LineString or MultiLineString representing the spherical route between specified coordinates.
Calculate the shortest path between two geographic points while accounting for obstacles and terrain, returning an optimal route as a GeoJSON LineString.
Calculate the shortest path between two geographic points while accounting for obstacles and terrain, returning the optimal route as a GeoJSON LineString.
Calculate the interpolated z-value for a point within a triangular plane using three vertices' z-values. This tool processes GeoJSON point and triangle polygon features to determine elevation or depth values at specific locations.
Calculate the interpolated z-value of a point within a triangular plane using the z-values of the triangle's three vertices for spatial elevation analysis.
A minimal Python package for easily setting up and running MCP servers and clients, allowing functions to be automatically exposed as tools that LLMs can use with just 2 lines of code.
A lightweight implementation that provides the simplest way to set up an MCP server and client, requiring just two lines of code to create a fully functional system.