How to Use the Jawg Maps (Location & Routing) MCP in VS Code Copilot
Standardize location and routing tools for your team in VS Code Copilot.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Jawg Maps (Location & Routing) MCP to VS Code Copilot
Create your Vinkius account to connect Jawg Maps (Location & Routing) to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Team-wide address lookup for VS Code Copilot
Commit your server config to the repo so everyone uses the same location tools. Use `search_map_places` to standardize how your app resolves addresses. It removes the friction of managing different mapping dependencies. Your team gets consistent results across every dev environment.
Standardized routing via this MCP Server
Ensure your dispatch logic is uniform by using `calculate_routing_line` across the team. It keeps your routing parameters consistent in every branch. Developers can also use `calculate_distance_matrix` to verify backend assumptions. It makes code reviews easier when everyone relies on the same coordinate math.
Terrain-aware development in VS Code Copilot
Build features that account for elevation using `get_path_elevation`. It is perfect for teams working on logistics or outdoor-focused applications. Your agent can now verify route feasibility by checking `calculate_elevation_routing` outputs. It brings professional-grade mapping tools to your shared workspace.
Set up Jawg Maps (Location & Routing) MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Jawg Maps (Location & Routing) MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Jawg Maps (Location & Routing) tools listed. Try asking: "List my recent Jawg Maps (Location & Routing) transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"jawg-maps-location-routing-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Jawg Maps. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Jawg Maps (Location & Routing) MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Jawg Maps (Location & Routing) MCP today
We host it, we monitor it, we maintain it. You just paste one token.