Skip to content

washanhanzi/firecrawl-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firecrawl SDK

The core Rust SDK for interacting with the Firecrawl API. Provides functionality for web scraping, crawling, searching, and more.

Similar to the official SDK and mimic the JS SDK api.

A Model Context Protocol (MCP) server implementation that exposes Firecrawl functionality to AI models through various transport mechanisms.

features

  • default: include all tools
  • batch_scrape: include batch scrape tool
  • crawl: include crawl tool
  • map: include map tool
  • scrape: include scrape tool
  • search: include search tool

Example

  • stdio transport
cargo run --package firecrawl-mcp --bin std_io
  • sse transport
cargo run --package firecrawl-mcp --bin sse
  • sse transport build with only scrape tool
cargo build --package firecrawl-mcp --bin sse --no-default-features --features scrape

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages