xpay tools logo
  • Tools
  • Collections
  • Skills
  • Docs
  • xpay.sh
  1. Home
  2. ›
  3. Providers
  4. ›
  5. Mapbox

Mapbox logo

Mapbox

9 tools

$0.01/call

Geocoding, directions, isochrones, and map data via Mapbox

​
​
How it works ↓
Version Tool
version_tool

Get the current version information of the MCP server


flat

$0.01/call

Category Search Tool
category_search_tool

Return all places that match a category (industry, amenity, or NAICS‑style code). Use when the user asks for a type of place, plural or generic terms like 'museums', 'coffee shops', 'electric‑vehicle chargers', or when the query includes is‑a phrases such as 'any', 'all', 'nearby'. Do not use when a unique name or brand is provided. Supports both JSON and text output formats.


flat

$0.01/call

Directions Tool
directions_tool

Fetches directions from Mapbox API based on provided coordinates and direction method.


flat

$0.01/call

Forward Geocode Tool
forward_geocode_tool

Forward geocode addresses, cities, towns, neighborhoods, districts, postcodes, regions, and countries using Mapbox Geocoding API v6. Converts location name into geographic coordinates. Setting a proximity point helps to bias results towards a specific area for more relevant results. Do not use this tool for geocoding points of interest like businesses, landmarks, historic sites, museums, etc. Supports both JSON and text output formats.


flat

$0.01/call

Isochrone Tool
isochrone_tool

Computes areas that are reachable within a specified amount of time from a location, and returns the reachable regions as contours of Polygons or LineStrings in GeoJSON format that you can display on a map. Common use cases: - Show a user how far they can travel in X minutes from their current location - Determine whether a destination is within a certain travel time threshold - Compare travel ranges for different modes of transportation'


flat

$0.01/call

Matrix Tool
matrix_tool

Calculates travel times and distances between multiple points using Mapbox Matrix API.


flat

$0.01/call

Poi Search Tool
poi_search_tool

Find one specific place or brand location by its proper name or unique brand. Use only when the user's query includes a distinct title (e.g., "The Met", "Starbucks Reserve Roastery") or a brand they want all nearby branches of (e.g., "Macy's stores near me"). Do not use for generic place types such as 'museums', 'coffee shops', 'tacos', etc. Setting a proximity point is strongly encouraged for more relevant results. Always try to use a limit of at least 3 in case the user's intended result is not the first result. Supports both JSON and text output formats.


flat

$0.01/call

Reverse Geocode Tool
reverse_geocode_tool

Find addresses, cities, towns, neighborhoods, postcodes, districts, regions, and countries around a specified geographic coordinate pair. Converts geographic coordinates (longitude, latitude) into human-readable addresses or place names. Use limit=1 for best results. This tool cannot reverse geocode businesses, landmarks, historic sites, and other points of interest that are not of the types mentioned. Supports both JSON and text output formats.


flat

$0.01/call

Static Map Image Tool
static_map_image_tool

Generates a static map image from Mapbox Static Images API. Supports center coordinates, zoom level (0-22), image size (up to 1280x1280), various Mapbox styles, and overlays (markers, paths, GeoJSON). Returns PNG for vector styles, JPEG for raster-only styles.


flat

$0.01/call

Connect Mapbox tools
​
​

Cursor

Claude Code

Claude Desktop

Windsurf

VS Code

Cline

Roo Code

ChatGPT

Gemini CLI

Amazon Q

Goose

Augment

n8n

API / cURL

AI SDK

