APIs.io Engineering Platform Cloudflare API — Magic Interconnects

APIs.io Engineering Platform Cloudflare API — Magic Interconnects. 4 operations. Lead operation: APIs.io Engineering Platform List interconnects. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformMagic Interconnects

What You Can Do

GET
Magicinterconnectslistinterconnects — APIs.io Engineering Platform List interconnects
/v1/accounts/{account-id}/magic/cf-interconnects
PUT
Magicinterconnectsupdatemultipleinterconnects — APIs.io Engineering Platform Update multiple interconnects
/v1/accounts/{account-id}/magic/cf-interconnects
GET
Magicinterconnectslistinterconnectdetails — APIs.io Engineering Platform List interconnect Details
/v1/accounts/{account-id}/magic/cf-interconnects/{cf-interconnect-id}
PUT
Magicinterconnectsupdateinterconnect — APIs.io Engineering Platform Update interconnect
/v1/accounts/{account-id}/magic/cf-interconnects/{cf-interconnect-id}

MCP Tools

apis-io-engineering-platform-list-interconnects

APIs.io Engineering Platform List interconnects

read-only idempotent
apis-io-engineering-platform-update-multiple

APIs.io Engineering Platform Update multiple interconnects

idempotent
apis-io-engineering-platform-list-interconnect

APIs.io Engineering Platform List interconnect Details

read-only idempotent
apis-io-engineering-platform-update-interconnect

APIs.io Engineering Platform Update interconnect

idempotent

Capability Spec

cloudflare-magic-interconnects.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Magic Interconnects
  description: 'APIs.io Engineering Platform Cloudflare API — Magic Interconnects. 4 operations. Lead operation: APIs.io Engineering
    Platform List interconnects. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Magic Interconnects
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-magic-interconnects
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Magic Interconnects business capability. Self-contained, no
      shared references.
    resources:
    - name: accounts-account_id-magic-cf_interconnects
      path: /accounts/{account_id}/magic/cf_interconnects
      operations:
      - name: magicinterconnectslistinterconnects
        method: GET
        description: APIs.io Engineering Platform List interconnects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: magicinterconnectsupdatemultipleinterconnects
        method: PUT
        description: APIs.io Engineering Platform Update multiple interconnects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-magic-cf_interconnects-cf_interconnect_id
      path: /accounts/{account_id}/magic/cf_interconnects/{cf_interconnect_id}
      operations:
      - name: magicinterconnectslistinterconnectdetails
        method: GET
        description: APIs.io Engineering Platform List interconnect Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cf_interconnect_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: magicinterconnectsupdateinterconnect
        method: PUT
        description: APIs.io Engineering Platform Update interconnect
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: cf_interconnect_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-magic-interconnects-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Magic Interconnects. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/magic/cf-interconnects
      name: accounts-account-id-magic-cf-interconnects
      description: REST surface for accounts-account_id-magic-cf_interconnects.
      operations:
      - method: GET
        name: magicinterconnectslistinterconnects
        description: APIs.io Engineering Platform List interconnects
        call: cloudflare-magic-interconnects.magicinterconnectslistinterconnects
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: magicinterconnectsupdatemultipleinterconnects
        description: APIs.io Engineering Platform Update multiple interconnects
        call: cloudflare-magic-interconnects.magicinterconnectsupdatemultipleinterconnects
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/magic/cf-interconnects/{cf-interconnect-id}
      name: accounts-account-id-magic-cf-interconnects-cf-interconnect-id
      description: REST surface for accounts-account_id-magic-cf_interconnects-cf_interconnect_id.
      operations:
      - method: GET
        name: magicinterconnectslistinterconnectdetails
        description: APIs.io Engineering Platform List interconnect Details
        call: cloudflare-magic-interconnects.magicinterconnectslistinterconnectdetails
        with:
          cf_interconnect_id: rest.cf_interconnect_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: magicinterconnectsupdateinterconnect
        description: APIs.io Engineering Platform Update interconnect
        call: cloudflare-magic-interconnects.magicinterconnectsupdateinterconnect
        with:
          cf_interconnect_id: rest.cf_interconnect_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-magic-interconnects-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Magic Interconnects. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-interconnects
      description: APIs.io Engineering Platform List interconnects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-magic-interconnects.magicinterconnectslistinterconnects
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-multiple
      description: APIs.io Engineering Platform Update multiple interconnects
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-interconnects.magicinterconnectsupdatemultipleinterconnects
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-interconnect
      description: APIs.io Engineering Platform List interconnect Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-magic-interconnects.magicinterconnectslistinterconnectdetails
      with:
        cf_interconnect_id: tools.cf_interconnect_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-interconnect
      description: APIs.io Engineering Platform Update interconnect
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-interconnects.magicinterconnectsupdateinterconnect
      with:
        cf_interconnect_id: tools.cf_interconnect_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.