@supplyflow/mcp
v0.1.3
Published
MCP client adapter for connecting AI agents to Supplyflow Hospital Supply Chain Management API
Maintainers
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
