You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/docs/examples/tools_integrations_overview.md

56 lines
1.8 KiB

# Tools & Integrations Overview
Extend your agents with powerful integrations. Connect to web search, browser automation, financial data, and Model Context Protocol (MCP) servers.
## What You'll Learn
| Topic | Description |
|-------|-------------|
| **Web Search** | Integrate real-time web search capabilities |
| **Browser Automation** | Control web browsers programmatically |
| **Financial Data** | Access stock and market information |
| **Web Scraping** | Extract data from websites |
| **MCP Integration** | Connect to Model Context Protocol servers |
---
## Integration Examples
### Web Search
| Integration | Description | Link |
|-------------|-------------|------|
| **Exa Search** | AI-powered web search for agents | [View Example](./exa_search.md) |
### Browser Automation
| Integration | Description | Link |
|-------------|-------------|------|
| **Browser Use** | Automated browser control with agents | [View Example](./browser_use.md) |
### Financial Data
| Integration | Description | Link |
|-------------|-------------|------|
| **Yahoo Finance** | Stock data, quotes, and market info | [View Example](../swarms/examples/yahoo_finance.md) |
### Web Scraping
| Integration | Description | Link |
|-------------|-------------|------|
| **Firecrawl** | AI-powered web scraping | [View Example](../developer_guides/firecrawl.md) |
### MCP (Model Context Protocol)
| Integration | Description | Link |
|-------------|-------------|------|
| **Multi-MCP Agent** | Connect agents to multiple MCP servers | [View Example](../swarms/examples/multi_mcp_agent.md) |
---
## Related Resources
- [Tools Documentation](../swarms/tools/main.md) - Building custom tools
- [MCP Integration Guide](../swarms/structs/agent_mcp.md) - Detailed MCP setup
- [swarms-tools Package](../swarms_tools/overview.md) - Pre-built tool collection