Firecrawl · Capability

Firecrawl API — Mapping

Firecrawl API — Mapping. 1 operations. Lead operation: Map multiple URLs based on options. Self-contained Naftiko capability covering one Firecrawl business surface.

Run with Naftiko FirecrawlMapping

What You Can Do

POST
Mapurls — Map multiple URLs based on options
/v1/map

MCP Tools

map-multiple-urls-based-options

Map multiple URLs based on options

Capability Spec

firecrawl-mapping.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Firecrawl API — Mapping
  description: 'Firecrawl API — Mapping. 1 operations. Lead operation: Map multiple URLs based on options. Self-contained
    Naftiko capability covering one Firecrawl business surface.'
  tags:
  - Firecrawl
  - Mapping
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FIRECRAWL_API_KEY: FIRECRAWL_API_KEY
capability:
  consumes:
  - type: http
    namespace: firecrawl-mapping
    baseUri: https://api.firecrawl.dev/v2
    description: Firecrawl API — Mapping business capability. Self-contained, no shared references.
    resources:
    - name: map
      path: /map
      operations:
      - name: mapurls
        method: POST
        description: Map multiple URLs based on options
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.FIRECRAWL_API_KEY}}'
  exposes:
  - type: rest
    namespace: firecrawl-mapping-rest
    port: 8080
    description: REST adapter for Firecrawl API — Mapping. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/map
      name: map
      description: REST surface for map.
      operations:
      - method: POST
        name: mapurls
        description: Map multiple URLs based on options
        call: firecrawl-mapping.mapurls
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: firecrawl-mapping-mcp
    port: 9090
    transport: http
    description: MCP adapter for Firecrawl API — Mapping. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: map-multiple-urls-based-options
      description: Map multiple URLs based on options
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: firecrawl-mapping.mapurls
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.