Metadata-Version: 2.4
Name: crewai-web-search-mcp
Version: 1.0.0
Summary: MCP server providing web search and content extraction for AI agents
Author-email: AI Business Crew <ai-crew@example.com>
License: MIT
Project-URL: Homepage, https://github.com/KennyWayn3/crewai-web-search-mcp
Project-URL: Repository, https://github.com/KennyWayn3/crewai-web-search-mcp
Keywords: mcp,web-search,crewai
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.0.0
Requires-Dist: httpx>=0.27.0

# CrewAI Web Search MCP

MCP server providing web search and content extraction for AI agents

## Installation

### pip
```bash
pip install crewai-web-search-mcp
```

### uvx (recommended)
```bash
uvx crewai-web-search-mcp
```

## Usage

Add to your Claude Desktop config:
```json
{"mcpServers": {"crewai-web-search-mcp": {"command": "uvx", "args": ["crewai-web-search-mcp"]}}}
```

## Available Tools
- **web_search**: Search the web
- **extract_content**: Extract content from URL

## License
MIT
