Skip to main content
Glama
nextbillion-ai

NextBillion.ai MCP Server

Official

NextBillion.ai MCP Server

A Model Context Protocol (MCP) server that provides geolocation, routing, and navigation tools powered by NextBillion.ai APIs.

Installation

npx @nbai/mcp

Related MCP server: Mapbox MCP Server

Usage

With Claude Desktop

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "nbai": {
      "command": "npx",
      "args": ["@nbai/mcp"],
      "env": {
        "NBAI_API_KEY": "your-api-key-here"
      }
    }
  }
}

Environment Variables

  • NBAI_API_KEY - Your NextBillion.ai API key (required)

Available Tools

  • geocode - Convert addresses to coordinates

  • reverse_geocode - Convert coordinates to addresses

  • search_places - Search for places by query

  • place_details - Get detailed information about a place

  • distance_matrix - Calculate distances between multiple points

  • directions - Get routing directions between points

  • navigation - Get turn-by-turn navigation instructions

API Key

Get your API key at NextBillion.ai

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    Enables AI agents to become geospatially intelligent assistants with tools for location search, smart routing, round trip planning, reverse geocoding, isochrone analysis, route visualization, geofence management, and interactive map display.
    8
    21 npm
    7
    Apache 2.0