Microsoft Bing · Capability

Bing Search APIs — NewsSearch

Bing Search APIs — NewsSearch. 2 operations. Lead operation: Trending news. Self-contained Naftiko capability covering one Microsoft Bing business surface.

Run with Naftiko Microsoft BingNewsSearch

What You Can Do

GET
Newstrending — Trending news
/v1/v7-0/news
GET
Newssearch — News search
/v1/v7-0/news/search

MCP Tools

trending-news

Trending news

read-only idempotent
news-search

News search

read-only idempotent

Capability Spec

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