Nextbillion.ai Mcp Server

by nextbillion-ai

95 downloads
Not rated
GitHub

About

MCP server for Nextbillion.ai Mcp Server.

Details

Author
nextbillion-ai
Downloads
95
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Nextbillion.ai Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

geocode

Convert an address into geographic coordinates. You should prefer search_places over geocode when the address is not well formatted and might be ambiguous.

reverse_geocode

Convert coordinates into an address

search_places

Search for places using NBAI Places API. You should prefer search_places over geocode when the address is not well formatted and might be ambiguous. You can make multiple calls for getting locations for more than one place.

place_details

Get detailed information about a specific place. You can get the place ID from the search_places tool.

distance_matrix

Calculate travel distance and time for multiple origins and destinations using NextBillion.ai API. You should prefer distance_matrix over directions when you need to get travel distance and time for multiple origins and destinations in one request. Distance Matrix does not provide turn-by-turn instructions.

directions

Get directions between two points using NextBillion.ai API. You should prefer navigation over directions when you need to get turn-by-turn instructions or answering questions about the route.

navigation

Get turn-by-turn navigation between two points using NextBillion.ai API. You should prefer navigation over directions when you need to get turn-by-turn instructions or answering questions about the route.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "nextbillion.ai mcp server": {
            "nbai": {
                "command": "npx",
                "args": [
                    "@nbai/mcp"
                ],
                "env": {
                    "NBAI_API_KEY": "< Get your API Key at https://nb.ai >"
                }
            }
        }
    }
}

McpServers

{
    "nbai": {
        "command": "npx",
        "args": [
            "@nbai/mcp"
        ],
        "env": {
            "NBAI_API_KEY": "< Get your API Key at https://nb.ai >"
        }
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.