Package Exports
- @supplyflow/mcp
- @supplyflow/mcp/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@supplyflow/mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Supplyflow MCP Client
Official MCP (Model Context Protocol) server for connecting AI agents to the Supplyflow Hospital Supply Chain Management API. Query hospital inventory, search product catalogs, evaluate suppliers, and manage supply chain data — all from Claude Desktop, Claude Code, Cursor, or any MCP-compatible client.
Features
- Hospital supply chain tools for inventory, products, and supplier management
- Smart caching for frequently accessed product and supplier data
- Automatic retry logic with exponential backoff
- Simple configuration with minimal setup required
Installation
Add to your MCP servers configuration:
{
"mcpServers": {
"supplyflow": {
"command": "npx",
"args": ["-y", "@supplyflow/mcp"],
"env": {
"SUPPLYFLOW_API_URL": "http://localhost:8100",
"SUPPLYFLOW_API_KEY": "sf_..."
}
}
}
}Environment Variables
| Variable | Description | Default |
|---|---|---|
SUPPLYFLOW_API_KEY |
Your API key | (required) |
SUPPLYFLOW_API_URL |
API endpoint | http://localhost:8100 |
Resources
Support
License
This project is licensed under the MIT License - see the LICENSE file for details.
MIT © 2026 SupplyFlow