Skip to main content
Glama

MCP Printer Server

by steveclarke
helpers.jsβ€’253 B
// Utility functions function sum(arr) { return arr.reduce((a, b) => a + b, 0); } function average(arr) { return arr.length ? sum(arr) / arr.length : 0; } function max(arr) { return Math.max(...arr); } module.exports = { sum, average, max };

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/steveclarke/mcp-printer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server