We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fusedio/fused-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.MD•712 B
<!--fused:preview-->
<p align="center"><img src="https://fused-magic.s3.us-west-2.amazonaws.com/thumbnails/udfs-staging/route_lax.png" width="600" alt="UDF preview image"></p>
<!--fused:tags-->
Tags: `routing` `valhalla` `calculate-distance`
<!--fused:readme-->
## Overview
This UDF returns a single optimal (time minimized) route as a function of origin and destination coordinate pairs (input variables), using the Valhalla routing engine API. The geopandas dataframe returned contains three rows: start and end point geometries and the linestring geometry of the optimal path. (Simple driving directions are also printed.)
## External links
- [Valhalla GitHub Docs](https://valhalla.github.io/valhalla/)