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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nextbillion-ai/nbai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server