iiRecord
Agentic AI Atlas · MCP Firecrawl
tool-server:mcp-firecrawla5c.ai
II.
ToolServer JSON

tool-server:mcp-firecrawl

Structured · live

MCP Firecrawl json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/extended-mcp-servers.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-firecrawl",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/extended-mcp-servers.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "MCP Firecrawl",
    "description": "MCP server providing web scraping and crawling via Firecrawl API. Enables AI agents to scrape pages, crawl sites, generate sitemaps, search, and extract structured data. Supports stdio transport.",
    "protocol": "mcp",
    "category": "search",
    "repoUrl": "https://github.com/mendableai/firecrawl-mcp-server",
    "maintainer": "Firecrawl",
    "mcpTransports": [
      "mcp-transport:stdio"
    ],
    "tools": [
      "tool-descriptor:firecrawl.scrape",
      "tool-descriptor:firecrawl.crawl",
      "tool-descriptor:firecrawl.map",
      "tool-descriptor:firecrawl.search",
      "tool-descriptor:firecrawl.extract"
    ],
    "sourceRef": "source-ref:mcp-servers-registry"
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-firecrawl",
      "to": "tool-descriptor:firecrawl.scrape",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-firecrawl",
      "to": "tool-descriptor:firecrawl.crawl",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-firecrawl",
      "to": "tool-descriptor:firecrawl.map",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-firecrawl",
      "to": "tool-descriptor:firecrawl.search",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-firecrawl",
      "to": "tool-descriptor:firecrawl.extract",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-firecrawl",
      "to": "extension-interface:orchestration",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-firecrawl",
      "to": "capability:supports-mcp",
      "kind": "requires_capability",
      "attributes": {
        "level": "required"
      }
    },
    {
      "from": "tool-server:mcp-firecrawl",
      "to": "source-ref:mcp-servers-registry",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-firecrawl",
      "to": "capability:requires-tool-approval",
      "kind": "supports",
      "attributes": {
        "versionRange": "current",
        "level": "full",
        "notes": "Outbound crawl + scrape; clients should gate on approval."
      }
    },
    {
      "from": "tool-server:mcp-firecrawl",
      "to": "tool:firecrawl",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-firecrawl",
      "to": "domain:web-development",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-descriptor:firecrawl.scrape",
      "to": "tool-server:mcp-firecrawl",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:firecrawl.crawl",
      "to": "tool-server:mcp-firecrawl",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:firecrawl.map",
      "to": "tool-server:mcp-firecrawl",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:firecrawl.search",
      "to": "tool-server:mcp-firecrawl",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "tool-descriptor:firecrawl.extract",
      "to": "tool-server:mcp-firecrawl",
      "kind": "contained_in_plugin",
      "attributes": {}
    },
    {
      "from": "scope-boundary:mcp-firecrawl.scope",
      "to": "tool-server:mcp-firecrawl",
      "kind": "bounds_subject"
    },
    {
      "from": "source-ref:firecrawl-mcp",
      "to": "tool-server:mcp-firecrawl",
      "kind": "source_of",
      "attributes": {}
    }
  ]
}