{"name":"address-geocode","description":"Converts a free-form address, postal code, place name, or POI into latitude/longitude. Returns a ranked list of matches with importance scores, a structured address breakdown (house number, road, city, county, state, postcode, country), and a bounding box. Backed by OSM Nominatim — global coverage, attribution required by ODbL. Use it as a forward geocoder, address to lat-lng converter, address-to-coordinates lookup, postal-code lookup, place-name resolver, Nominatim geocoder, or OpenStreetMap geocoding API.","price":"$0.02","method":"POST","input_schema":{"properties":{"address":{"type":"string","description":"Free-form address, postal code, place name, or POI. Examples: '1600 Amphitheatre Parkway, Mountain View, CA', '10115 Berlin', 'Eiffel Tower'."},"country_codes":{"type":"array","description":"Optional ISO 3166-1 alpha-2 country codes to restrict results, e.g. ['us', 'ca']."},"limit":{"type":"number","description":"Max results to return. 1-10. Default 5."}},"required":["address"]},"input_example":{"address":"1600 Amphitheatre Parkway, Mountain View, CA"},"output_example":{"query":"1600 Amphitheatre Parkway, Mountain View, CA","match_count":2,"results":[{"latitude":37.4224857,"longitude":-122.0855846,"display_name":"Google Building 41, 1600, Amphitheatre Parkway, Mountain View, Santa Clara County, California, 94043, United States","type":"commercial","importance":0.0000628,"bounding_box":[37.4224357,37.4225357,-122.0856346,-122.0855346]}],"best_match":{"latitude":37.4224857,"longitude":-122.0855846,"display_name":"Google Building 41, 1600, Amphitheatre Parkway, Mountain View, Santa Clara County, California, 94043, United States"},"source":"OpenStreetMap Nominatim (ODbL, attribution required)"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}