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
- Go to Bright Data user settings
- Copy your API token (it looks like:
2dceb1aa0***************************)
2
Install NeMo Agent Toolkit
3
Create workflow configuration
Create a file named Replace
brightdata-mcp-config.yml: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
- View your API usage at My Zones in your Bright Data dashboard
- Your free tier includes 5,000 requests per month
- Monitor tool calls in logs with:
nat run --config_file brightdata-mcp-config.yml