{"query":"geocode","count":4,"topMax":25,"returned":4,"matched":4,"complete":true,"truncated":false,"results":[{"slug":"geocode","name":"Geocode address","route":"GET /api/geocode","price":"$0.001","priceUsd":0.001,"callExample":{"method":"GET","path":"/api/geocode","query":{"q":"1600 Pennsylvania Ave NW, Washington, DC","limit":1}},"example":{"q":"1600 Pennsylvania Ave NW, Washington, DC","limit":1},"required":["q"],"inputSchema":{"properties":{"q":{"type":"string","description":"Free-form address or place name"},"limit":{"type":"number","description":"Results to return, 1-10 (default 1)"},"countryCodes":{"type":"string","description":"Comma-separated ISO-3166-1 alpha-2 codes to restrict, e.g. us,ca (optional)"}},"required":["q"]},"category":"data","description":"Resolve a free-form address or place name to coordinates: lat/lon, display name, bounding box, place type. OpenStreetMap/Nominatim, no key. ?q=1600+Pennsylvania+Ave+Washington+DC&limit=1.","score":62.30223069581011,"computePayable":false,"docs":"https://agent402.tools/tools/geocode"},{"slug":"reverse-geocode","name":"Reverse geocode","route":"GET /api/reverse-geocode","price":"$0.001","priceUsd":0.001,"callExample":{"method":"GET","path":"/api/reverse-geocode","query":{"lat":38.8977,"lon":-77.0365}},"example":{"lat":38.8977,"lon":-77.0365},"required":["lat","lon"],"inputSchema":{"properties":{"lat":{"type":"number","description":"Latitude, -90 to 90"},"lon":{"type":"number","description":"Longitude, -180 to 180"},"zoom":{"type":"number","description":"Detail level, 3 (country) to 18 (building). Default 18."}},"required":["lat","lon"]},"category":"data","description":"Resolve a lat/lon to a structured postal address: road, house number, city, state, postcode, country (with ISO code). OpenStreetMap/Nominatim, no key. ?lat=38.8977&lon=-77.0365.","score":43.13231355863777,"computePayable":false,"docs":"https://agent402.tools/tools/reverse-geocode"},{"slug":"skill-trip-planner","name":"Skill: Multi-stop trip planner","route":"POST /api/skill/trip-planner","price":"$0.006","priceUsd":0.006,"callExample":{"method":"POST","path":"/api/skill/trip-planner","body":{"stops":"New York NY, Pittsburgh PA, Cleveland OH, Chicago IL","startIso":"2026-07-20T08:00:00Z"}},"example":{"stops":"New York NY, Pittsburgh PA, Cleveland OH, Chicago IL","startIso":"2026-07-20T08:00:00Z"},"required":["stops","startIso"],"inputSchema":{"properties":{"stops":{"type":"string","description":"comma-separated ordered list of stops (e.g. 'New York NY, Pittsburgh PA, Cleveland OH, Chicago IL')"},"startIso":{"type":"string","description":"trip start time as UTC ISO 8601 (e.g. '2026-07-20T08:00:00Z')"}},"required":["stops","startIso"]},"category":"skill-pack","description":"Plan a multi-stop journey deterministically: geocode each stop, sum the pairwise haversine distances, estimate arrival times by adding driving hours per leg, count business days from today to each arrival, and pull the weather forecast at every US stop. Six tools - three pure-CPU (math + time), three egress (geocoding + weather) - covering the deterministic skeleton of every road-trip / sales-tour / delivery-route planning problem. Multi-stop trip planner skill pack: one x402 payment runs 6 underlying tools (geocode, geo-distance, add-time, business-days, time-convert, weather-forecast); partial-success per step.","score":4.792479284293085,"computePayable":false,"docs":"https://agent402.tools/tools/skill-trip-planner"},{"slug":"skill-location-intel","name":"Skill: Location intel","route":"POST /api/skill/location-intel","price":"$0.008","priceUsd":0.008,"callExample":{"method":"POST","path":"/api/skill/location-intel","body":{"address":"1600 Pennsylvania Ave NW Washington DC"}},"example":{"address":"1600 Pennsylvania Ave NW Washington DC"},"required":["address"],"inputSchema":{"properties":{"address":{"type":"string","description":"Address or place name (e.g. '1600 Pennsylvania Ave NW Washington DC' or 'Joshua Tree National Park')"}},"required":["address"]},"category":"skill-pack","description":"Point at an address (or even a rough place name) and assemble the situational brief: precise coordinates, the canonical postal address, what's within walking distance, the live weather forecast, active NWS hazard alerts, and recent seismic activity. The deterministic 'what should I know about this place right now?' workup. Location intel skill pack: one x402 payment runs 6 underlying tools (geocode, reverse-geocode, place-search, weather-forecast, weather-alerts, earthquakes); partial-success per step.","score":4.792479284293085,"computePayable":false,"docs":"https://agent402.tools/tools/skill-location-intel"}],"packs":[{"slug":"trip-planner","title":"Multi-stop trip planner","tagline":"Plan a multi-stop journey deterministically: geocode each stop, sum the pairwise haversine distances, estimate arrival times by adding driving hours per leg, count business days from today to each arrival, and pull the weather forecast at every US stop. Six tools - three pure-CPU (math + time), three egress (geocoding + weather) - covering the deterministic skeleton of every road-trip / sales-tour / delivery-route planning problem.","toolSlugs":["geocode","geo-distance","add-time","business-days","time-convert","weather-forecast"],"score":7,"url":"https://agent402.tools/skills/trip-planner","promptName":"trip-planner","method":"POST","route":"/api/skill/trip-planner","callUrl":"https://agent402.tools/api/skill/trip-planner","price":"$0.006","aLaCarteUsd":0.006,"oneCall":"POST https://agent402.tools/api/skill/trip-planner runs all 6 steps for one $0.006 payment (partial success per step). The same 6 tools bought individually total $0.006 — the bundle is also the cheaper path."},{"slug":"location-intel","title":"Location intel","tagline":"Point at an address (or even a rough place name) and assemble the situational brief: precise coordinates, the canonical postal address, what's within walking distance, the live weather forecast, active NWS hazard alerts, and recent seismic activity. The deterministic 'what should I know about this place right now?' workup.","toolSlugs":["geocode","reverse-geocode","place-search","weather-forecast","weather-alerts","earthquakes"],"score":6,"url":"https://agent402.tools/skills/location-intel","promptName":"location-intel","method":"POST","route":"/api/skill/location-intel","callUrl":"https://agent402.tools/api/skill/location-intel","price":"$0.008","aLaCarteUsd":0.008,"oneCall":"POST https://agent402.tools/api/skill/location-intel runs all 6 steps for one $0.008 payment (partial success per step). The same 6 tools bought individually total $0.008 — the bundle is also the cheaper path."}],"rarestTerm":"geocode","rarestTermCovered":true,"relatedSellers":[{"host":"geocode.openverbs.com","origin":"https://geocode.openverbs.com","toolCount":2,"sellerInfo":"https://agent402.tools/api/index?seller=geocode.openverbs.com","routeAcross":"https://agent402.tools/api/route?q=geocode&include=external"}]}