Microsoft · Capability

Microsoft Bing Search APIs — News Search

Microsoft Bing Search APIs — News Search. 1 operations. Lead operation: Microsoft News search. Self-contained Naftiko capability covering one Microsoft business surface.

Run with Naftiko MicrosoftNews Search

What You Can Do

GET
Newssearch — Microsoft News search
/v1/news/search

MCP Tools

microsoft-news-search

Microsoft News search

read-only idempotent

Capability Spec

bing-search-news-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Bing Search APIs — News Search
  description: 'Microsoft Bing Search APIs — News Search. 1 operations. Lead operation: Microsoft News search. Self-contained
    Naftiko capability covering one Microsoft business surface.'
  tags:
  - Microsoft
  - News Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_API_KEY: MICROSOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: bing-search-news-search
    baseUri: https://api.bing.microsoft.com/v7.0
    description: Microsoft Bing Search APIs — News Search business capability. Self-contained, no shared references.
    resources:
    - name: news-search
      path: /news/search
      operations:
      - name: newssearch
        method: GET
        description: Microsoft News search
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: The search query string
          required: true
        - name: count
          in: query
          type: integer
        - name: offset
          in: query
          type: integer
        - name: mkt
          in: query
          type: string
        - name: freshness
          in: query
          type: string
          description: Filter by article freshness
    authentication:
      type: apikey
      key: Ocp-Apim-Subscription-Key
      value: '{{env.MICROSOFT_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: bing-search-news-search-rest
    port: 8080
    description: REST adapter for Microsoft Bing Search APIs — News Search. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/news/search
      name: news-search
      description: REST surface for news-search.
      operations:
      - method: GET
        name: newssearch
        description: Microsoft News search
        call: bing-search-news-search.newssearch
        with:
          q: rest.q
          count: rest.count
          offset: rest.offset
          mkt: rest.mkt
          freshness: rest.freshness
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bing-search-news-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Bing Search APIs — News Search. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-news-search
      description: Microsoft News search
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bing-search-news-search.newssearch
      with:
        q: tools.q
        count: tools.count
        offset: tools.offset
        mkt: tools.mkt
        freshness: tools.freshness
      outputParameters:
      - type: object
        mapping: $.