# Pinloft by CyberMax > Free geocoding API and MCP server: address to latitude/longitude with US Census county, tract and block FIPS codes, districts and reverse geocoding. Type an address, get latitude and longitude, a cleaned address and, in the US, the county, Census tract and block FIPS codes from the official US Census geocoder. Worldwide addresses and reverse lookups use OpenStreetMap. ## API (free, no key, CORS enabled) - [/api/geocode](https://pinloft.cybermax-tools.workers.dev/api/geocode?address=1600%20Pennsylvania%20Ave%20NW%2C%20Washington%2C%20DC%2020500): Geocode up to 5 addresses (US Census first, OpenStreetMap worldwide) - [/api/reverse](https://pinloft.cybermax-tools.workers.dev/api/reverse?lat=40.7484&lon=-73.9857): Reverse geocode up to 5 points (street address + US FIPS and districts) - GET for simple calls, POST a JSON body for lists. Same field names as the bulk version's dataset records. - OpenAPI 3.1: https://pinloft.cybermax-tools.workers.dev/openapi.json ## MCP (remote, streamable HTTP, no auth) - Endpoint: https://pinloft.cybermax-tools.workers.dev/mcp - `geocode_address`: Convert up to 5 street addresses to latitude/longitude with a cleaned, matched address and match confidence. US addresses also get state, county, tract, block group and block FIPS codes (US Census geocoder); include_districts adds congressional and state legislative districts, city, school district and metro area. Worldwide addresses use OpenStreetMap. - `reverse_geocode`: Convert up to 5 latitude/longitude points to the nearest street address (OpenStreetMap), and for US points add state/county/tract/block FIPS codes and congressional/state districts from the US Census geocoder. ## Limits - 20 calls per minute per IP address. - Up to 5 addresses or points per call. - Up to 3 OpenStreetMap lookups per call (non-US addresses, US misses, reverse); US addresses use the Census geocoder. - About 15 seconds per call at most. - Free, no key. OSM results: © OpenStreetMap contributors (ODbL). ## More - Health: https://pinloft.cybermax-tools.workers.dev/health - All CyberMax tools: https://cybermax-tools-cybermax.static.hf.space/ - A bulk and scheduled version is coming to the Apify Store.