Scout MCP
Business & Market Intelligence for AI Agents
Google for AI agents — instead of web pages, it returns clean, structured JSON that agents can reason over.
Scout MCP gives any AI agent instant access to structured business intelligence, market research, and competitive analysis. It aggregates data from DuckDuckGo, NewsAPI, Wikipedia, web scraping, and social profiles into Pydantic-validated JSON responses with per-source confidence breakdowns and data quality grades.
Table of Contents
- Quick Install
- The 6 Intelligence Tools
- Data Quality Grades
- Confidence Breakdown
- Full API Reference
- Example Responses
- Architecture
- Configuration
- Pricing & Rate Limits
- Self-Hosting
- Docker
- Tech Stack
- Data Sources
- Contributing
Quick Install
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"scout-mcp": {
"command": "python",
"args": ["-m", "scout_mcp.mcp_server"],
"cwd": "/path/to/scout-mcp/src",
"env": {
"NEWS_API_KEY": "your-newsapi-key"
}
}
}
}





