工作原理
三步即可让实时网页数据接入您的 AI Agent。
安装
只需一条配置项,即可将 CrawlForge MCP server 添加到您的 AI 客户端。
配置
设置您的 API 密钥,并选择要为工作流启用的工具。
抓取
直接从您的 AI Agent 调用 23 个工具中的任意一个,数据即时返回。
集成简单, 功能强大
将 CrawlForge 添加到您的 MCP 客户端配置中,立即开始调用工具。
{
"mcpServers": {
"crawlforge": {
"url": "https://crawlforge-mcp.onrender.com/sse",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}// Extract clean content from any URL
const content = await mcp.extract_content({
url: "https://example.com/blog/post",
format: "markdown",
});
// Search the web and get structured results
const results = await mcp.search_web({
query: "latest AI infrastructure trends",
max_results: 10,
});
// Deep research with conflict detection
const research = await mcp.deep_research({
query: "Compare pricing of top cloud providers",
sources: 5,
});为真实 生产工作流而打造
从 AI Agent 流水线到竞争情报,看看各团队如何使用 CrawlForge。