Firecrawl for your agents.
Connect Firecrawl once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 5 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Firecrawl.
What agents can do with Firecrawl
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
firecrawl_scrapeScrape a single URL and return clean markdown content. `url` is the page to scrape.
firecrawl_crawlStart a crawl job for a URL. Returns a job id. Use get_crawl_status to check progress.
firecrawl_get_crawl_statusCheck crawl job status and get results. `id` is the job id from crawl.
firecrawl_mapGet all URLs from a website as a sitemap-like list.
firecrawl_searchSearch the web using Firecrawl. Returns markdown content of search results.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in to Firecrawl and go to the API Keys page.
- Copy your API key or create a new one.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Firecrawl to Even: call connect_begin("firecrawl") on the even-connect MCP and walk me through it.
Scrape a single URL to extract markdown content, crawl an entire website, and get a sitemap of all pages.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.