Factset · Capability

FactSet Bonds API for Digital Portals — Issuer

FactSet Bonds API for Digital Portals — Issuer. 1 operations. Lead operation: Factset Search for Issuers of Debt Instruments.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetIssuer

What You Can Do

POST
Postdebtinstrumentissuersearch — Factset Search for Issuers of Debt Instruments.
/v1/debtinstrument/issuer/search

MCP Tools

factset-search-issuers-debt-instruments

Factset Search for Issuers of Debt Instruments.

read-only

Capability Spec

bonds-api-for-digital-portals-issuer.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Bonds API for Digital Portals — Issuer
  description: 'FactSet Bonds API for Digital Portals — Issuer. 1 operations. Lead operation: Factset Search for Issuers of
    Debt Instruments.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Issuer
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: bonds-api-for-digital-portals-issuer
    baseUri: https://api.factset.com/wealth/v1
    description: FactSet Bonds API for Digital Portals — Issuer business capability. Self-contained, no shared references.
    resources:
    - name: debtInstrument-issuer-search
      path: /debtInstrument/issuer/search
      operations:
      - name: postdebtinstrumentissuersearch
        method: POST
        description: Factset Search for Issuers of Debt Instruments.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: bonds-api-for-digital-portals-issuer-rest
    port: 8080
    description: REST adapter for FactSet Bonds API for Digital Portals — Issuer. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/debtinstrument/issuer/search
      name: debtinstrument-issuer-search
      description: REST surface for debtInstrument-issuer-search.
      operations:
      - method: POST
        name: postdebtinstrumentissuersearch
        description: Factset Search for Issuers of Debt Instruments.
        call: bonds-api-for-digital-portals-issuer.postdebtinstrumentissuersearch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bonds-api-for-digital-portals-issuer-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Bonds API for Digital Portals — Issuer. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-search-issuers-debt-instruments
      description: Factset Search for Issuers of Debt Instruments.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: bonds-api-for-digital-portals-issuer.postdebtinstrumentissuersearch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.