NTDeliver MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NTDeliver MCP Servershow me purchase orders for GSK in 2024"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NTDeliver MCP Server
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 startAdd 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"]
}
}
}Related MCP server: mcp-open-contracting
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=3000Railway 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/healthConnecting 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 |
| Column names, row count, milestone list, known filter values, sample row |
| Filter POs by country, donor, drug, region, year, shipment mode |
| Full record + all milestones for a single PO number |
| Milestone dates and progress for matching POs |
| % of POs with each milestone recorded, across any filter set |
| PO counts and tablet totals grouped by donor/country/drug/region/year |
| All distinct values for any column |
| 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceEnables querying procurement documents (invoices, purchase orders, shipping orders, inventory reports) via semantic search, order ID lookups, gap analysis, and source excerpt retrieval.
- Alicense-qualityCmaintenanceEnables querying international public procurement data, including government tenders, through the Open Contracting standard.4MIT
- AlicenseBqualityCmaintenanceQueries and analyzes a local contracts/billing database (PROJECT, CA_DETAIL, CA_BILL_PLAN) via schema introspection, semantic tools, and direct SQL.91MIT
- Alicense-qualityBmaintenanceProvides access to US state and local government contracts and spending data, normalized across jurisdictions, without requiring an API key.8MIT
Related MCP Connectors
Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.
Government contract search and federal procurement data: SAM.gov opportunities + USASpending awards.
USAspending MCP — Federal spending data from USAspending.gov API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/alexpavluck/ntdeliver-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server