We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/benitocabrerar/jobnimbus-mcp-remote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Material Services Index
* Export all material tracking services
*/
export { default as materialAnalyzer, MaterialAnalyzer } from './MaterialAnalyzer.js';
export { default as materialDataRepository, MaterialDataRepository } from './MaterialDataRepository.js';
export { default as materialForecasting, MaterialForecasting } from './MaterialForecasting.js';
export { default as materialStatistics, MaterialStatistics } from './MaterialStatistics.js';
export { default as supplierAnalyzer, SupplierAnalyzer } from './SupplierAnalyzer.js';