# Georef Argentina MCP for AI Agents AI Agent Connect

> Georef Argentina MCP gives your AI agent direct access to official Argentine geographic data. It handles address normalization, lists administrative divisions like provinces and municipalities, and performs reverse geocoding. Instead of manual lookups, your agent can instantly verify locations or structure messy address strings into clean data for shipping and regional analysis.

## Overview
- **Category:** data-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_XCizhRpqkZ6gK4TQkhkBwLLVY4QuoGMOkMTlXjOD/ai-agent-connect
- **Tags:** geocoding, administrative-data, argentina, address-normalization, public-records, spatial-data

## Description

Handling geographic data for Argentina usually means jumping between multiple government websites, trying to figure out which municipality a street belongs to, or wrestling with inconsistent address formats. This Connector changes that by giving your agent a direct line to the official national database. You can ask your agent to pull a list of provinces, find specific streets in a city, or take a raw address and turn it into a structured format with distinct components. It's a huge time-saver for anyone dealing with regional logistics or cleaning up large datasets of Argentine locations. By connecting this through the Vinkius catalog, you get a reliable way to ground your agent's knowledge in actual government data. You won't have to worry about your agent hallucinating a street name or guessing a department ID because it's pulling from the source. This is particularly useful for logistics companies that need to validate customer addresses for shipping routes. It also helps data analysts who need to clean and categorize thousands of rows of location information without manual copy-pasting. Instead of spending hours on manual verification, you can let your agent handle the heavy lifting of querying the national database. This ensures your records are accurate and ready for use in maps or analytics tools immediately. You can stop worrying about typos in street names or confusing regional codes. The data is pulled directly from the national source, providing a single point of truth for all your geographic needs in Argentina.

## Tools

### get_localidades
Retrieve a list of localities in Argentina. This is helpful for categorizing regional data points.

### reverse_geocoding
Get the geographic location for a set of coordinates. This helps you identify exactly where a point is on a map.

### get_vias
Get a list of streets in Argentina. This lets you verify specific street names within any locality or department.

### get_departamentos
Get a full list of departments in Argentina. This helps you quickly identify regional administrative boundaries.

### normalize_direccion
Convert a messy address string into structured components. It makes sure your data is clean for shipping or mapping.

### get_municipios
Get a list of municipalities in Argentina. Use this to filter geographic data by specific local jurisdictions.

### get_provincias
Fetch a list of provinces in Argentina. You can filter these by name or ID to find specific regions.

## Prompt Examples

**Prompt:** 
```
What are the provinces in Argentina?
```

**Response:** 
```
I've pulled the official list of provinces for you. Argentina has 24 main jurisdictions. Here are the top ones:

| Province | ID |
| :--- | :--- |
| Buenos Aires | 8 |
| Córdoba | 8 |
| Santa Fe | 8 |

Would you like the IDs or centroids for any of these?
```

**Prompt:** 
```
Normalize this address: Av. 9 de Julio 1234, CABA
```

**Response:** 
```
I've processed that for you. The normalized address is AVENIDA 9 DE JULIO 1234. It's located in the Autonomous City of Buenos Aires (CABA). Coordinates: Lat: -34.612, Lon: -58.381.
```

**Prompt:** 
```
What's at -34.6037, -58.3816?
```

**Response:** 
```
Those coordinates place you in the Obelisco area of the Autonomous City of Buenos Aires (CABA), specifically within the San Nicolás neighborhood.
```

## Capabilities

### Normalize messy addresses
The agent converts a raw address string into structured parts like street, number, and municipality.

### List provinces and municipalities
Your agent can retrieve a full list of official administrative divisions across Argentina.

### Find specific streets
The agent searches for street names within any specific locality or department.

### Perform reverse geocoding
Provide coordinates and the agent identifies the exact administrative location.

### Fetch geographic metadata
The agent pulls centroids and other metadata for specific geographic entities.

## Use Cases

### Shipping Label Correction
A logistics lead asks the agent to fix 500 messy addresses from a CSV. The agent uses normalize_direccion to structure them for the carrier.

### Regional Market Analysis
An analyst wants to see all municipalities in a specific province. The agent uses get_provincias and get_municipios to build a list.

### Map Data Population
A developer needs to plot points on a map. The agent uses get_vias and reverse_geocoding to find the correct street names and locations.

### Delivery Route Planning
A dispatcher provides coordinates from a GPS. The agent uses reverse_geocoding to identify the neighborhood and municipality.

## Benefits

- Stop guessing address formats by using normalize_direccion to turn messy text into structured data for your database.
- Get accurate administrative boundaries by pulling data from get_provincias and get_municipios to verify jurisdictions.
- Save hours on manual research by using get_vias to find specific street names within any locality or department.
- Improve shipping accuracy by using reverse_geocoding to turn coordinates into real administrative locations.
- Clean your datasets instantly by using get_localidades to categorize regional information into official buckets.
- Reduce manual data entry errors by having your agent pull official centroids and metadata directly from the source.

## How It Works

The bottom line is you get official government geographic data integrated directly into your agent's workflow.

1. Subscribe to the Georef Argentina MCP on Vinkius.
2. Input your Georef API Key into your AI client's configuration.
3. Ask your agent to pull, normalize, or search Argentine geographic data.

## Frequently Asked Questions

**Can Georef Argentina MCP fix my messy shipping addresses?**
Yes, it uses a normalization tool to turn messy strings into structured components like street name and municipality.

**Does Georef Argentina MCP support all Argentine provinces?**
Yes, it can list every province, department, and municipality in the country.

**Can I use Georef Argentina MCP to find street names?**
You can use it to search for specific streets within any locality or department in Argentina.

**How does Georef Argentina MCP handle coordinates?**
It includes a reverse geocoding feature that identifies the administrative location from latitude and longitude.

**Is the data in Georef Argentina MCP official?**
Yes, this Connector connects to the official national geographic database for Argentina.

**Can Georef Argentina MCP help with data cleaning?**
It's perfect for cleaning datasets by categorizing locations into official municipalities and departments.

**Can I find the coordinates of a specific address string?**
Yes! Use the `normalize_direccion` tool. It will parse the address and return the structured components along with geographic coordinates.

**How do I list all departments within a specific province?**
Use the `get_departamentos` tool and provide the province name or ID in the `provincia` parameter to filter the results.

**Can I get the administrative location of a specific latitude and longitude?**
Yes, the `reverse_geocoding` tool takes `lat` and `lon` parameters and returns the corresponding province, department, and municipality.