Ecosystem/Mapbox

Mapbox

Tempo
Data7 endpointsFrom $0.0008 /req

Geocoding, directions, isochrones, travel-time matrices, map matching, and tile queries. Convert addresses to coordinates, get driving directions, compute reachable areas, and snap GPS traces to roads.

View documentation

When should an agent use this?

Use Mapbox when your agent needs geospatial analysis — geocoding addresses, computing driving routes, finding reachable areas within a time limit (isochrones), building travel-time matrices for logistics, or cleaning up noisy GPS data. Ideal for delivery optimization agents, fleet management, real estate analysis, and any workflow needing precise geospatial computation.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (7)

Convert an address or place name to coordinates (lat/lng).

Path/services/mapbox/mapbox/geocode-forward
MethodPOST
Price$0.0008 per request

Parameters

NameTypeRequiredDescription
qstringYesAddress or place name to geocode

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/mapbox/mapbox/geocode-forward" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "q": "1600 Amphitheatre Parkway, Mountain View, CA"
}'

IndieGent Endpoint

api.indiegent.com/services/mapbox

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli