Geocodio Connector for AI agents.
10 live capabilities
Map North American addresses to coordinates and Census data automatically.
Waiting for input…
Why people use Geocodio
Geocodio for accurate North American geocoding and Census data
With this Connector, you just hand that list to your agent. It uses batch_enriched_geocode to do the heavy lifting in one go. You get a clean table of results back immediately. No more manual joins, no more broken rows, just the data you need ready for your report.
What Vinkius changes
You get to stop copy-pasting data between maps and spreadsheets.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Real Estate Analysis
An analyst asks the agent to 'Find the median income for every address in this list.
- Real-world use case 02
Logistics Planning
A manager wants to know which districts are hit by a new warehouse.
- Real-world use case 03
Campaign Mapping
A user provides a list of zip codes and asks for the representative.
Complete set · 10capabilities
The complete Geocodio capability set.
These are the exact actions your AI can choose when you ask it to work with Geocodio.
01—04
4 capabilities in this set.
Part of 10 available through Geocodio.
- 01 Capability
Batch reverse pins
Find the street addresses for a large list of GPS coordinates. This is useful for turning raw map data into readable locations.
- 02 Capability
Format coordinate string
Turn messy coordinate strings into clean, usable JSON payloads. Use this to fix broken location data before processing.
- 03 Capability
Batch enriched geocode
Geocode a large list of addresses while pulling in timezone and Census data. Use this for high-volume demographic mapping.
- 04 Capability
Batch geocode addresses
Process a high volume of addresses to get their geographic coordinates. It handles up to 10,000 locations at once.
05—07
3 capabilities in this set.
Part of 10 available through Geocodio.
- 05 Capability
Batch enriched reverse
Get addresses and Census data for a large batch of GPS pins. Use this to quickly enrich a list of raw coordinates.
- 06 Capability
Geocode us address
Turn a US street address into precise latitude and longitude coordinates. It identifies bounded routing spaces for maps.
- 07 Capability
Geocode enriched fields
Get coordinates along with Census and demographic data in one step. This saves you from making multiple separate API calls.
08—10
3 capabilities in this set.
Part of 10 available through Geocodio.
- 08 Capability
List schema fields
See exactly which data fields Geocodio supports for your specific request. Use this to verify available data before running a batch.
- 09 Capability
Reverse geocode
Turn a single GPS coordinate into a readable street address. It traces coordinates back to specific street grids.
- 10 Capability
Reverse enriched fields
Get the street address and the legislative district for a coordinate. This is perfect for mapping political boundaries.
Set up in minutes
One URL. Then ask Geocodio to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Geocodio from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_2CueEhSHbv1UhhgSAk2rxVvpfGsKr8bDncNWuLHo/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Geocodio, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Geocodio for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_2CueEhSHbv1UhhgSAk2rxVvpfGsKr8bDncNWuLHo/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Geocodio URL.
- Step 03
Save and start
Save the connection and enable Geocodio in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"geocodio": {
"url": "https://edge.vinkius.com/vk_preview_2CueEhSHbv1UhhgSAk2rxVvpfGsKr8bDncNWuLHo/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Geocodio
Open Agent mode in chat and ask: "Using Geocodio, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"geocodio": {
"url": "https://edge.vinkius.com/vk_preview_2CueEhSHbv1UhhgSAk2rxVvpfGsKr8bDncNWuLHo/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Geocodio
Ask Copilot: "Using Geocodio, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"geocodio": {
"url": "https://edge.vinkius.com/vk_preview_2CueEhSHbv1UhhgSAk2rxVvpfGsKr8bDncNWuLHo/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Geocodio
Open Cascade and ask: "Using Geocodio, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"geocodio": {
"url": "https://edge.vinkius.com/vk_preview_2CueEhSHbv1UhhgSAk2rxVvpfGsKr8bDncNWuLHo/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Geocodio
Ask Cline: "Using Geocodio, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add geocodio --transport http "https://edge.vinkius.com/vk_preview_2CueEhSHbv1UhhgSAk2rxVvpfGsKr8bDncNWuLHo/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Geocodio
Ask Claude: "Using Geocodio, show me...". 10 tools are ready
Where the request belongs
Work Geocodio can move forward.
This is for data analysts tired of manual spreadsheet entry, real estate pros checking neighborhood stats, and logistics managers verifying shipping routes.
Data Analyst
Cleaning up messy location data and appending demographics to thousands of rows instantly.
Real Estate Scout
Quickly pulling ACS economic data and neighborhood stats for potential investment sites.
Logistics Coordinator
Validating delivery addresses and mapping out routing spaces to save on shipping costs.
Campaign Manager
Mapping out legislative boundaries to see exactly which districts a specific set of addresses covers.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTIGER/Line Geocoder (Census)
Access official US Census Bureau geocoding services to convert addresses into coordinates and detailed census geography data.
OpenCage
Geocode addresses and reverse-geocode coordinates via OpenCage. convert locations to lat/lng and back with country, language, and privacy filters from any AI agent.
Precisely
Equip your AI with precise location intelligence. geocode addresses, resolve property risks, calculate local taxes, and analyze demographics globally.
Nominatim
Geocode addresses, reverse geocode coordinates and explore OpenStreetMap data. no API key required.
HUD User (USPS Crosswalk)
Map ZIP codes to Census geographies via HUD User USPS Crosswalk API.
Smarty
Equip your AI with enterprise-grade location intelligence to validate, autocomplete, and extract US or International addresses instantly.
Bring your own AI
Change the model, client or framework. Keep Geocodio connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Geocodio.
The practical details behind the request, access and result.
What can I do with the Geocodio MCP?
You can use it to turn street addresses into coordinates, find physical addresses from GPS pins, and pull Census data like median income and unemployment rates for North American locations.
Can the Geocodio MCP handle more than just one address at a time?
Yes, it's designed for high-volume work. You can process batches of up to 10,000 locations in a single request.
How does the Geocodio MCP help with Census data?
It allows your agent to automatically pull ACS demographics and neighborhood statistics for specific locations, saving you from manual lookups.
Can I use the Geocodio MCP for Canadian addresses?
Yes, the Connector supports geocoding, reverse geocoding, and data enrichment for both US and Canadian addresses.
Does the Geocodio MCP support legislative boundaries?
It does. You can identify Congressional Districts and other legislative layouts for specific GPS pins or addresses.
How do I use the Geocodio MCP to clean up messy GPS coordinates?
The Connector includes capabilities to format messy coordinate strings into clean JSON and turn those coordinates back into readable street addresses.
Can my agent geocode multiple addresses at once using Geocodio?
Yes. Use the 'batch_geocode_addresses' capability and provide a JSON array of address strings. Geocodio handles up to 10,000 locations per request, allowing for high-throughput data enrichment natively.
How do I retrieve demographic data for an address via chat?
Use the 'geocode_enriched_fields' capability. Provide the address and include 'acs-demographics' in the 'fields' parameter. The agent will analyze the active Census domains and return neighborhood statistics flawlessly.
Can I find the Congressional District for a set of GPS coordinates through the agent?
Absolutely. Use the 'reverse_enriched_fields' capability. Provide the latitude and longitude and include 'cd' in the 'fields' parameter. Your agent will execute bulk iterations to determine exactly who represents that GPS pin natively.
One connection away
Give your agent a direct line to Geocodio.
Connect Geocodio once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available