Tambahkan tool pencarian web ke tool pemrograman yang didukung Token Plan agar model dapat mengambil informasi real-time.
Ketersediaan
Berlaku untuk tool yang mendukung pencarian web melalui Model Context Protocol (MCP), seperti Qwen Code dan Claude Code. Beberapa tool, seperti Cursor, telah memiliki pencarian web bawaan dan tidak memerlukan layanan terpisah.
Prasyarat
- Anda telah berlangganan Token Plan. Lihat Memulai.
- Anda telah menyiapkan tool yang didukung Token Plan (seperti Claude Code atau Qwen Code) dan dapat melakukan chat secara normal. Lihat Klien dan Tool Developer.
- Daftar di Firecrawl dan dapatkan kunci API. Firecrawl menyediakan kuota gratis.
Integrasikan dengan tool
Tambahkan layanan MCP ke tool pemrograman AI Anda (menggunakan Claude Code sebagai contoh).
-
Di terminal, jalankan perintah berikut untuk menambahkan MCP Server pencarian web.
CatatanSebelum menjalankan perintah, ganti YOUR_API_KEY dengan kunci API Firecrawl Anda.
claude mcp add firecrawl -e FIRECRAWL_API_KEY=YOUR_API_KEY -- npx -y firecrawl-mcp
Terminal mengembalikan Added stdio MCP server firecrawl with command: npx -y firecrawl-mcp to local config.
2. Mulai Claude Code.
claude
- Di kotak dialog, jalankan
/mcpdan pastikan statusfirecrawladalah connected. Tunggu hingga status berubah dari connecting menjadi connected.
Manage MCP servers
2 servers
Local MCPs (xxx)
xxx
> firecrawl · ✓ connected
-
Tekan Esc untuk keluar dari daftar MCP, lalu kirim prompt
Use the firecrawl MCP to search for news about Alibaba Clouduntuk melihat hasil pencarian.Sebutkan MCP firecrawl secara eksplisit dalam prompt Anda untuk menghindari kebingungan dengan tool lain.
firecrawl - firecrawl_search (MCP)(query: "Alibaba Cloud news 2026", limit: 10, sources: [{"type":"web"},{"type":"news"}])
└ {
"web": [
{
… +143 lines (ctrl+o to expand)
Successfully retrieved the latest Alibaba Cloud news. Here are the highlights:
2026 Strategy and AI Market
Alibaba Cloud 2026 goal: capture 80% of China's incremental AI cloud market
- Liu Weiguang, Senior Vice President of Alibaba Cloud Intelligence Group and President of the Public Cloud Division, stated that Alibaba Cloud aims to capture 80% of China's incremental AI cloud market in 2026
- Liu predicts that AI applications will experience another surge in early 2026, and AI budgets for enterprises in the coming years will be 10x current IT market budgets
- He made 186 customer visits in 2025, covering 146 enterprise customers
Technology and Product Updates
Chip Development
- Alibaba's proprietary AI chip "Zhenwu 810E" officially released (January 29), a high-end PPU (Prompt Processing Unit) chip with performance comparable to NVIDIA H20
Academic Achievements (Latest)
- Alibaba Cloud's three SI domain papers accepted at DesignCon 2026 and IEEE EPEPS 2025 (February 24–25)
- Focused on Scale UP high-speed interconnect hardware implementation
AI Products
- Tongyi CoPaw launched (mid-February), an AI agent tool targeting OpenClaw, supporting DingTalk/Lark/QQ integration, deployable on-device or cloud
Market Performance
Large Model Call Data (February 24 Report)
- In H2 2025, daily enterprise-grade large model calls in China surged to 37.0 trillion tokens, up 263% from H1
- Alibaba Cloud Qwen ranked first among leading large models
Sources:
- https://m.jiemian.com/article/13855862.html
- https://m.thepaper.cn/newsDetail_forward_32382031
- https://m.caixin.com/m/2025-12-31/102399349.html
- https://www.nbd.com.cn/articles/2026-02-24/4266739.html
- http://www.iccsz.com/site/cn/News/2026/02/24/20260224104938322827.htm
Pelajari lebih lanjut
Untuk informasi lebih lanjut tentang cara mengintegrasikan tool AI lain dengan MCP Firecrawl, lihat dokumentasi resmi Firecrawl.