nice_recommendations

Pack: nice-guidance · Endpoint: https://gateway.pipeworx.io/nice-guidance/mcp

The recommendations chapter of a piece of NICE guidance, in full text — the numbered paragraphs stating what NICE recommends and under what conditions, including whether a medicine is recommended only within its marketing authorisation or only under a commercial arrangement. Answers “did NICE recommend this treatment, and for whom”, with the wording that decides NHS funding in England.

Parameters

NameTypeRequiredDescription
idstringyesNICE reference number, e.g. “TA1040”

Example call

Arguments

{
  "id": "TA1040"
}

curl

curl -X POST https://gateway.pipeworx.io/nice-guidance/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"nice_recommendations","arguments":{"id":"TA1040"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('nice_recommendations', {
  "id": "TA1040"
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "nice-guidance": {
      "url": "https://gateway.pipeworx.io/nice-guidance/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 25, 2026