Firecrawl MCP

Connect Firecrawl to your AI agents using the Model Context Protocol (MCP), enabling seamless integration with firecrawl.dev's services through standardized interfaces.

  • firecrawl.dev

    Load FireCrawl Tools

    Dynamically load Model Context Protocol (MCP) tools for comprehensive FireCrawl web crawling and data extraction. Note: Do not call this ability if FireCrawl MCP tools are already loaded and available.
    firecrawl
    mcp
  • firecrawl.dev

    Scrape URL

    Scrape a single URL and optionally extract information using an LLM.
    firecrawl
    scrape
    web
  • firecrawl.dev

    Start Crawl

    Crawl multiple URLs starting from a base URL.
    firecrawl
    crawl
    web
  • firecrawl.dev

    Get Crawl Status

    Get the status and results of a crawl job.
    firecrawl
    crawl
    status
  • firecrawl.dev

    Cancel Crawl

    Cancel a running crawl job.
    firecrawl
    crawl
    cancel
  • firecrawl.dev

    List Active Crawls

    Get all active crawls for the authenticated team.
    firecrawl
    crawl
    list
  • firecrawl.dev

    Map URLs

    Map and discover all URLs from a website.
    firecrawl
    map
    discovery
  • firecrawl.dev

    Search

    Search the web and optionally scrape search results.
    firecrawl
    search
    web
  • firecrawl.dev

    Start Extraction

    Extract structured data from pages using LLMs.
    firecrawl
    extract
    llm
  • firecrawl.dev

    Get Extract Status

    Get the status of an extract job.
    firecrawl
    extract
    status
  • firecrawl.dev

    Start Deep Research

    Start a deep research operation on a query.
    firecrawl
    research
    llm
  • firecrawl.dev

    Get Research Status

    Get the status and results of a deep research operation.
    firecrawl
    research
    status
  • firecrawl.dev

    Generate LLMs.txt

    Generate LLMs.txt for a website.
    firecrawl
    llmstxt
    web
  • firecrawl.dev

    Get LLMs.txt Status

    Get the status and results of an LLMs.txt generation job.
    firecrawl
    llmstxt
    status
  • firecrawl.dev

    Get Credit Usage

    Get remaining credits for the authenticated team.
    firecrawl
    billing
    credits
  • firecrawl.dev

    Start Batch Scrape

    Scrape multiple URLs and optionally extract information using an LLM.
    firecrawl
    batch
    scrape
  • firecrawl.dev

    Get Batch Scrape Status

    Get the status of a batch scrape job.
    firecrawl
    batch
    status
  • firecrawl.dev

    Cancel Batch Scrape

    Cancel a batch scrape job.
    firecrawl
    batch
    cancel
  • What is Firecrawl MCP?

    The Model Context Protocol (MCP) is an open standard that provides a unified way for AI applications to connect with external tools and data sources. Instead of building custom integrations for every service, MCP provides a standardized interface that allows AI models to discover available tools, understand their capabilities, and execute them safely and securely.

    With Firecrawl MCP integration, you can:

    • Dynamically discover tools: Your AI agents automatically find and understand Firecrawl's available capabilities through the MCP server
    • Standardized integration: Use a consistent protocol instead of learning platform-specific APIs
    • Real-time capabilities: Tools are loaded and executed on-demand during conversations
    • Secure execution: Maintain proper authentication and isolation through ChatBotKit's MCP implementation
    • No custom coding: Leverage Firecrawl's functionality without writing integration code

    How Firecrawl MCP Works

    ChatBotKit's MCP action provides a powerful way to dynamically extend your AI agent's capabilities by loading tools from Firecrawl's MCP server.

    Connect to MCP Server

    ChatBotKit establishes a connection to Firecrawl API endpoints, initiating secure communication.

    Discover Available Tools

    The system automatically discovers all available Firecrawl tools and their schemas through the MCP protocol.

    Load Tool Definitions

    Tool definitions are loaded into your conversation context, making them available to your AI agent.

    Execute Securely

    Your AI uses these tools as if they were native abilities, with secure execution and proper authentication.

    MCP Integrations