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": "River Run"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-112.15,
36.05
],
[
-112.14,
36.06
],
[
-112.13,
36.055
],
[
-112.12,
36.065
],
[
-112.11,
36.06
],
[
-112.10,
36.07
],
[
-112.09,
36.065
],
[
-112.08,
36.075
]
]
}
}
]
}