How to Use the Geocodio MCP in Claude Code
Pipe addresses into the Geocodio MCP Server from your terminal. Let Claude Code handle batch geocoding in any script or CI/CD pipeline.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Geocodio MCP to Claude Code
Create your Vinkius account to connect Geocodio to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Geocoding for the Command Line
This server brings Geocodio's API right into your terminal. You can pipe a list of addresses directly to Claude Code and have it use the `batch_geocode_addresses` tool to get back clean, machine-readable JSON with coordinates for each entry. No need to write a full script for simple conversions. For example: `cat addresses.txt | claude code "geocode these addresses with geocodio"`. That's it. The output is structured JSON, so you can immediately pipe it to `jq` for filtering or save it to a file. It fits right into your existing shell workflows.
Automate Data Enrichment in CI/CD
This is more than a command-line toy. You can use it in your deployment or data processing pipelines. A common use is a cron job that pulls new user signups, uses `batch_enriched_geocode` to append census data, and then loads the enriched data into a warehouse. Because Claude Code is headless, it runs anywhere. Put it in a Docker container as part of a nightly data job or in a GitHub Action that validates addresses in a CSV file on every commit. This MCP server provides the tools; Claude Code provides the automation engine.
Reverse Geocoding from any Source
If you're processing server logs or IoT data that contains coordinates, you can turn that data into human-readable addresses. Pipe a stream of lat/lon pairs to Claude Code and instruct it to use the `batch_reverse_pins` tool. You can also pull back specific data points. For instance, get the timezone for a set of server IPs by first getting their coordinates, then using `reverse_enriched_fields` to look up the timezone data. It's a powerful way to add geographic context to any data stream, right from your shell.
Set up Geocodio MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seegeocodio-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Geocodio transactions." It will automatically discover and invoke the available Geocodio tools.
claude mcp add --transport http geocodio-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Geocodio MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Geocodio MCP today
We host it, we monitor it, we maintain it. You just paste one token.