TypeScript SDK

Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "mapbox": {
      "url": "https://mapbox.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
Or connect all tools

Access all tools (including Mapbox) through a single MCP connection.

https://mcp.xpay.sh/mcp?key=***
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
Agent Discovery

Machine-readable catalogs for LLM agents and automation.

llms.txt — Human-readable tool catalog
curl https://xpay.tools/llms.txt
agents.txt — Structured JSON for agents
curl https://xpay.tools/agents.txt
skill.md — Claude Code skill
curl https://xpay.tools/skill.md
Pricing

Pay per tool call. No subscriptions.

9 Mapbox tools available
About Mapbox

Mapbox on xpay — Location intelligence and routing without the signup friction

Mapbox is the go-to platform for developers who need geocoding, directions, isochrones, and place search at scale. Whether you're building a delivery app, a real-estate search tool, or an agent that needs to understand geography, Mapbox's APIs convert addresses to coordinates, compute travel times between points, and find specific places by name or category. On xpay, you call Mapbox's nine tools directly from Claude Code, Cursor, or any MCP-compatible agent—paying $0.01 per call, with no Mapbox account signup and no subscription.

What's available

  • forward_geocode_tool — Convert an address, city, neighborhood, or postcode into latitude/longitude coordinates. Useful for resolving user input into map-ready locations.
  • reverse_geocode_tool — Do the opposite: given a lat/lon pair, find the nearest address, neighborhood, district, or region. Essential for "what's here?" queries.
  • directions_tool — Fetch turn-by-turn or high-level routing between two or more points. Supports multiple routing profiles (driving, walking, cycling).
  • isochrone_tool — Compute reachable areas within a time budget (e.g., "everywhere I can reach in 30 minutes"). Returns GeoJSON contours for visualization.
  • matrix_tool — Calculate travel times and distances between multiple origin–destination pairs in a single call. Ideal for logistics and optimization.
  • poi_search_tool — Find a specific place or brand by name (e.g., "The Met", "Starbucks Reserve Roastery"). Use when the query includes a distinct title or brand.
  • category_search_tool — Return all places matching a category (e.g., "museums", "coffee shops", "EV charging stations"). Useful for discovery and filtering.
  • static_map_image_tool — Generate a static map image with custom center, zoom, size, style, and overlays (markers, paths, GeoJSON). Great for embeds and reports.
  • version_tool — Check the current version of the MCP server.

When Mapbox is the right tool

  • You need to resolve user-entered addresses or place names into coordinates for downstream APIs or map displays.
  • You're building a delivery, ride-share, or logistics agent that must compute travel times and distances between multiple points.
  • You want to show users "what's reachable in 30 minutes" or similar time-based geofences.
  • You need to find specific places (restaurants, hotels, landmarks) by name or by category (e.g., all coffee shops in a neighborhood).
  • You're generating static map images for reports, emails, or embeds without needing an interactive map library.
  • Your agent needs to understand geography: reverse-geocoding coordinates to human-readable locations, or finding nearby amenities.

When to choose something else

  • You need real-time traffic data or historical traffic patterns. Mapbox provides routing but not detailed traffic analytics; consider specialized traffic APIs.
  • You're building a consumer-facing interactive map with custom styling and user interactions. Mapbox's web SDK is better suited; xpay's static image tool is for server-side generation.
  • You need elevation data, terrain analysis, or satellite imagery beyond basic map rendering. Mapbox has these, but other providers (e.g., USGS, Sentinel) may be cheaper for specialized geospatial work.
  • Your use case is one-off or very low volume. The $5 free credit on xpay covers 500 calls; if you need fewer than 10 calls/month, the overhead of integration may not justify it.
  • You need offline maps or on-device geocoding. Mapbox is cloud-based; if you need local-only processing, consider offline libraries.

Pricing snapshot

ToolPrice per Call
forward_geocode_tool$0.01
reverse_geocode_tool$0.01
directions_tool$0.01
isochrone_tool$0.01
matrix_tool$0.01
poi_search_tool$0.01
category_search_tool$0.01
static_map_image_tool$0.01
version_tool$0.01

All Mapbox tools on xpay are $0.01 per call. You only pay for what you use; there is no monthly minimum or subscription.

Quickstart

For Claude Code (recommended if using Mapbox alone):

claude mcp add --transport http mapbox "https://mapbox.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"

Replace YOUR_XPAY_KEY with your xpay API key (get one free at https://xpay.tools after signing up with email or Google).

For Cursor, Windsurf, Cline, or VS Code with Copilot:

Add this entry to your mcp.json configuration file:

{
  "mcpServers": {
    "mapbox": {
      "url": "https://mapbox.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}

Using the tool:

Once connected, your agent can call Mapbox tools by name. For example, ask Claude: "Use forward_geocode_tool to find the coordinates of 'Times Square, New York'." The agent will invoke the tool, xpay will bill $0.01, and you'll get back the latitude and longitude.

Connecting all xpay providers at once:

If you want to access Mapbox and other providers (Tavily, Apollo, etc.) through a single MCP connection, use the unified endpoint:

claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"

Then use xpay_discover() to find tools, xpay_details() to inspect schemas, and xpay_run() to execute them.

Why route Mapbox through xpay?

  • No Mapbox signup. xpay holds your Mapbox credentials. You authenticate once with xpay, and all Mapbox calls flow through our endpoint. No need to create a Mapbox account, manage API keys, or deal with Mapbox's dashboard.
  • Pay per call, no subscription. Mapbox's standard pricing is usage-based, but often requires a credit card and account setup. On xpay, you pay $0.01 per call with a shared pool of credits. Start with $5 free.
  • MCP-native integration. Mapbox tools are exposed as standard MCP tools. Claude Code, Cursor, and other MCP clients can discover and invoke them without custom code or SDK imports.
  • Unified billing across providers. If you use Mapbox alongside Tavily, Apollo, or other xpay providers, all calls bill to one xpay account. No need to juggle multiple provider dashboards.
  • Instant provisioning. Sign up, get an API key, and start calling Mapbox within seconds. No waiting for Mapbox to approve your account or set up billing.

FAQ

Q: What is Mapbox? A: Mapbox is a mapping and location intelligence platform. It provides APIs for geocoding (converting addresses to coordinates), reverse geocoding (coordinates to addresses), routing (directions between points), isochrones (reachable areas within a time budget), and place search. Developers use it to add location features to apps, agents, and data pipelines.

Q: How much does Mapbox cost on xpay? A: All Mapbox tools on xpay cost $0.01 per call. You start with $5 free credit (500 calls). After that, you pay as you go. There is no subscription or monthly minimum.

Q: Do I need a Mapbox account? A: No. xpay holds the Mapbox credentials on your behalf. You sign up for xpay (free, with email or Google), get an API key, and start calling Mapbox tools immediately. You never interact with Mapbox's dashboard or sign up for Mapbox directly.

Q: What can I use Mapbox for? A: Common use cases include: resolving user-entered addresses into coordinates for map displays or downstream APIs; computing travel times and distances for delivery or logistics agents; finding nearby places (restaurants, hotels, gas stations) by category; generating static map images for reports or emails; and reverse-geocoding coordinates to understand what's at a location. Any agent or app that needs to understand geography can benefit.

Q: What are the alternatives to Mapbox? A: Google Maps Platform (more expensive, requires Google Cloud account), OpenStreetMap with Nominatim (free but slower and less polished), HERE Maps (enterprise-focused), and TomTom (strong in Europe). For specialized use cases, consider USGS for elevation data or Sentinel for satellite imagery. On xpay, you can also try other location providers if they become available.

Q: How do I install Mapbox on Claude Code? A: Run claude mcp add --transport http mapbox "https://mapbox.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY" in your terminal, replacing YOUR_XPAY_KEY with your xpay API key from https://xpay.tools. Claude Code will add Mapbox as an MCP server and you can start using it immediately.

Q: How do I install Mapbox on Cursor or VS Code? A: Add an entry to your mcp.json configuration file (usually in .cursor/mcp.json for Cursor or .vscode/settings.json for VS Code) with the Mapbox endpoint: { "mcpServers": { "mapbox": { "url": "https://mapbox.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY" } } }. Replace YOUR_XPAY_KEY with your xpay API key.

Q: Can I use Mapbox alongside other providers? A: Yes. You can either install Mapbox alone (per-provider endpoint) or connect to the unified xpay endpoint (https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY) to access all xpay providers in one connection. All calls bill to your xpay account.

Frequently Asked Questions

Mapbox is a mapping and location intelligence platform providing APIs for geocoding, reverse geocoding, routing, isochrones, and place search. Developers use it to add location features to apps, agents, and data pipelines without building geographic logic from scratch.

All Mapbox tools on xpay cost $0.01 per call. You start with $5 free credit (500 calls). After that, you pay as you go with no subscription or monthly minimum.

No. xpay holds the Mapbox credentials on your behalf. You sign up for xpay (free, with email or Google), get an API key, and start calling Mapbox tools immediately. You never interact with Mapbox's dashboard or sign up for Mapbox directly.

Common use cases include resolving addresses into coordinates, computing travel times for logistics agents, finding nearby places by category, generating static map images for reports, and reverse-geocoding coordinates to understand locations. Any agent or app that needs geographic intelligence can benefit.

Google Maps Platform (more expensive, requires Google Cloud), OpenStreetMap with Nominatim (free but slower), HERE Maps (enterprise-focused), and TomTom (strong in Europe). For specialized work, consider USGS for elevation or Sentinel for satellite imagery. On xpay, other location providers may become available.

Run `claude mcp add --transport http mapbox "https://mapbox.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"` in your terminal, replacing `YOUR_XPAY_KEY` with your xpay API key from https://xpay.tools. Claude Code will add Mapbox as an MCP server and you can start using it immediately.

Add an entry to your `mcp.json` configuration file with the Mapbox endpoint: `{ "mcpServers": { "mapbox": { "url": "https://mapbox.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY" } } }`. Replace `YOUR_XPAY_KEY` with your xpay API key from https://xpay.tools.

Yes. You can install Mapbox alone or connect to the unified xpay endpoint (`https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY`) to access all xpay providers in one connection. All calls bill to your xpay account with unified billing and a shared credit pool.

xpay tools logo

Marketplace for AI Capabilities. Run agents, tools & prompts with pay-per-use micropayments.

or ask your AI app
Popular Tools
FirecrawlTavilyExaHunterPerplexityRecraftIdeogramFlux
Collections
AI Image & MediaContent & ResearchDev ToolsFinanceLead GenWeb ScrapingCompetitive Intel
Developers
DocumentationAPI ReferenceQuickstartSDKsSkillsskill.mdllms.txt
Resources
The Agentic EconomyAgentic CommerceAgent Frameworksx402 ProtocolBlog
Company
About xpayxpay.shGitHubDiscordTwitter / X

© 2026 Agentically Inc. All rights reserved.
Privacy PolicyTerms of Service
✦
xpay Assistant
Mapbox Tools

Ask me about tools, pricing, or how to connect

What tools does Mapbox offer?
How do I connect via MCP?
Show me pricing
DocsCollectionsExplore