Vinkius
Firecrawl

Firecrawl MCP for AI. Web Scraping Made Simple: Crawl, Scrape, Index.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Firecrawl MCP on Cursor AI Code EditorFirecrawl MCP on Claude Desktop AppFirecrawl MCP on OpenAI Agents SDKFirecrawl MCP on Visual Studio CodeFirecrawl MCP on GitHub Copilot AI AgentFirecrawl MCP on Google Gemini AIFirecrawl MCP on Lovable AI DevelopmentFirecrawl MCP on Mistral AI AgentsFirecrawl MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

Firecrawl crawls entire websites, turning complex web pages into clean, structured Markdown ready for your AI agent. It handles JavaScript rendering and recursive crawling automatically.

You can map site structures, scrape individual URLs, or monitor large data jobs—all through natural conversation with your preferred AI client.

What your AI can do

Cancel active crawl

Stops any ongoing website crawl job immediately.

Get crawl status

Retrieves the current status of a specific crawl job ID.

Start crawl

Initiates a recursive crawl of a website and returns a unique job ID for tracking.

+ 3 more capabilities included
Scrape a single page

Turn any specific URL into clean Markdown text in one go.

Crawl entire websites

Start a job that discovers and extracts content from every subpage, building deep knowledge bases.

Map site structure

Find all the internal links on a domain without actually downloading any full page content.

Check job status

Monitor ongoing crawls to see exactly where the process stands.

Manage usage and limits

Track your remaining API credits and current usage in real time.

Included with Plan

Waiting for input…

AI Agent

Firecrawl: Web Data Extraction (6 Tools)

Use these tools to manage web data acquisition workflows. You can scrape single URLs, run large recursive crawls, or map site structures from within your agent.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Firecrawl on Vinkius

Cancel Active Crawl

Stops any ongoing website crawl job immediately.

Get Crawl Status

Retrieves the current status of a specific crawl job ID.

Start Crawl

Initiates a recursive crawl of a website and returns a unique job ID for tracking.

Map Website Structure

Discovers and lists every reachable link on a domain without scraping any content.

Scrape Url

Extracts the full, cleaned Markdown content from a single URL.

Get Api Usage

Checks how many API credits you have left and tracks your usage.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Firecrawl integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Firecrawl, then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Firecrawl MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Firecrawl. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 6 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Dealing with messy web data feels like archaeology.

Today, pulling information from the web means manual clicking through dozens of pages. You copy content into one document, then paste it into another tool. If the site uses JavaScript or has annoying sidebars and footers, you spend half your time cleaning up the garbage tags just to get usable text.

With this MCP, you simply ask your agent for the data. It handles all the heavy lifting: rendering the JS, filtering out the noise, and delivering only clean Markdown. You get structured insights instead of a pile of messy HTML.

Structured Web Data with Firecrawl

You no longer need to worry about writing custom BeautifulSoup scripts or debugging complex scraping logic. The tools handle the job: `map_website_structure` finds all links, and then `start_crawl` systematically pulls content from them.

Your agent treats the internet like a predictable filing cabinet. It's reliable data acquisition, period.

What your AI can actually do with this

Need to build a knowledge base from the web? Firecrawl lets you treat websites like structured databases. Instead of wrestling with messy HTML tags or writing complex scraping scripts, you just tell your agent what site you need. It handles everything else: rendering JavaScript, filtering out headers and footers, and converting deep structures into clean Markdown.

If you connect this MCP via Vinkius, your AI client manages the whole process—from mapping a domain's entire link structure to crawling hundreds of pages recursively. You maintain control over data acquisition using natural language prompts, making web scraping feel like talking to an expert data engineer who never gets tired.

Built · Hosted · Managed by Vinkius Firecrawl MCP - Extract Website Content & Structure
Server ID 019dd0f1-1cfd-731d-bbff-c84b7b8f732b
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I scrape just one page using Firecrawl? (scrape_url) +

Call scrape_url and provide the exact URL. This tool is designed for single-page extraction, giving you clean Markdown without starting a full crawl job.

What's the difference between map_website_structure and start_crawl? +

map_website_structure only finds links (the blueprint). start_crawl actually visits those links and extracts content to build your knowledge base.

Can I stop a crawl job if it fails or takes too long? (cancel_active_crawl) +

Yes. If you initiate a crawl via start_crawl and need to halt the process, use cancel_active_crawl with the job ID.

How do I check if my credits are okay before crawling? (get_api_usage) +

Use get_api_usage. This tool immediately reports your remaining credit balance and usage history, letting you manage costs upfront.

Using `get_crawl_status`, how do I confirm that a recursive job has completed indexing all pages? +

The status endpoint reports the final completion state. You need to poll this tool repeatedly until it returns 'completed' or 'failed'. This confirms the crawl finished processing, not just started.

If a recursive job initiated by `start_crawl` encounters an error, how do I debug the issue? +

The system captures detailed error logs associated with the specific job ID. Check these logs using your agent to see the exact page or link that caused the failure. You can then retry only the problematic segment.

How does `map_website_structure` handle links pointing outside of the main domain? +

The tool is designed to understand internal site architecture, so it only discovers and lists reachable URLs within the specified root domain. It ignores external links entirely.

When managing multiple large jobs, do I need a specific job ID for `cancel_active_crawl`? +

Yes, you must provide the unique Job ID for each crawl instance you intend to stop. The tool operates on IDs; it can't cancel an entire category of running jobs.

How do I find my Firecrawl API Key? +

Log in to your Firecrawl dashboard, and navigate to the API Keys section to copy your unique token.

Can I scrape content excluding headers and footers? +

Yes! The scrape_url tool includes an onlyMainContent parameter. When set to true, Firecrawl uses AI to extract only the core article or page content.

How long does a recursive crawl take? +

Crawl time depends on the site size and depth. Use the get_crawl_status tool to monitor progress and retrieve results once the job is complete.

Built & Managed by Vinkius 30s setup 6 tools

We've already built the connector for Firecrawl. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 6 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.