Georef Argentina

Georef Argentina MCP Connector for Claude

F

Access official Argentine geographic data—normalize addresses, list administrative divisions, and perform reverse geocoding directly from your AI.

7 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AI agent to the official Georef Argentina service to access precise geographic and administrative information. This server allows you to interact with the national database of provinces, departments, municipalities, and streets.

What you can do

  • Administrative Hierarchy — List and filter provinces, departments, and municipalities by name or ID using get_provincias, get_departamentos, and get_municipios.
  • Address Normalization — Convert messy address strings into structured data with precise components using normalize_direccion.
  • Street Database — Search for specific streets (vías) within any locality or department using get_vias.
  • Reverse Geocoding — Provide latitude and longitude to identify the exact administrative location with reverse_geocoding.
  • Data Enrichment — Fetch centroids and metadata for geographic entities to power maps and analytics.

How it works

  1. Subscribe to this server
  2. Enter your Georef API Key (if required for high-volume access)
  3. Start querying Argentine geography from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Logistics & Delivery — Normalize customer addresses to ensure accurate shipping and routing.
  • Data Analysts — Clean and categorize datasets containing Argentine location information.
  • Developers — Integrate official government geographic data without manual scraping or complex API setups.
geocodingadministrative-dataargentinaaddress-normalizationpublic-recordsspatial-data

7 tools expose this connector's capabilities to your AI agent.

get_departamentos

Get a list of departments in Argentina

normalize_direccion

g., "Av. Mayo 100"). Normalize a full address string into its components

get_localidades

Get a list of localities in Argentina

get_municipios

Get a list of municipalities in Argentina

get_provincias

Can filter by ID or name. Get a list of provinces in Argentina

reverse_geocoding

) for lat/lon. Get geographic location for a given set of coordinates

get_vias

Get a list of streets (vías) in Argentina

See how to talk to your AI agent using Georef Argentina.

List all provinces in Argentina.

I've retrieved the list of provinces. Argentina has 24 main jurisdictions, including Buenos Aires, Córdoba, Santa Fe, and Mendoza. Would you like to see the IDs or centroids for any of them?

Normalize the address 'Av. 9 de Julio 1234, CABA'.

The address has been normalized. It corresponds to 'AVENIDA 9 DE JULIO 1234', located in the Autonomous City of Buenos Aires (CABA). The coordinates are Lat: -34.612, Lon: -58.381.

What is the location for coordinates -34.6037, -58.3816?

Those coordinates correspond to the Obelisco area in the Autonomous City of Buenos Aires (CABA), specifically within the San Nicolás neighborhood.

Yes! Use the `normalize_direccion` tool. It will parse the address and return the structured components along with geographic coordinates.

Related Connectors