NTDeliver Server
БесплатноНе проверенEnables querying NTDeliver purchase order and milestone data (1,729 POs, 2014-2027) with tools for filtering, schema info, and summary statistics.
Описание
Enables querying NTDeliver purchase order and milestone data (1,729 POs, 2014-2027) with tools for filtering, schema info, and summary statistics.
README
MCP server exposing NTDeliver purchase order and milestone data (1,729 POs, 2014-2027). Supports two transport modes: stdio (local) and HTTP/SSE (hosted, shared URL).
Quick start — local use
npm install
npm start
Add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"ntdeliver": {
"command": "node",
"args": ["/full/path/to/ntdeliver-mcp/src/index.js"]
}
}
}
Shared access — one URL, no install required
Railway (recommended)
- Push this repo to GitHub
- Go to railway.app, create a project from the repo
- Set env vars:
MCP_TRANSPORT=http,PORT=3000 - Railway detects the Dockerfile and deploys automatically
Your MCP URL: https://your-app.up.railway.app/sse
Render
- Create a Web Service from the repo
- Set env vars:
MCP_TRANSPORT=http,PORT=10000
Local HTTP mode (for testing)
MCP_TRANSPORT=http PORT=3000 node src/index.js
# Health check: curl http://localhost:3000/health
Connecting to a hosted server
Add to claude_desktop_config.json:
{
"mcpServers": {
"ntdeliver": {
"url": "https://your-app.up.railway.app/sse"
}
}
}
Share that URL — anyone adds the same block and gets live NTDeliver data.
Tools
| Tool | Description |
|---|---|
ntd_schema |
Column names, row count, milestone list, known filter values, sample row |
ntd_list_pos |
Filter POs by country, donor, drug, region, year, shipment mode |
ntd_get_po |
Full record + all milestones for a single PO number |
ntd_get_milestones |
Milestone dates and progress for matching POs |
ntd_milestone_completion |
% of POs with each milestone recorded, across any filter set |
ntd_summary_stats |
PO counts and tablet totals grouped by donor/country/drug/region/year |
ntd_list_values |
All distinct values for any column |
ntd_days_to_mda |
POs sorted by days until MDA, with optional max-days filter |
Known donors: GSK, Eisai, Merck USA, Merck KGaA, J&J Known drugs: ALB, DEC, IVM, MEB, PZQ, TCZ Known regions: AFRO, AMRO, EMRO, EURO, SEARO, WPRO Years: 2014-2027
Установка NTDeliver Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/alexpavluck/ntdeliver-mcpFAQ
NTDeliver Server MCP бесплатный?
Да, NTDeliver Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для NTDeliver Server?
Нет, NTDeliver Server работает без API-ключей и переменных окружения.
NTDeliver Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить NTDeliver Server в Claude Desktop, Claude Code или Cursor?
Открой NTDeliver Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare NTDeliver Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
