ICE Consolidated Feed API — Reference Data

ICE Consolidated Feed API — Reference Data. 1 operations. Lead operation: List exchanges. Self-contained Naftiko capability covering one Intercontinental Exchange business surface.

Run with Naftiko Intercontinental ExchangeReference Data

What You Can Do

GET
Listexchanges — List exchanges
/v1/reference/exchanges

MCP Tools

list-exchanges

List exchanges

read-only idempotent

Capability Spec

ice-consolidated-feed-reference-data.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ICE Consolidated Feed API — Reference Data
  description: 'ICE Consolidated Feed API — Reference Data. 1 operations. Lead operation: List exchanges. Self-contained Naftiko
    capability covering one Intercontinental Exchange business surface.'
  tags:
  - Intercontinental Exchange
  - Reference Data
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INTERCONTINENTAL_EXCHANGE_API_KEY: INTERCONTINENTAL_EXCHANGE_API_KEY
capability:
  consumes:
  - type: http
    namespace: ice-consolidated-feed-reference-data
    baseUri: https://api.theice.com
    description: ICE Consolidated Feed API — Reference Data business capability. Self-contained, no shared references.
    resources:
    - name: reference-exchanges
      path: /reference/exchanges
      operations:
      - name: listexchanges
        method: GET
        description: List exchanges
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.INTERCONTINENTAL_EXCHANGE_API_KEY}}'
  exposes:
  - type: rest
    namespace: ice-consolidated-feed-reference-data-rest
    port: 8080
    description: REST adapter for ICE Consolidated Feed API — Reference Data. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/reference/exchanges
      name: reference-exchanges
      description: REST surface for reference-exchanges.
      operations:
      - method: GET
        name: listexchanges
        description: List exchanges
        call: ice-consolidated-feed-reference-data.listexchanges
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ice-consolidated-feed-reference-data-mcp
    port: 9090
    transport: http
    description: MCP adapter for ICE Consolidated Feed API — Reference Data. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-exchanges
      description: List exchanges
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ice-consolidated-feed-reference-data.listexchanges
      outputParameters:
      - type: object
        mapping: $.