nextbillion-ai/nbai-mcp
3.2
If you are the rightful owner of nbai-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
NextBillion.ai MCP Server provides geolocation, routing, and navigation tools using NextBillion.ai APIs.
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
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
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