Skip to main content

Building an AI startup?

You might be eligible for our Startup Program. Get fully funded access to the infrastructure you’re reading about right now (up to $20K value).

Overview

NVIDIA NeMo Agent Toolkit is an open-source framework for building, profiling, and optimizing AI agents and workflows. It provides framework-agnostic architecture, YAML-based configuration, built-in MCP support, and unified monitoring across multi-agent systems.

Hosted MCP

1

Get your API token

  1. Go to Bright Data user settings
  2. Copy your API token (it looks like: 2dceb1aa0***************************)
2

Install NeMo Agent Toolkit

3

Create workflow configuration

Create a file named brightdata-mcp-config.yml:
Replace YOUR_BRIGHTDATA_API_TOKEN with your actual token from Step 1.
4

Set up environment variables

5

Verify MCP connection

Test the connection to Bright Data’s MCP server:
Expected output:
6

List available tools

Inspect the tools provided by Bright Data MCP:
7

Run your first agent

Execute the workflow with a query:
The agent will use Bright Data’s web scraping tools to search and extract information.
8

Monitor usage

  1. View your API usage at My Zones in your Bright Data dashboard
  2. Your free tier includes 5,000 requests per month
  3. Monitor tool calls in logs with: nat run --config_file brightdata-mcp-config.yml

Where to learn more