How to Use the MapQuest MCP in Cline
Let Cline write your mapping components and fetch live MapQuest data right inside VS Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect MapQuest MCP to Cline
Create your Vinkius account to connect MapQuest to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Calculate routes with the MCP Server
The `get_directions` tool handles the math for driving, walking, and cycling paths. Cline reads your project requirements, calls the endpoint, and writes the exact routing logic into your backend services. You do not have to read the API docs. Tell your agent you need a delivery time estimator, and it wires up the request, parses the JSON response, and builds the UI component to display the route.
Cline handles coordinate translation
The `geocode_address` tool swaps text addresses for exact coordinates. If you have a database full of customer addresses, your agent can iterate through them and append the missing location fields automatically. It works backwards with `reverse_geocode`. Feed it raw GPS pings from a mobile app, and it returns actual street names. You just sit back and watch the diffs roll in.
Drop maps and places into your app
The `search_points_of_interest` tool locates specific businesses around a target area. Ask for nearby coffee shops, and the agent pulls the data to populate your map markers. For the visual side, `get_static_map_url` generates an image link for any location. Your agent takes that URL and drops it straight into your React or Vue templates, skipping the heavy map SDKs entirely.
Set up MapQuest MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
mapquest-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest MapQuest refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"mapquest-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 MapQuest. 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 MapQuest MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the MapQuest MCP today
We host it, we monitor it, we maintain it. You just paste one token.