You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This demo suite showcases autonomous AI agents using Strands framework with Bright Data MCP tools for competitive intelligence and market analysis.
Overview
The demo demonstrates how Strands agents can autonomously decide which web data tools to use based on natural language prompts, showcasing true agentic behavior with real Bright Data MCP integration.
Claude Desktop MCP Configuration (if using hosted MCP):
Bright Data MCP configured in Claude Desktop
Usesmcp-remote for hosted MCP connection
Installation
# Create virtual environmentpython -m venv venvsource venv/bin/activate# On Windows: venv\Scripts\activate# Install requirementspip install -r requirements.txt# Set up environmentcp .env.example .env# Edit .env with your API keys
✅Autonomous Tool Selection: Agents decide which tools to use based on prompts✅Real Web Data: Uses actual Bright Data MCP for web scraping✅Agentic Behavior: No hardcoded tool sequences - true AI decision making✅Production Ready: Real API integration with error handling✅Modular Design: Separate demos for different use cases
Troubleshooting
MCP Connection Issues:
Ensure Bright Data MCP is configured in Claude Desktop
Check that BRIGHT_DATA_API_KEY is set correctly
Verifymcp-remote is available via npx
Anthropic API Issues:
Ensure ANTHROPIC_API_KEY is valid and has sufficient credits
Check API key permissions and rate limits
Import Issues:
Ensure all required packages are installed
Check Python version compatibility (3.8+)
Example Output
When running successfully, you'll see:
MCP connection establishment
Tool discovery (4 Bright Data tools)
Agent autonomous tool selection
Real-time web data extraction
Comprehensive analysis results
The agent will autonomously decide to use multiple tools in sequence, demonstrating true agentic workflow behavior.
About
An autonomous AI agents using Strands framework with Bright Data MCP tools for competitive intelligence and market analysis.