We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gmossy/geospatial_mcp_server_experiments'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Route 1",
"distance_m": 5000
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-112.10,
36.10
],
[
-112.11,
36.105
],
[
-112.12,
36.11
],
[
-112.13,
36.10
],
[
-112.14,
36.09
],
[
-112.12,
36.08
],
[
-112.10,
36.10
]
]
}
}
]
}