geospatial.openverbs.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://geospatial.openverbs.com/v1/distance
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/forward
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/from-mgrs
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/from-utm
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/geohash
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/inverse
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/mgrs
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/parse
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/point-in-polygon
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/resolution
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/tile
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/tile-bounds
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/timezone
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/to-dms
|
0.002 | USDC |
https://geospatial.openverbs.com/v1/utm
|
0.002 | USDC |
0xb3f4de103f34b99f0da19b4f16d6b53a14c2194a · basescan ↗
| Agent card | https://geospatial.openverbs.com |
| Provider | https://geospatial.openverbs.com |
| Docs | https://geospatial.openverbs.com |
Health · last 0 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/geospatial.openverbs.com) [](https://agenstry.com/agents/geospatial.openverbs.com) [](https://agenstry.com/agents/geospatial.openverbs.com) [](https://agenstry.com/agents/geospatial.openverbs.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "geospatial-openverbs-com",
"name": "geospatial.openverbs.com",
"description": "",
"domain": "geospatial.openverbs.com",
"provider": "geospatial.openverbs.com",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://geospatial.openverbs.com/v1/distance",
"description": "Distance and initial bearing between two coordinates.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "from",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "to",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Great-circle distance",
"tags": [
"haversine distance",
"distance between coordinates",
"great circle distance",
"bearing between points",
"geodesic distance api"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/forward",
"description": "Project WGS84 longitude/latitude (degrees) to Web Mercator (EPSG:3857) easting/northing in metres. Latitude is clamped to \u00b185.0511\u00b0 (the projection's valid extent).",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "lat",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "lon",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [
"wgs84 to web mercator",
"epsg 3857 projection",
"project lat lon to meters",
"longitude latitude to mercator",
"web mercator forward"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/from-mgrs",
"description": "Convert an MGRS grid reference back to decimal lat/lon on WGS84 (the coordinate of the grid cell's south-west corner at the given precision). Whitespace is ignored; a malformed reference is a clean 400.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "mgrs",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [
"mgrs to lat lon",
"parse mgrs reference",
"mgrs reverse conversion",
"military grid to coordinates",
"decode mgrs coordinate"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/from-utm",
"description": "Convert a UTM coordinate (zone, hemisphere, easting, northing) back to decimal lat/lon on WGS84.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "easting",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "hemisphere",
"type": "string",
"description": "",
"example": "N",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "northing",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "zone",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [
"utm to lat lon",
"convert utm to decimal",
"utm reverse conversion",
"easting northing to coordinates",
"utm zone lookup"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/geohash",
"description": "Encode a coordinate to a geohash and return its bounding box and 8 neighbors.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "lat",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "lon",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "precision",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Encode geohash",
"tags": [
"geohash encode",
"coordinate to geohash",
"geohash neighbors",
"geohash bounding box",
"spatial hash api"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/inverse",
"description": "Un-project Web Mercator (EPSG:3857) easting/northing in metres back to WGS84 longitude/latitude in degrees.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "x",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "y",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [
"web mercator to wgs84",
"epsg 3857 inverse",
"mercator meters to lat lon",
"unproject web mercator",
"convert x y to coordinates"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/mgrs",
"description": "Convert decimal lat/lon to a Military Grid Reference System (MGRS) string on WGS84. Precision is the number of digits per axis (1\u20135; 5 = 1-metre resolution, default 5).",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "lat",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "lon",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "precision",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [
"lat lon to mgrs",
"mgrs conversion api",
"convert coordinates to mgrs",
"military grid reference",
"mgrs grid lookup"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/parse",
"description": "Parse a coordinate string into decimal lat/lon. Accepts a plain decimal pair ('40.4462, -79.9822') or DMS with hemisphere letters ('40\u00b026'46\"N 79\u00b058'56\"W'). Anything unrecognized is a clean 400.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "coordinate",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Parse a coordinate string",
"tags": [
"parse coordinate string",
"coordinate parser api",
"dms to decimal degrees",
"latitude longitude lookup",
"convert coordinate text"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/point-in-polygon",
"description": "Test whether a coordinate falls inside a polygon.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "point",
"type": "object",
"description": "",
"example": null,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "polygon",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Point in polygon",
"tags": [
"point in polygon",
"coordinate inside polygon",
"polygon containment test",
"geofence check api",
"spatial point lookup"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/resolution",
"description": "Report the ground resolution (metres per pixel, for 256-px tiles) and the OGC map scale denominator at a zoom level, optionally adjusted for latitude (default equator).",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "lat",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "zoom",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Ground resolution & scale",
"tags": [
"map ground resolution",
"meters per pixel",
"tile zoom scale",
"web mercator scale",
"resolution by zoom level"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/tile",
"description": "Map a WGS84 coordinate at a given zoom (0..30) to its slippy-map (XYZ / Google / OSM) tile x,y and its Bing quadkey.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "lat",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "lon",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "zoom",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [
"coordinate to map tile",
"slippy map tile",
"xyz tile lookup",
"lat lon to tile x y",
"quadkey from coordinate"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/tile-bounds",
"description": "Compute the geographic bounding box (west/south/east/north in degrees) of a slippy-map tile z/x/y, plus its Bing quadkey.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "x",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "y",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "z",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [
"tile geographic bounds",
"map tile bounding box",
"xyz tile bounds",
"slippy tile bbox",
"quadkey tile bounds"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/timezone",
"description": "Resolve the timezone for a latitude/longitude.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "lat",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "lon",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Timezone from coordinate",
"tags": [
"timezone from coordinates",
"lat lon timezone lookup",
"iana timezone api",
"coordinate timezone resolver",
"find timezone by location"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/to-dms",
"description": "Convert a decimal-degree latitude/longitude to degrees-minutes-seconds, with hemisphere letters and a formatted string for each axis.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "lat",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "lon",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [
"decimal to dms",
"convert coordinates to dms",
"degrees minutes seconds",
"latitude longitude formatter",
"coordinate format conversion"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://geospatial.openverbs.com/v1/utm",
"description": "Convert decimal lat/lon to a UTM coordinate (zone, latitude band, hemisphere, easting, northing) on WGS84, including the Norway/Svalbard zone exceptions. Defined for latitudes -80..84.",
"pricing": {
"amount": "0.002",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "lat",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "lon",
"type": "number",
"description": "",
"example": 1,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [
"lat lon to utm",
"utm conversion api",
"convert coordinates to utm",
"wgs84 utm zone",
"utm easting northing"
],
"quality": {
"l30DaysTotalCalls": "2",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.002",
"maxAmount": "0.002",
"avgCostPerTransaction": "0.002",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [
"haversine distance",
"distance between coordinates",
"great circle distance",
"bearing between points",
"geodesic distance api",
"wgs84 to web mercator",
"epsg 3857 projection",
"project lat lon to meters",
"longitude latitude to mercator",
"web mercator forward",
"mgrs to lat lon",
"parse mgrs reference",
"mgrs reverse conversion",
"military grid to coordinates",
"decode mgrs coordinate",
"utm to lat lon",
"convert utm to decimal",
"utm reverse conversion",
"easting northing to coordinates",
"utm zone lookup",
"geohash encode",
"coordinate to geohash",
"geohash neighbors",
"geohash bounding box",
"spatial hash api",
"web mercator to wgs84",
"epsg 3857 inverse",
"mercator meters to lat lon",
"unproject web mercator",
"convert x y to coordinates",
"lat lon to mgrs",
"mgrs conversion api",
"convert coordinates to mgrs",
"military grid reference",
"mgrs grid lookup",
"parse coordinate string",
"coordinate parser api",
"dms to decimal degrees",
"latitude longitude lookup",
"convert coordinate text",
"point in polygon",
"coordinate inside polygon",
"polygon containment test",
"geofence check api",
"spatial point lookup",
"map ground resolution",
"meters per pixel",
"tile zoom scale",
"web mercator scale",
"resolution by zoom level",
"coordinate to map tile",
"slippy map tile",
"xyz tile lookup",
"lat lon to tile x y",
"quadkey from coordinate",
"tile geographic bounds",
"map tile bounding box",
"xyz tile bounds",
"slippy tile bbox",
"quadkey tile bounds",
"timezone from coordinates",
"lat lon timezone lookup",
"iana timezone api",
"coordinate timezone resolver",
"find timezone by location",
"decimal to dms",
"convert coordinates to dms",
"degrees minutes seconds",
"latitude longitude formatter",
"coordinate format conversion",
"lat lon to utm",
"utm conversion api",
"convert coordinates to utm",
"wgs84 utm zone",
"utm easting northing"
],
"iconUrl": ""
}
}