Microsoft Edge · Capability

Microsoft Edge DevTools Protocol HTTP API — Browser

Microsoft Edge DevTools Protocol HTTP API — Browser. 2 operations. Lead operation: Microsoft Edge Get Protocol Schema. Self-contained Naftiko capability covering one Microsoft Edge business surface.

Run with Naftiko Microsoft EdgeBrowser

What You Can Do

GET
Getprotocolschema — Microsoft Edge Get Protocol Schema
/v1/json/protocol
GET
Getbrowserversion — Microsoft Edge Get Browser Version
/v1/json/version

MCP Tools

microsoft-edge-get-protocol-schema

Microsoft Edge Get Protocol Schema

read-only idempotent
microsoft-edge-get-browser-version

Microsoft Edge Get Browser Version

read-only idempotent

Capability Spec

devtools-browser.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Edge DevTools Protocol HTTP API — Browser
  description: 'Microsoft Edge DevTools Protocol HTTP API — Browser. 2 operations. Lead operation: Microsoft Edge Get Protocol
    Schema. Self-contained Naftiko capability covering one Microsoft Edge business surface.'
  tags:
  - Microsoft Edge
  - Browser
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_EDGE_API_KEY: MICROSOFT_EDGE_API_KEY
capability:
  consumes:
  - type: http
    namespace: devtools-browser
    baseUri: http://localhost:9222
    description: Microsoft Edge DevTools Protocol HTTP API — Browser business capability. Self-contained, no shared references.
    resources:
    - name: json-protocol
      path: /json/protocol
      operations:
      - name: getprotocolschema
        method: GET
        description: Microsoft Edge Get Protocol Schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: json-version
      path: /json/version
      operations:
      - name: getbrowserversion
        method: GET
        description: Microsoft Edge Get Browser Version
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: devtools-browser-rest
    port: 8080
    description: REST adapter for Microsoft Edge DevTools Protocol HTTP API — Browser. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/json/protocol
      name: json-protocol
      description: REST surface for json-protocol.
      operations:
      - method: GET
        name: getprotocolschema
        description: Microsoft Edge Get Protocol Schema
        call: devtools-browser.getprotocolschema
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/json/version
      name: json-version
      description: REST surface for json-version.
      operations:
      - method: GET
        name: getbrowserversion
        description: Microsoft Edge Get Browser Version
        call: devtools-browser.getbrowserversion
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devtools-browser-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Edge DevTools Protocol HTTP API — Browser. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-edge-get-protocol-schema
      description: Microsoft Edge Get Protocol Schema
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devtools-browser.getprotocolschema
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-edge-get-browser-version
      description: Microsoft Edge Get Browser Version
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devtools-browser.getbrowserversion
      outputParameters:
      - type: object
        mapping: $.