Skip to main content
Glama

NCCN Guidelines MCP Server

by gscfwid
MIT License
2

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NCCN_PASSWORDYesYour NCCN account password registered on the official NCCN website
NCCN_USERNAMEYesYour NCCN account username registered on the official NCCN website

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_guidelines_index Provides access to the NCCN guidelines index containing all available guidelines organized by category with their corresponding URLs.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_index
Get the raw contents of the NCCN guidelines index YAML file. Returns: String containing the raw YAML content of the guidelines index
download_pdf
Download a PDF file from the specified URL, with optional NCCN login credentials. Args: url: The URL of the PDF file to download filename: Optional custom filename for the downloaded file username: Optional NCCN username/email for authentication (defaults to NCCN_USERNAME env var) password: Optional NCCN password for authentication (defaults to NCCN_PASSWORD env var) Returns: String indicating success/failure and the path to the downloaded file
extract_content
Extract content from specific pages of a PDF file. Args: pdf_path: Path to the PDF file (relative to the downloads directory or absolute path) pages: Comma-separated page numbers to extract (e.g., "1,3,5-7"). If not specified, extracts all pages. Supports negative indexing (-1 for last page). Returns: Extracted text content from the specified pages

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gscfwid/NCCN_guidelines_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server